# HG changeset patch # User masneyb # Date 1038882997 0 # Node ID c226809c03c8bf9a761fb862d9bda8e3819741ca # Parent c48f19f24050822c3a0b660737b5955151bb8863 2002-12-2 Brian Masney * src/gtk/bookmarks.c (run_bookmark) - don't override the value of need_userpass for SSH transfers * ChangeLog-old - clean up list of changes from 2.0.13 to 2.0.14rc1 * README - minor fixes * configure.in - increment version to 2.0.14 * debian/copyright - change my email address and webpage * debian/rules - 2 small changes * TODO - added 1 item diff -r c48f19f24050 -r c226809c03c8 ChangeLog --- a/ChangeLog Tue Dec 03 02:22:32 2002 +0000 +++ b/ChangeLog Tue Dec 03 02:36:37 2002 +0000 @@ -1,3 +1,19 @@ +2002-12-2 Brian Masney + * src/gtk/bookmarks.c (run_bookmark) - don't override the value of + need_userpass for SSH transfers + + * ChangeLog-old - clean up list of changes from 2.0.13 to 2.0.14rc1 + + * README - minor fixes + + * configure.in - increment version to 2.0.14 + + * debian/copyright - change my email address and webpage + + * debian/rules - 2 small changes + + * TODO - added 1 item + 2002-12-2 Brian Masney * src/gtk/misc-gtk.c (MakeEditDialog) - bind to enter and esc keys @@ -343,7 +359,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.43 2002/12/03 02:22:30 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.44 2002/12/03 02:36:36 masneyb Exp $ tags * debian/* - updated files from Debian maintainer diff -r c48f19f24050 -r c226809c03c8 ChangeLog-old --- a/ChangeLog-old Tue Dec 03 02:22:32 2002 +0000 +++ b/ChangeLog-old Tue Dec 03 02:36:37 2002 +0000 @@ -1,3 +1,19 @@ +Changes from 2.0.13 to 2.0.14rc1 + +* GTK+ 2.0 improvements - i18n fixes, uses more stock icons +* SSHV2 fixes (timeout fixes, improved login) +* Small cleanups to the rest of the supported protocols +* Improved directory sorting performance +* Added save directory listing +* Large file support +* When canceling transfers, you most likely won't be disconnected from the + remote site +* DND improvements +* Fixed several small bugs +* Added/updated Translations: Bulgarian, Danish, Dutch, French, German, + Hungarian, Japanese, Korean, Polish, Romanian, Russian, Spanish, + Traditional Chinese + Changes from 2.0.12 to 2.0.13 * Added bookmark protocol. You can now connect to a bookmarked site via the diff -r c48f19f24050 -r c226809c03c8 README --- a/README Tue Dec 03 02:22:32 2002 +0000 +++ b/README Tue Dec 03 02:36:37 2002 +0000 @@ -3,10 +3,12 @@ [Requirements] -* gtk+ 1.2.3 or higher. You will also need to download glib as well. You can - download them directly from my website or from the gtk+ ftp site at - ftp://ftp.gtk.org/pub/gtk/v1.2. -* X11R6 or later. +* GTK+ 1.2.3 or higher. GTK+/Glib is included with most systems now. If you + don't have it installed, you may want to check to see if your vendor has a + package available. If not, you can download the latest version of GTK+ and + Glib from ftp://ftp.gtk.org/pub/gtk. gFTP will work with version 1.2 or 2.0 + of GTK+, I would suggest using GTK+ 2.0, but installing GTK+ 2.0 does + require installing more packages onto your system. * pthread libraries. If you have a libc6 based machine (Debian >= 2.x, Red Hat >= 5.x), you should already have the pthread libraries installed. If you have a libc5 based machine (Slackware < 7.0), you will need to install @@ -23,7 +25,8 @@ [Installation Instructions] * If you do not want to compile this program yourself, you can check my - webpage for some precompiled Linux binaries. + webpage. I have DEBs for Debian and RPMs for RedHat available. If you're + looking for Solaris binaries, check out http://www.sunfreeware.com * If you are compiling gFTP yourself, extract the files from the distribution with tar -zxvf gftp-.tar.gz * Go to the gftp- directory and type diff -r c48f19f24050 -r c226809c03c8 TODO --- a/TODO Tue Dec 03 02:22:32 2002 +0000 +++ b/TODO Tue Dec 03 02:36:37 2002 +0000 @@ -2,6 +2,8 @@ of gFTP. If there is something you feel should be included in a future version of gFTP, please email me about it. +* GTK 2.0 port - make 2 buttons in toolbar be the same size as the gnome 2 + icons * Add option to hide certain files * Be able to save the state of the transfer queue. Be able to pause transfers. Be able to edit the transfer information (hostname, user, etc) diff -r c48f19f24050 -r c226809c03c8 configure.in --- a/configure.in Tue Dec 03 02:22:32 2002 +0000 +++ b/configure.in Tue Dec 03 02:36:37 2002 +0000 @@ -3,7 +3,7 @@ AC_INIT(lib/gftp.h) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(gftp,2.0.14rc1) +AM_INIT_AUTOMAKE(gftp,2.0.14) AC_ARG_ENABLE(gtk20, [ --disable-gtk20 Don't look for GTK+ 2.0 libraries], enable_gtk20=0, enable_gtk20=1) AC_ARG_ENABLE(gtkport, [ --disable-gtkport Disable compiling the GTK+ port], enable_gtkport=0, enable_gtkport=1) diff -r c48f19f24050 -r c226809c03c8 debian/changelog --- a/debian/changelog Tue Dec 03 02:22:32 2002 +0000 +++ b/debian/changelog Tue Dec 03 02:36:37 2002 +0000 @@ -1,4 +1,4 @@ -gftp (2.0.14rc1-1) unstable; urgency=low +gftp (2.0.14-1) unstable; urgency=low * New release. See ChangeLog for details on changes in this release diff -r c48f19f24050 -r c226809c03c8 debian/copyright --- a/debian/copyright Tue Dec 03 02:22:32 2002 +0000 +++ b/debian/copyright Tue Dec 03 02:36:37 2002 +0000 @@ -2,9 +2,9 @@ later maintained by Brian E. Ermovick and then Josip Rodin. Today, it's maintained by Aurelien Beaujean -Original source can be found at: http://gftp.seul.org/ +Original source can be found at: http://www.gftp.org/ -Copyright (C) 1998-2002 Brian Masney +Copyright (C) 1998-2002 Brian Masney This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -r c48f19f24050 -r c226809c03c8 debian/rules --- a/debian/rules Tue Dec 03 02:22:32 2002 +0000 +++ b/debian/rules Tue Dec 03 02:36:37 2002 +0000 @@ -20,7 +20,7 @@ build: build-stamp build-stamp: dh_testdir - CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --mandir='$${prefix}/share/man' --enable-textport=yes + CFLAGS="$(CFLAGS)" ./configure --prefix=/usr --mandir='$${prefix}/share/man' $(MAKE) touch $@ @@ -67,7 +67,7 @@ dh_testdir dh_testroot dh_installdocs -a - dh_installdocs -An -pgftp-gtk -pgftp-text README TODO + dh_installdocs -An -pgftp-gtk -pgftp-text README dh_installchangelogs -a ChangeLog #dh_installmenu -a --package=gftp-common ifeq "$(findstring nostrip,$(DEB_BUILD_OPTIONS))" "" diff -r c48f19f24050 -r c226809c03c8 src/gtk/bookmarks.c --- a/src/gtk/bookmarks.c Tue Dec 03 02:22:32 2002 +0000 +++ b/src/gtk/bookmarks.c Tue Dec 03 02:36:37 2002 +0000 @@ -91,11 +91,6 @@ if (!gftp_protocols[i].name) gftp_protocols[0].init (current_wdata->request); - /* If we're using one of the SSH protocols, override the value of - ssh_need_userpass in the config file */ - if (strncmp (tempentry->protocol, "SSH", 3) == 0) - current_wdata->request->need_userpass = 1; - ftp_connect (current_wdata, current_wdata->request, 1); }