comparison ChangeLog @ 653:07dc89f95076

2004-12-31 Brian Masney <masneyb@gftp.org> * lib/misc.c (gftp_info) - when displaying the OpenSSL information, display OPENSSL_VERSION_TEXT instead of OPENSSL_VERSION_NUMBER * src/gtk/transfer.c (update_file_status) - expand the length of the total transfered buffer. The total transfered was being truncated in some languages by g_snprintf() (from Pavel Vainerman <pv@etersoft.ru>)
author masneyb
date Fri, 31 Dec 2004 16:12:13 +0000
parents cb8ba8124e0e
children f6e2ec8faf56
comparison
equal deleted inserted replaced
652:cb8ba8124e0e 653:07dc89f95076
1 2004-12-31 Brian Masney <masneyb@gftp.org> 1 2004-12-31 Brian Masney <masneyb@gftp.org>
2 * lib/misc.c (gftp_info) - when displaying the OpenSSL information,
3 display OPENSSL_VERSION_TEXT instead of OPENSSL_VERSION_NUMBER
4
5 * src/gtk/transfer.c (update_file_status) - expand the length of the
6 total transfered buffer. The total transfered was being truncated in
7 some languages by g_snprintf() (from Pavel Vainerman <pv@etersoft.ru>)
8
2 * src/uicommon/gftpui.c (gftpui_common_transfer_files) - check the 9 * src/uicommon/gftpui.c (gftpui_common_transfer_files) - check the
3 return status of gftp_end_transfer() to see if there was an error 10 return status of gftp_end_transfer() to see if there was an error
4 closing the remote file 11 closing the remote file
5 12
6 * src/uicommon/gftpui.c - added dir and ldir commands to the command 13 * src/uicommon/gftpui.c - added dir and ldir commands to the command
3178 3185
3179 * configure.in - link in gthread 3186 * configure.in - link in gthread
3180 3187
3181 * cvsclean - added this script 3188 * cvsclean - added this script
3182 3189
3183 * *.[ch] - added $Id: ChangeLog,v 1.386 2004/12/31 15:33:01 masneyb Exp $ tags 3190 * *.[ch] - added $Id: ChangeLog,v 1.387 2004/12/31 16:12:13 masneyb Exp $ tags
3184 3191
3185 * debian/* - updated files from Debian maintainer 3192 * debian/* - updated files from Debian maintainer
3186 3193
3187 2002-10-03 Brian Masney <masneyb@gftp.org> 3194 2002-10-03 Brian Masney <masneyb@gftp.org>
3188 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 3195 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)