comparison ChangeLog @ 526:990088b18285

2004-8-9 Brian Masney <masneyb@gftp.org> * lib/config_file.c lib/options.h lib/rfc959.c - fixed warnings about unitialized members in the structure * lib/pty.c (gftp_exec) - setup stderr when running the program * lib/sshv2.c src/uicommon/gftpui.h - fixed signed/unsigned integer comparisions * lib/sshv2.c - added sshv2_copy_param_options() * src/gtk/options_dialog.c - compile fix when compiling against GTK+ 1.2
author masneyb
date Tue, 10 Aug 2004 01:55:53 +0000
parents 7262851e3ae8
children d0e8f8ee3b20
comparison
equal deleted inserted replaced
525:7262851e3ae8 526:990088b18285
1 2004-8-9 Brian Masney <masneyb@gftp.org>
2 * lib/config_file.c lib/options.h lib/rfc959.c - fixed warnings about
3 unitialized members in the structure
4
5 * lib/pty.c (gftp_exec) - setup stderr when running the program
6
7 * lib/sshv2.c src/uicommon/gftpui.h - fixed signed/unsigned integer
8 comparisions
9
10 * lib/sshv2.c - added sshv2_copy_param_options()
11
12 * src/gtk/options_dialog.c - compile fix when compiling against GTK+
13 1.2
14
1 2004-8-1 Brian Masney <masneyb@gftp.org> 15 2004-8-1 Brian Masney <masneyb@gftp.org>
2 * lib/sshv2.c - treat all integers from the remote server as 16 * lib/sshv2.c - treat all integers from the remote server as
3 unsigned 17 unsigned
4 18
5 * src/gtk/delete_dialog.c - fixed memory leak 19 * src/gtk/delete_dialog.c - fixed memory leak
2700 2714
2701 * configure.in - link in gthread 2715 * configure.in - link in gthread
2702 2716
2703 * cvsclean - added this script 2717 * cvsclean - added this script
2704 2718
2705 * *.[ch] - added $Id: ChangeLog,v 1.300 2004/08/01 11:03:38 masneyb Exp $ tags 2719 * *.[ch] - added $Id: ChangeLog,v 1.301 2004/08/10 01:55:52 masneyb Exp $ tags
2706 2720
2707 * debian/* - updated files from Debian maintainer 2721 * debian/* - updated files from Debian maintainer
2708 2722
2709 2002-10-03 Brian Masney <masneyb@gftp.org> 2723 2002-10-03 Brian Masney <masneyb@gftp.org>
2710 * src/gtk/gftp-gtk.c - call g_thread_init (NULL) 2724 * src/gtk/gftp-gtk.c - call g_thread_init (NULL)