Mercurial > gftp.yaz
changeset 683:8bb9f5e08cc4
2005-2-4 Brian Masney <masneyb@gftp.org>
* ChangeLog-old - updated with changes since 2.0.18rc1
* docs/website/index.html.in - added link to the FSP homepage
author | masneyb |
---|---|
date | Fri, 04 Feb 2005 15:29:24 +0000 |
parents | 9b68dc473807 |
children | b56dc758907d |
files | ChangeLog ChangeLog-old docs/website/index.html.in |
diffstat | 3 files changed, 33 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Feb 04 14:52:26 2005 +0000 +++ b/ChangeLog Fri Feb 04 15:29:24 2005 +0000 @@ -1,4 +1,8 @@ 2005-2-4 Brian Masney <masneyb@gftp.org> + * ChangeLog-old - updated with changes since 2.0.18rc1 + + * docs/website/index.html.in - added link to the FSP homepage + * lib/misc.c (gftp_get_transfer_action) - added the following FIXME comments: add code to compare the file times and make a decision based on that. Also if overwrite_default is enabled and the file sizes/dates @@ -3270,7 +3274,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.402 2005/02/04 14:52:26 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.403 2005/02/04 15:29:24 masneyb Exp $ tags * debian/* - updated files from Debian maintainer
--- a/ChangeLog-old Fri Feb 04 14:52:26 2005 +0000 +++ b/ChangeLog-old Fri Feb 04 15:29:24 2005 +0000 @@ -1,3 +1,30 @@ +Changes from 2.0.18rc1 to 2.0.18 + +* Added support for the FSP protocol (http://fsp.sourceforge.net/) +* SSH2: Fixed segfault that could occur when renaming a file (bug introduced + in 2.0.18rc1) +* SSH2: Fixes for parsing the directory listing from the commercial SSH server +* FTP: added pasv_behind_router option. If this is enabled, then the IP + address that is in the PASV response will be ignored. Instead the IP + address of the remote host will be used +* FTP: removed the quote filename functionality in the SITE CHMOD and + SITE UTIME commands +* Chmod: Fixes for setting the group execute bit (bug introduced in 2.0.18rc1) +* Fixes so that the text port will prompt you for your password when a URL is + entered on the command line +* In the text port, convert the string from UTF8 to the users' current locale + before it is displayed +* Fixes for when the host system does not have getaddrinfo() (bug introduced in + 2.0.18rc1) +* Rewrote and improved the URL parser so that the :, @ characters are allowed + in directories and passwords +* Security Fix: Ignore the file paths that are returned by the remote server +* FreeBSD and HP/UX fixes +* GNOME HIG fixes +* Many other small changes and improvements. See the ChangeLog file in the + distribution for a detailed list of changes. +* Updated language translations (cs de en_CA en_GB es hu nl zh_CN) + Changes from 2.0.17 to 2.0.18rc1 * SSH2: Improved the login code. You no longer need to specify in gFTP the
--- a/docs/website/index.html.in Fri Feb 04 14:52:26 2005 +0000 +++ b/docs/website/index.html.in Fri Feb 04 15:29:24 2005 +0000 @@ -36,7 +36,7 @@ <UL> <LI>Distributed under the terms of the <a href="http://www.gnu.org/copyleft/gpl.html">GNU Public License Agreement</a> <LI>Written in C and has a text interface and a GTK+ 1.2/2.x interface -<LI>Supports the FTP, FTPS (control connection only), HTTP, HTTPS and SSH protocols +<LI>Supports the FTP, FTPS (control connection only), HTTP, HTTPS, SSH and <a href="http://fsp.sourceforge.net/">FSP</a> protocols <LI>FTP and HTTP proxy server support <LI>Supports FXP file transfers (transferring files between 2 remote servers via FTP) <LI>Supports UNIX, EPLF, Novell, MacOS, VMS, MVS and NT (DOS) style directory listings