comparison ChangeLog @ 66:cd3e457cbc85

2002-11-26 Brian Masney <masneyb@gftp.org> * configure.in - change version to 2.0.14rc1 * lib/local.c - fix for uploading files. Move setting of hostname from local_connect() to local_init() * lib/misc.c (gftp_request) - copy only select fields over instead of whole structure * lib/protocols.c (gftp_request_new) - set datafd and cachefd to -1 * lib/protocols.c (gftp_set_proxy_config) - allow a NULL proxy_config to be passed * src/gtk/misc-gtk.c (update_window) - don't show the hostname if we are connected via the local protocol * src/gtk/transfer.c (create_transfer) - check to see if this protocol is always connected
author masneyb
date Wed, 27 Nov 2002 02:23:51 +0000
parents 4b5fec7711e9
children aa971a4bb16f
comparison
equal deleted inserted replaced
65:4b5fec7711e9 66:cd3e457cbc85
1 2002-11-26 Brian Masney <masneyb@gftp.org>
2 * configure.in - change version to 2.0.14rc1
3
4 * lib/local.c - fix for uploading files. Move setting of hostname
5 from local_connect() to local_init()
6
7 * lib/misc.c (gftp_request) - copy only select fields over instead of
8 whole structure
9
10 * lib/protocols.c (gftp_request_new) - set datafd and cachefd to -1
11
12 * lib/protocols.c (gftp_set_proxy_config) - allow a NULL proxy_config
13 to be passed
14
15 * src/gtk/misc-gtk.c (update_window) - don't show the hostname if we
16 are connected via the local protocol
17
18 * src/gtk/transfer.c (create_transfer) - check to see if this protocol
19 is always connected
20
1 2002-11-25 Brian Masney <masneyb@gftp.org> 21 2002-11-25 Brian Masney <masneyb@gftp.org>
2 * lib/misc.c (ssh_start_login_sequence) - fixes for when the initial 22 * lib/misc.c (ssh_start_login_sequence) - fixes for when the initial
3 SSH banner is bigger than 200 characters 23 SSH banner is bigger than 200 characters
4 24
5 * lib/local.c (local_connect) - set request->hostname to local 25 * lib/local.c (local_connect) - set request->hostname to local
305 325
306 * configure.in - link in gthread 326 * configure.in - link in gthread
307 327
308 * cvsclean - added this script 328 * cvsclean - added this script
309 329
310 * *.[ch] - added $Id: ChangeLog,v 1.40 2002/11/26 14:58:10 masneyb Exp $ tags 330 * *.[ch] - added $Id: ChangeLog,v 1.41 2002/11/27 02:23:50 masneyb Exp $ tags
311 331
312 * debian/* - updated files from Debian maintainer 332 * debian/* - updated files from Debian maintainer
313 333
314 2002-10-03 Brian Masney <masneyb@gftp.org> 334 2002-10-03 Brian Masney <masneyb@gftp.org>
315 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 335 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)