comparison ChangeLog @ 65:4b5fec7711e9

2002-11-25 Brian Masney <masneyb@gftp.org> * lib/misc.c (ssh_start_login_sequence) - fixes for when the initial SSH banner is bigger than 200 characters * lib/local.c (local_connect) - set request->hostname to local filesystem * lib/protocols.c (gftp_parse_url) - don't include 2 slashes for the directory when parsing a local URL * src/gtk/chmod_dialog.c (chmod_dialog) - allow multiple files to be selected * src/gtk/dnd.c - small fixes
author masneyb
date Tue, 26 Nov 2002 14:58:13 +0000
parents 29128554eb86
children cd3e457cbc85
comparison
equal deleted inserted replaced
64:29128554eb86 65:4b5fec7711e9
1 2002-11-25 Brian Masney <masneyb@gftp.org>
2 * lib/misc.c (ssh_start_login_sequence) - fixes for when the initial
3 SSH banner is bigger than 200 characters
4
5 * lib/local.c (local_connect) - set request->hostname to local
6 filesystem
7
8 * lib/protocols.c (gftp_parse_url) - don't include 2 slashes for
9 the directory when parsing a local URL
10
11 * src/gtk/chmod_dialog.c (chmod_dialog) - allow multiple files to be
12 selected
13
14 * src/gtk/dnd.c - small fixes
15
1 2002-11-23 Brian Masney <masneyb@gftp.org> 16 2002-11-23 Brian Masney <masneyb@gftp.org>
2 * lib/sshv2.c - added more error checking so that the user won't get 17 * lib/sshv2.c - added more error checking so that the user won't get
3 disconnected if they enter files or directories that don't exist 18 disconnected if they enter files or directories that don't exist
4 19
5 2002-11-23 Brian Masney <masneyb@gftp.org> 20 2002-11-23 Brian Masney <masneyb@gftp.org>
290 305
291 * configure.in - link in gthread 306 * configure.in - link in gthread
292 307
293 * cvsclean - added this script 308 * cvsclean - added this script
294 309
295 * *.[ch] - added $Id: ChangeLog,v 1.39 2002/11/23 14:34:24 masneyb Exp $ tags 310 * *.[ch] - added $Id: ChangeLog,v 1.40 2002/11/26 14:58:10 masneyb Exp $ tags
296 311
297 * debian/* - updated files from Debian maintainer 312 * debian/* - updated files from Debian maintainer
298 313
299 2002-10-03 Brian Masney <masneyb@gftp.org> 314 2002-10-03 Brian Masney <masneyb@gftp.org>
300 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 315 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)