comparison ChangeLog @ 415:1ffdbc487a70

2004-3-1 Brian Masney <masneyb@gftp.org> * lib/ftps.c - set the protocol number to GFTP_FTPS_NUM * lib/https.c - set the protocol number to GFTP_HTTPS_NUM * lib/rfc959.c lib/rfc2068.c - remove references to checking for GFTP_FTP_NUM and GFTP_HTTP_NUM
author masneyb
date Tue, 02 Mar 2004 02:29:10 +0000
parents c43caf0691c6
children d66801310c09
comparison
equal deleted inserted replaced
414:e55f3cd03048 415:1ffdbc487a70
1 2004-3-1 Brian Masney <masneyb@gftp.org>
2 * lib/ftps.c - set the protocol number to GFTP_FTPS_NUM
3
4 * lib/https.c - set the protocol number to GFTP_HTTPS_NUM
5
6 * lib/rfc959.c lib/rfc2068.c - remove references to checking for
7 GFTP_FTP_NUM and GFTP_HTTP_NUM
8
1 2004-2-29 Brian Masney <masneyb@gftp.org> 9 2004-2-29 Brian Masney <masneyb@gftp.org>
2 * lib/rfc959.c - in several instances, if an invalid response is 10 * lib/rfc959.c - in several instances, if an invalid response is
3 received from the server, make sure an error message is logged to the 11 received from the server, make sure an error message is logged to the
4 user before they are disconnected from the site 12 user before they are disconnected from the site
5 13
2224 2232
2225 * configure.in - link in gthread 2233 * configure.in - link in gthread
2226 2234
2227 * cvsclean - added this script 2235 * cvsclean - added this script
2228 2236
2229 * *.[ch] - added $Id: ChangeLog,v 1.227 2004/02/29 14:35:58 masneyb Exp $ tags 2237 * *.[ch] - added $Id: ChangeLog,v 1.228 2004/03/02 02:29:09 masneyb Exp $ tags
2230 2238
2231 * debian/* - updated files from Debian maintainer 2239 * debian/* - updated files from Debian maintainer
2232 2240
2233 2002-10-03 Brian Masney <masneyb@gftp.org> 2241 2002-10-03 Brian Masney <masneyb@gftp.org>
2234 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2242 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)