changeset 73:c226809c03c8

2002-12-2 Brian Masney <masneyb@gftp.org> * 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
author masneyb
date Tue, 03 Dec 2002 02:36:37 +0000
parents c48f19f24050
children e2b30d0c97a4
files ChangeLog ChangeLog-old README TODO configure.in debian/changelog debian/copyright debian/rules src/gtk/bookmarks.c
diffstat 9 files changed, 49 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- 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 <masneyb@gftp.org>
+	* 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 <masneyb@gftp.org>
 	* 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
 
--- 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 
--- 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-<version>.tar.gz
 * Go to the gftp-<version> directory and type 
--- 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)
--- 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)
--- 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
 
--- 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 <aure@debian.org>
 
-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 <masneyb@seul.org>
+Copyright (C) 1998-2002 Brian Masney <masneyb@gftp.org>
 
    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
--- 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))" ""
--- 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);
 }