# HG changeset patch # User masneyb # Date 1099843119 0 # Node ID 78e92eee1a3f1b6c376e5840399554dcd970913d # Parent cc534d2036689d913593c37443e039923788a983 2004-11-7 Brian Masney * ChangeLog-old - updated with a summary of list of changes since 2.0.17 * doc/website/index.html.in - added bug reporting section diff -r cc534d203668 -r 78e92eee1a3f ChangeLog --- a/ChangeLog Sat Nov 06 16:40:10 2004 +0000 +++ b/ChangeLog Sun Nov 07 15:58:39 2004 +0000 @@ -1,3 +1,8 @@ +2004-11-7 Brian Masney + * ChangeLog-old - updated with a summary of list of changes since 2.0.17 + + * doc/website/index.html.in - added bug reporting section + 2004-11-4 Brian Masney * lib/options.h src/gtk/gftp-gtk.c src/gtk/misc-gtk.c - whenever gftp is started, show in the toolbar the last connection details (except the @@ -3038,7 +3043,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.364 2004/11/05 03:27:23 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.365 2004/11/07 15:58:39 masneyb Exp $ tags * debian/* - updated files from Debian maintainer diff -r cc534d203668 -r 78e92eee1a3f ChangeLog-old --- a/ChangeLog-old Sat Nov 06 16:40:10 2004 +0000 +++ b/ChangeLog-old Sun Nov 07 15:58:39 2004 +0000 @@ -1,3 +1,28 @@ +Changes from 2.0.17 to 2.0.17 + +* SSH2: Improved the login code. You no longer need to specify in gFTP the + path to the sftp-server binary on the remote server. It will now just work + out of the box for most sites. Also, if the SSH binary is asking a + question, this question will be relayed back through the gFTP user interface + so the user can answer it appropriately. +* SSH2: Added support for RSA SecurID passwords +* FTP, SSH2: Added support for preserving the file date/time +* FTP: Fixed IPv6 connection problem +* More 64 bit cleanups +* More largefile fixes +* Fixed detection of SIGCHLD signal when viewing/editing files +* Added remote_lc_time option. The value of LC_TIME can now be overridden on + a per site basis. This will fix problems parsing the dates in the remote + directory listings +* Some more GNOME HIG fixes +* Fixed several segfaults in the bookmarks editor +* Save the state of the host, user and port fields in the toolbar +* Fixed compiler errors on OpenBSD and HPUX +* Many other small changes and improvements. See the ChangeLog file in the + distribution for a detailed list of changes. +* New language translations and updates (bg cs en_CA en_GB es fi he hu ja nl pa + pt_BR ru sq) + Changes from 2.0.16 to 2.0.17 * Separated out more of the UI independent code in the GTK+ and Text ports and diff -r cc534d203668 -r 78e92eee1a3f docs/website/index.html.in --- a/docs/website/index.html.in Sat Nov 06 16:40:10 2004 +0000 +++ b/docs/website/index.html.in Sun Nov 07 15:58:39 2004 +0000 @@ -70,9 +70,12 @@
  • gftp-users - this list is for questions regarding gFTP. Please check the list archives first to see if your question has already been answered. To subscribe, send an email to majordomo@seul.org with the words subscribe gftp-users in the body. Please file all bug reports in GNOME's Bugzilla. +

    Bug Reporting

    + +

    If you find any bugs in gFTP, please report them using GNOME's Bugzilla. Please check the current list of known bugs before reporting a new bug.

    +

    Brian Masney masneyb@gftp.org
    Morgantown, WV USA
    -$Id: index.html.in,v 1.10 2004/10/27 22:18:30 masneyb Exp $