diff ChangeLog @ 872:d7cbef177dfc

2007-2-4 Brian Masney <masneyb@gftp.org> * lib/sshv2.c (sshv2_start_login_sequence) - when checking for EINTR/EGAIN, only stop trying to connect if the current operation was to be cancelled. * lib/protocols.c (_do_sleep) - don't check for EINTR/EAGAIN. Allow a signal to interrupt the timer.
author masneyb
date Sun, 04 Feb 2007 21:25:46 +0000
parents 44961d0159ed
children 42f9ce5e4bff
line wrap: on
line diff
--- a/ChangeLog	Wed Jan 24 07:15:05 2007 +0000
+++ b/ChangeLog	Sun Feb 04 21:25:46 2007 +0000
@@ -1,5 +1,10 @@
-2007-1-14 Brian Masney <masneyb@gftp.org>
-	* Makefile.am - removed intl/ directory from the SUBDIRS variable.
+2007-2-4 Brian Masney <masneyb@gftp.org>
+	* lib/sshv2.c (sshv2_start_login_sequence) - when checking for
+	EINTR/EGAIN, only stop trying to connect if the current operation
+	was to be cancelled.
+
+	* lib/protocols.c (_do_sleep) - don't check for EINTR/EAGAIN. Allow
+	a signal to interrupt the timer.
 
 2007-1-10 Brian Masney <masneyb@gftp.org>
 	* AUTHORS README NEWS - added missing files for automake.