comparison ChangeLog @ 970:4c7a58ef26c1

2008-11-30 Brian Masney <masneyb@gftp.org> * src/gtk/delete_dialog.c - fixed call to g_strdup_printf() where too many arguments were passed in format string. * lib/sslcommon.c - removed duplicate data variable * src/uicommon/gftpui.c (gftpui_common_cmd_help) - fixed call to strncat() where the supplied length was too long
author masneyb
date Sun, 30 Nov 2008 17:55:04 +0000
parents ce365745f7ba
children 95da79b9e637
comparison
equal deleted inserted replaced
969:e95ae20ddf0e 970:4c7a58ef26c1
1 2008-11-30 Brian Masney <masneyb@gftp.org> 1 2008-11-30 Brian Masney <masneyb@gftp.org>
2 * src/gtk/delete_dialog.c - fixed call to g_strdup_printf() where too
3 many arguments were passed in format string.
4
5 * lib/sslcommon.c - removed duplicate data variable
6
7 * src/uicommon/gftpui.c (gftpui_common_cmd_help) - fixed call to
8 strncat() where the supplied length was too long
9
2 * lib/ftps.c - warning fixes for the FTPS protocol when OpenSSL 10 * lib/ftps.c - warning fixes for the FTPS protocol when OpenSSL
3 support is disabled. 11 support is disabled.
4 12
5 2008-11-29 Brian Masney <masneyb@gftp.org> 13 2008-11-29 Brian Masney <masneyb@gftp.org>
6 * More build fixes with the newest version of automake/autoconf 14 * More build fixes with the newest version of automake/autoconf