diff 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
line wrap: on
line diff
--- a/ChangeLog	Thu Jul 24 02:28:54 2003 +0000
+++ b/ChangeLog	Fri Jul 25 20:21:26 2003 +0000
@@ -1,3 +1,25 @@
+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>)
+
+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>)
+
 2003-7-23 Brian Masney <masneyb@gftp.org>
 	* TODO - updated
 
@@ -1344,7 +1366,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.117 2003/07/24 02:28:48 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.118 2003/07/25 20:21:26 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer