comparison ChangeLog @ 232:b8d14c2c3097

2003-7-25 Brian Masney <masneyb@gftp.org> * lib/pty.c - prefer to use openpty() instead of grantpt() if it is available (for FreeBSD) * lib/sshv2.c - fixes for FreeBSD password prompt (from Oliver Lehmann <oliver@FreeBSD.ORG>) * src/gtk/gftp-gtk.h src/text/gftp-text.h - added __attribute__((format(printf, 3, 4))) to logging functions (from Oliver Lehmann <oliver@FreeBSD.ORG>)
author masneyb
date Fri, 25 Jul 2003 20:21:26 +0000
parents e599812712f0
children 251845fc1ef1
comparison
equal deleted inserted replaced
231:e599812712f0 232:b8d14c2c3097
1 2003-7-25 Brian Masney <masneyb@gftp.org>
2 * lib/pty.c - prefer to use openpty() instead of grantpt() if it is
3 available (for FreeBSD)
4
5 * lib/sshv2.c - fixes for FreeBSD password prompt (from Oliver Lehmann
6 <oliver@FreeBSD.ORG>)
7
8 * src/gtk/gftp-gtk.h src/text/gftp-text.h - added
9 __attribute__((format(printf, 3, 4))) to logging functions (from
10 Oliver Lehmann <oliver@FreeBSD.ORG>)
11
12 2003-7-25 Brian Masney <masneyb@gftp.org>
13 * lib/pty.c - prefer to use openpty() instead of grantpt() if it is
14 available (for FreeBSD)
15
16 * lib/sshv2.c - fixes for FreeBSD password prompt (from Oliver Lehmann
17 <oliver@FreeBSD.ORG>)
18
19 * src/gtk/gftp-gtk.h src/text/gftp-text.h - added
20 __attribute__((format(printf, 3, 4))) to logging functions (from
21 Oliver Lehmann <oliver@FreeBSD.ORG>)
22
1 2003-7-23 Brian Masney <masneyb@gftp.org> 23 2003-7-23 Brian Masney <masneyb@gftp.org>
2 * TODO - updated 24 * TODO - updated
3 25
4 * debian/* - new files from the Debian maintainer 26 * debian/* - new files from the Debian maintainer
5 27
1342 1364
1343 * configure.in - link in gthread 1365 * configure.in - link in gthread
1344 1366
1345 * cvsclean - added this script 1367 * cvsclean - added this script
1346 1368
1347 * *.[ch] - added $Id: ChangeLog,v 1.117 2003/07/24 02:28:48 masneyb Exp $ tags 1369 * *.[ch] - added $Id: ChangeLog,v 1.118 2003/07/25 20:21:26 masneyb Exp $ tags
1348 1370
1349 * debian/* - updated files from Debian maintainer 1371 * debian/* - updated files from Debian maintainer
1350 1372
1351 2002-10-03 Brian Masney <masneyb@gftp.org> 1373 2002-10-03 Brian Masney <masneyb@gftp.org>
1352 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 1374 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)