diff ChangeLog @ 442:9d03253b00d0

2004-3-20 Brian Masney <masneyb@gftp.org> * Officially release 2.0.17pre0 * lib/gftp.h src/uicommon/gftpui.c lib/rfc959.c - if the connection timed out to the server, return GFTP_ETIMEDOUT. In the UI, if this error code is returned, immediately reconnect to the server and retry the operation * lib/rfc959.c - if the return value from rfc959_send_command() is < 0, then make sure the exact value is returned instead of GFTP_ERETRYABLE
author masneyb
date Sat, 20 Mar 2004 19:36:05 +0000
parents f8a0c22af707
children 6b1e4bd20ae4
line wrap: on
line diff
--- a/ChangeLog	Sat Mar 20 19:17:48 2004 +0000
+++ b/ChangeLog	Sat Mar 20 19:36:05 2004 +0000
@@ -1,4 +1,13 @@
 2004-3-20 Brian Masney <masneyb@gftp.org>
+	* lib/gftp.h src/uicommon/gftpui.c lib/rfc959.c - if the connection
+	timed out to the server, return GFTP_ETIMEDOUT. In the UI, if this
+	error code is returned, immediately reconnect to the server and retry
+	the operation
+
+	* lib/rfc959.c - if the return value from rfc959_send_command() is
+	< 0, then make sure the exact value is returned instead of
+	GFTP_ERETRYABLE
+
 	* src/gtk/chmod_dialog.c - use gftpui_common_run_callback_function()
 	to do the chmod operation. This will spawn a thread if necessary
 
@@ -2342,7 +2351,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.246 2004/03/20 19:17:47 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.247 2004/03/20 19:36:03 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer