comparison ChangeLog @ 602:89216879202f

2004-11-1 Brian Masney <masneyb@gftp.org> * src/gtk/transfer.c (update_file_status) - if the % transferred goes over 100%, then set the update string to unknown percentage transfered. This will occur whenever the reported transfer size is different than what is actually being transfered. This occurs whenever a symlink is being transfered
author masneyb
date Tue, 02 Nov 2004 00:19:09 +0000
parents 0e4ca3c8b9cf
children 76d372913c71
comparison
equal deleted inserted replaced
601:0e4ca3c8b9cf 602:89216879202f
1 2004-11-1 Brian Masney <masneyb@gftp.org> 1 2004-11-1 Brian Masney <masneyb@gftp.org>
2 * src/gtk/transfer.c (update_file_status) - if the % transferred goes
3 over 100%, then set the update string to unknown percentage transfered.
4 This will occur whenever the reported transfer size is different than
5 what is actually being transfered. This occurs whenever a symlink is
6 being transfered
7
2 * lib/protocols.c (gftp_parse_ls_novell) - fixes for parsing directory 8 * lib/protocols.c (gftp_parse_ls_novell) - fixes for parsing directory
3 listings that have a space in their username 9 listings that have a space in their username
4 10
5 * lib/config_file.c (gftp_read_config_file) - fixes for creating the 11 * lib/config_file.c (gftp_read_config_file) - fixes for creating the
6 protocol dropdown when SSL support is disabled 12 protocol dropdown when SSL support is disabled
2977 2983
2978 * configure.in - link in gthread 2984 * configure.in - link in gthread
2979 2985
2980 * cvsclean - added this script 2986 * cvsclean - added this script
2981 2987
2982 * *.[ch] - added $Id: ChangeLog,v 1.351 2004/11/01 11:07:29 masneyb Exp $ tags 2988 * *.[ch] - added $Id: ChangeLog,v 1.352 2004/11/02 00:19:09 masneyb Exp $ tags
2983 2989
2984 * debian/* - updated files from Debian maintainer 2990 * debian/* - updated files from Debian maintainer
2985 2991
2986 2002-10-03 Brian Masney <masneyb@gftp.org> 2992 2002-10-03 Brian Masney <masneyb@gftp.org>
2987 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2993 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)