diff ChangeLog @ 498:76c4e4cd108e

2004-7-12 Brian Masney <masneyb@gftp.org> * lib/sshv2.c - added sshv2_decode_file_attributes(). This is used by sshv2_get_next_file() and sshv2_get_file_size(). (sshv2_get_next_file_chunk) - if the error SSH_FX_FAILURE was returned, then do not return wrong message received from server to the user * lib/protocols.c (gftp_get_transfer_status) - when there is a transfer error, make sure that an incoming signal does not interrupt the timeout * src/gtk/gftp-gtk.c src/uicommon/gftpui.c - make sure the SIGCHLD signal handler reaps the zombies in the text port.
author masneyb
date Tue, 13 Jul 2004 02:44:35 +0000
parents e60a6ec4aa85
children 39e9945288ea
line wrap: on
line diff
--- a/ChangeLog	Tue Jul 13 01:35:15 2004 +0000
+++ b/ChangeLog	Tue Jul 13 02:44:35 2004 +0000
@@ -1,4 +1,16 @@
 2004-7-12 Brian Masney <masneyb@gftp.org>
+	* lib/sshv2.c - added sshv2_decode_file_attributes(). This is used
+	by sshv2_get_next_file() and sshv2_get_file_size().
+	(sshv2_get_next_file_chunk) - if the error SSH_FX_FAILURE was returned,
+	then do not return wrong message received from server to the user
+
+	* lib/protocols.c (gftp_get_transfer_status) - when there is a 
+	transfer error, make sure that an incoming signal does not
+	interrupt the timeout
+
+	* src/gtk/gftp-gtk.c src/uicommon/gftpui.c - make sure the SIGCHLD
+	signal handler reaps the zombies in the text port.
+
 	* docs/rfcs/* - added RFCs that are used by this program
 
 2004-7-11 Brian Masney <masneyb@gftp.org>
@@ -2537,7 +2549,7 @@
 
 	* cvsclean - added this script
 
-	* *.[ch] - added $Id: ChangeLog,v 1.276 2004/07/13 01:35:15 masneyb Exp $ tags
+	* *.[ch] - added $Id: ChangeLog,v 1.277 2004/07/13 02:44:34 masneyb Exp $ tags
 
 	* debian/* - updated files from Debian maintainer