comparison ChangeLog @ 547:34a3f10d8bae

2004-9-6 Brian Masney <masneyb@gftp.org> * lib/gftp.h lib/misc.c lib/protocols.c lib/rfc959.c - fixes for hosts that have IPv6 and IPv4 hostnames and a IPv6 connection cannot be made * lib/rfc2068.c - removed unused variable
author masneyb
date Wed, 08 Sep 2004 00:34:15 +0000
parents 5d13fa48c275
children 73ff02592d35
comparison
equal deleted inserted replaced
546:5d13fa48c275 547:34a3f10d8bae
1 2004-9-6 Brian Masney <masneyb@gftp.org> 1 2004-9-6 Brian Masney <masneyb@gftp.org>
2 * lib/gftp.h lib/misc.c lib/protocols.c lib/rfc959.c - fixes for
3 hosts that have IPv6 and IPv4 hostnames and a IPv6 connection cannot
4 be made
5
6 * lib/rfc2068.c - removed unused variable
7
2 * lib/protocols.c lib/sshv2.c lib/sslcommon.c - cleanups to the 8 * lib/protocols.c lib/sshv2.c lib/sslcommon.c - cleanups to the
3 functions that write/read to/from the network. Retry the operation 9 functions that write/read to/from the network. Retry the operation
4 if EAGAIN is returned 10 if EAGAIN is returned
5 11
6 * lib/ftps.c - return an error if the SSL session cannot be setup 12 * lib/ftps.c - return an error if the SSL session cannot be setup
2799 2805
2800 * configure.in - link in gthread 2806 * configure.in - link in gthread
2801 2807
2802 * cvsclean - added this script 2808 * cvsclean - added this script
2803 2809
2804 * *.[ch] - added $Id: ChangeLog,v 1.317 2004/09/08 00:18:09 masneyb Exp $ tags 2810 * *.[ch] - added $Id: ChangeLog,v 1.318 2004/09/08 00:34:15 masneyb Exp $ tags
2805 2811
2806 * debian/* - updated files from Debian maintainer 2812 * debian/* - updated files from Debian maintainer
2807 2813
2808 2002-10-03 Brian Masney <masneyb@gftp.org> 2814 2002-10-03 Brian Masney <masneyb@gftp.org>
2809 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2815 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)