comparison ChangeLog @ 67:aa971a4bb16f

2002-11-27 Brian Masney <masneyb@gftp.org> * Officially release 2.0.14rc1 * lib/cache.c - take out a warning message * lib/misc.c lib/protocols.c lib/gftp.h lib/gtk/dnd.c lib/transfer.c - add second argument (free_request) to gftp_request_destroy * lib/protocols.c (gftp_parse_url) - make sure the request structure is cleared before we start to modify it * src/gtk/gftp-text.c - fixed crash if you didn't enter a username
author masneyb
date Wed, 27 Nov 2002 14:29:57 +0000
parents cd3e457cbc85
children c48f19f24050
comparison
equal deleted inserted replaced
66:cd3e457cbc85 67:aa971a4bb16f
1 2002-11-27 Brian Masney <masneyb@gftp.org>
2 * Officially release 2.0.14rc1
3
4 * lib/cache.c - take out a warning message
5
6 * lib/misc.c lib/protocols.c lib/gftp.h lib/gtk/dnd.c lib/transfer.c -
7 add second argument (free_request) to gftp_request_destroy
8
9 * lib/protocols.c (gftp_parse_url) - make sure the request structure
10 is cleared before we start to modify it
11
12 * src/gtk/gftp-text.c - fixed crash if you didn't enter a username
13
1 2002-11-26 Brian Masney <masneyb@gftp.org> 14 2002-11-26 Brian Masney <masneyb@gftp.org>
2 * configure.in - change version to 2.0.14rc1 15 * configure.in - change version to 2.0.14rc1
3 16
4 * lib/local.c - fix for uploading files. Move setting of hostname 17 * lib/local.c - fix for uploading files. Move setting of hostname
5 from local_connect() to local_init() 18 from local_connect() to local_init()
325 338
326 * configure.in - link in gthread 339 * configure.in - link in gthread
327 340
328 * cvsclean - added this script 341 * cvsclean - added this script
329 342
330 * *.[ch] - added $Id: ChangeLog,v 1.41 2002/11/27 02:23:50 masneyb Exp $ tags 343 * *.[ch] - added $Id: ChangeLog,v 1.42 2002/11/27 14:29:54 masneyb Exp $ tags
331 344
332 * debian/* - updated files from Debian maintainer 345 * debian/* - updated files from Debian maintainer
333 346
334 2002-10-03 Brian Masney <masneyb@gftp.org> 347 2002-10-03 Brian Masney <masneyb@gftp.org>
335 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 348 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)