Mercurial > gftp.yaz
diff ChangeLog @ 84:7ef60ce2bdb2
2002-12-29 Brian Masney <masneyb@gftp.org>
* lib/ssh.c lib/config_file.c lib/Makefile.am lib/gftp.h lib/options.h - removed old legacy SSH protocol and option to enable this protocol
* lib/gftp.h - added GFTP_ERETRYABLE and GFTP_EFATAL error codes
* lib/bookmark.c lib/local.c lib/protocols.c lib/rfc959.c lib/rfc2068.c
lib/sshv2.c - return new error codes instead of -1 or -2
* lib/misc.c (gftp_*_sort_function_ds) - changed return values
* src/gtk/transfer.c (connect_thread) - if return value of
gftp_connect() is GFTP_EFATAL, don't attempt to retry the connection
| author | masneyb |
|---|---|
| date | Sun, 29 Dec 2002 15:16:27 +0000 |
| parents | b124f715e74b |
| children | 759c7d019a89 |
line wrap: on
line diff
--- a/ChangeLog Fri Dec 27 14:59:50 2002 +0000 +++ b/ChangeLog Sun Dec 29 15:16:27 2002 +0000 @@ -1,3 +1,17 @@ +2002-12-29 Brian Masney <masneyb@gftp.org> + * lib/ssh.c lib/config_file.c lib/Makefile.am lib/gftp.h lib/options.h - + removed old legacy SSH protocol and option to enable this protocol + + * lib/gftp.h - added GFTP_ERETRYABLE and GFTP_EFATAL error codes + + * lib/bookmark.c lib/local.c lib/protocols.c lib/rfc959.c lib/rfc2068.c + lib/sshv2.c - return new error codes instead of -1 or -2 + + * lib/misc.c (gftp_*_sort_function_ds) - changed return values + + * src/gtk/transfer.c (connect_thread) - if return value of + gftp_connect() is GFTP_EFATAL, don't attempt to retry the connection + 2002-12-11 Brian Masney <masneyb@gftp.org> * configure.in - fix for enable/disable gtkport, textport and gtk20 @@ -395,7 +409,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.49 2002/12/12 01:48:44 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.50 2002/12/29 15:16:26 masneyb Exp $ tags * debian/* - updated files from Debian maintainer
