diff ChangeLog @ 171:c4d4a788c31b

2003-6-8 Brian Masney <masneyb@gftp.org> * aclocal.m4 - removed, this file is automatically generated * autogen.sh - just call automake and aclocal, instead of automake-1.4 and aclocal-1.4 (from Nathan Robertson <nathanr@nathanr.net>)
author masneyb
date Sun, 08 Jun 2003 16:01:39 +0000
parents c505d9ba9d53
children 4c288d05b26a
line wrap: on
line diff
--- a/ChangeLog	Sun Jun 08 15:54:10 2003 +0000
+++ b/ChangeLog	Sun Jun 08 16:01:39 2003 +0000
@@ -1,4 +1,29 @@
-2003-6-6 Brian Masney <masneyb@gftp.org>
+2003-6-8 Brian Masney <masneyb@gftp.org>
+	* aclocal.m4 - removed, this file is automatically generated
+
+	* autogen.sh - just call automake and aclocal, instead of automake-1.4
+	and aclocal-1.4 (from Nathan Robertson <nathanr@nathanr.net>)
+
+2003-6-8 Brian Masney <masneyb@gftp.org>
+	* lib/https.c lib/options.h lib/sslcommon.c - make sure USE_SSL is
+	defined before using any SSL functions
+
+	* lib/gftp.h lib/protocols.c lib/rfc2068.c lib/sshv2.c lib/sslcommon.c
+	lib/rfc959.c - make sure we use request->datafd for the connection. Removed
+	sockfd from gftp_request structure
+
+	* lib/rfc959.c - add data_connection to rfc959_parms structure. Use
+	this for the FTP data connection
+
+	* src/text/gftp-text.c - fixes for username/password prompt
+
+	* src/gtk/misc-gtk.c src/gtk/transfer.c - s/sockfd/datafd/g
+
+	* configure.in - added lib/Makefile (forgot to commit last time)
+
+	* Makefile.am - added intl to SUBDIRS
+
+2003-6-8 Brian Masney <masneyb@gftp.org>
 	* lib/gftp.h - if USE_SSL is defined, include the OpenSSL headers.
 	Added read_function, write_function and post_connect function pointers
 	to gftp_request structure. Added SSL object to gftp_request structure
@@ -881,7 +906,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.81 2003/06/08 15:04:37 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.82 2003/06/08 16:01:39 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer