diff ChangeLog @ 451:83cfffb2878a

2004-3-26 Brian Masney <masneyb@gftp.org> * lib/ftps.c lib/gftp.h lib/rfc959.c - when reestablishing a connection to a FTPS host, make sure the initial commands are sent over in plaintext * lib/protocols.c - make sure the port is displayed to the user in the proper byte order when getaddrinfo() is not included on the system * lib/misc.c (gftp_copy_request) - make sure req->init is not NULL before attempting to initialize the new request structure. This fixes a segfault that happened when viewing/editing a local file (from Chelban Vasile <mail4509@pochtamt.ru>) * docs/website/generate-gftp-website.pl - updated the STABLE_I386DEB filename * docs/website/index.html.in - updated the main website * docs/website/announce.txt - announcement for the 2.0.17 release
author masneyb
date Fri, 26 Mar 2004 21:03:51 +0000
parents 3fc895f61665
children 037e904642e8
line wrap: on
line diff
--- a/ChangeLog	Wed Mar 24 11:06:41 2004 +0000
+++ b/ChangeLog	Fri Mar 26 21:03:51 2004 +0000
@@ -1,3 +1,23 @@
+2004-3-26 Brian Masney <masneyb@gftp.org>
+	* lib/ftps.c lib/gftp.h lib/rfc959.c - when reestablishing a connection
+	to a FTPS host, make sure the initial commands are sent over in
+	plaintext
+
+	* lib/protocols.c - make sure the port is displayed to the user in the
+	proper byte order when getaddrinfo() is not included on the system
+
+	* lib/misc.c (gftp_copy_request) - make sure req->init is not NULL
+	before attempting to initialize the new request structure. This fixes
+	a segfault that happened when viewing/editing a local file
+	(from Chelban Vasile <mail4509@pochtamt.ru>)
+
+	* docs/website/generate-gftp-website.pl - updated the STABLE_I386DEB
+	filename
+
+	* docs/website/index.html.in - updated the main website
+
+	* docs/website/announce.txt - announcement for the 2.0.17 release
+
 2004-3-21 Brian Masney <masneyb@gftp.org>
 	* lib/ftps.c (ftps_auth_tls_start) - if the server rejects the
 	PROT C command, disconnect from the server
@@ -2373,7 +2393,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.252 2004/03/22 00:04:55 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.253 2004/03/26 21:03:48 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer