diff ChangeLog-old @ 230:f330309d2f17

2003-7-23 Brian Masney <masneyb@gftp.org> * configure.in - incremented version to 2.0.15rc1. Also, if readline wasn't found on the system, the text port wasn't be built * ChangeLog-old - added summary of changes since version 2.0.14 * TODO - updated * src/text/gftp-text.c - build fixes if readline isn't present on the system * lib/sshv2.c - don't print out the network error as well when getting the error message from the remote server. The user is only interested in the error returned from the server.
author masneyb
date Thu, 24 Jul 2003 01:48:33 +0000
parents f4f6f44225d3
children dbf13a10be13
line wrap: on
line diff
--- a/ChangeLog-old	Wed Jul 23 02:39:24 2003 +0000
+++ b/ChangeLog-old	Thu Jul 24 01:48:33 2003 +0000
@@ -1,3 +1,44 @@
+Changes from 2.0.14 to 2.0.15rc1
+
+* I18N improvements in GTK+ 2.0 port. If the remote server is not returning 
+  output in UTF8, it will first attempt to convert it from the local character
+  set and if that fails it will try the character sets listed in the 
+  remote_charsets option.
+* Added an improved internal configuration interface. You can now override just
+  about any option in the bookmarks dialog for a particular site. 
+* Each protocol that gFTP supports is now completely self contained in it's own
+  file. So, if gFTP doesn't support your favorite protocol, it should be pretty
+  easy to add support
+* When you attempt to connect to a site and there is a fatal error, gFTP will 
+  abort properly and no longer keep trying to log back into the server.
+* Fixes for transferring files greater than 2.1GB.
+* Improved throttling of file transfers.
+* Added support to expire cache entries after a particular period of time.
+* FTP: Added IPV6 support. gFTP is almost 100% IPV6 compatible. If you are not 
+  using a proxy server, you will not run into any issues. The list of local 
+  networks to not use the proxy server is still currently IPV4 only.
+* FTP: Added ability to parse VMS directory listings.
+* FTP: The firewall_* options were renamed to ftp_proxy_* for better 
+  consistency with the other protocols.
+* SSH2: More informative error messages when the initial connection to the 
+  remote server fails. You should hopefully not see those "Messages size too 
+  big" error messages anymore.
+* SSH2: Improved the PTY interface.
+* Removed legacy SSH protocol. THe SSH2 protocol is now the only SSH protocol
+  supported. You had to enable an option in 2.0.14 to be able to use this 
+  protocol.
+* HTTP: Lots of improvements to this protocol. 
+* Added support for the HTTPS protocol. I added a generic SSL layer to the code
+  so that other SSL protocols can be easily added.
+* The bookmarks and configuration file is now only written if something changed
+  during this session.
+* Build fixes for various platforms
+* Lots of cleanups and improvements to the core library. Also lots of bug fixes
+  throughout the code.
+* New language translations and updates (am ar ca cs es fr hu ja mk ms nl pl 
+  pt pt_BR ru sr sr@Latn sv tr uk zh_TW). Thanks to everybody that has 
+  contributed language updates!
+
 Changes from 2.0.14rc1 to 2.0.14
 
 * Added key bindings to edit dialogs