annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
230
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
1 Changes from 2.0.14 to 2.0.15rc1
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
2
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
3 * I18N improvements in GTK+ 2.0 port. If the remote server is not returning
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
4 output in UTF8, it will first attempt to convert it from the local character
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
5 set and if that fails it will try the character sets listed in the
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
6 remote_charsets option.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
7 * Added an improved internal configuration interface. You can now override just
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
8 about any option in the bookmarks dialog for a particular site.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
9 * Each protocol that gFTP supports is now completely self contained in it's own
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
10 file. So, if gFTP doesn't support your favorite protocol, it should be pretty
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
11 easy to add support
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
12 * When you attempt to connect to a site and there is a fatal error, gFTP will
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
13 abort properly and no longer keep trying to log back into the server.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
14 * Fixes for transferring files greater than 2.1GB.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
15 * Improved throttling of file transfers.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
16 * Added support to expire cache entries after a particular period of time.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
17 * FTP: Added IPV6 support. gFTP is almost 100% IPV6 compatible. If you are not
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
18 using a proxy server, you will not run into any issues. The list of local
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
19 networks to not use the proxy server is still currently IPV4 only.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
20 * FTP: Added ability to parse VMS directory listings.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
21 * FTP: The firewall_* options were renamed to ftp_proxy_* for better
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
22 consistency with the other protocols.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
23 * SSH2: More informative error messages when the initial connection to the
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
24 remote server fails. You should hopefully not see those "Messages size too
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
25 big" error messages anymore.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
26 * SSH2: Improved the PTY interface.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
27 * Removed legacy SSH protocol. THe SSH2 protocol is now the only SSH protocol
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
28 supported. You had to enable an option in 2.0.14 to be able to use this
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
29 protocol.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
30 * HTTP: Lots of improvements to this protocol.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
31 * Added support for the HTTPS protocol. I added a generic SSL layer to the code
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
32 so that other SSL protocols can be easily added.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
33 * The bookmarks and configuration file is now only written if something changed
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
34 during this session.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
35 * Build fixes for various platforms
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
36 * Lots of cleanups and improvements to the core library. Also lots of bug fixes
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
37 throughout the code.
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
38 * New language translations and updates (am ar ca cs es fr hu ja mk ms nl pl
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
39 pt pt_BR ru sr sr@Latn sv tr uk zh_TW). Thanks to everybody that has
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
40 contributed language updates!
f330309d2f17 2003-7-23 Brian Masney <masneyb@gftp.org>
masneyb
parents: 80
diff changeset
41
80
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
42 Changes from 2.0.14rc1 to 2.0.14
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
43
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
44 * Added key bindings to edit dialogs
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
45 * Don't ask for SSH password in bookmarks if it's disabled in the config file
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
46 * Binary/Ascii fixes for ext= lines in the config file
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
47 * SSH - if the word WARNING appears in the banner, don't log into the server
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
48 * Updated translations: French, German, Polish and Simplified Chinese
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
49
73
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
50 Changes from 2.0.13 to 2.0.14rc1
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
51
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
52 * GTK+ 2.0 improvements - i18n fixes, uses more stock icons
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
53 * SSHV2 fixes (timeout fixes, improved login)
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
54 * Small cleanups to the rest of the supported protocols
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
55 * Improved directory sorting performance
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
56 * Added save directory listing
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
57 * Large file support
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
58 * When canceling transfers, you most likely won't be disconnected from the
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
59 remote site
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
60 * DND improvements
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
61 * Fixed several small bugs
80
f4f6f44225d3 2002-12-10 Brian Masney <masneyb@gftp.org>
masneyb
parents: 73
diff changeset
62 * Added/updated translations: Bulgarian, Danish, Dutch, French, German,
73
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
63 Hungarian, Japanese, Korean, Polish, Romanian, Russian, Spanish,
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
64 Traditional Chinese
c226809c03c8 2002-12-2 Brian Masney <masneyb@gftp.org>
masneyb
parents: 17
diff changeset
65
17
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
66 Changes from 2.0.12 to 2.0.13
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
67
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
68 * Added bookmark protocol. You can now connect to a bookmarked site via the
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
69 command line by running: gftp "bookmark://Debian Sites/Debian"
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
70 * Several improvements to the text port
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
71 * GTK+ 2.0 fixes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
72 * Added ability to parse Cray FTP directory listings
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
73 * Fixed crash that would occur if you tried to download a file you didn't have
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
74 permission to
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
75 * Fixed crash in view/edit file if the transfer was appended onto an existing
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
76 transfer
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
77 * Fixed bug with current KB/s being wrong if the transfer was interrupted
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
78 * Fixed bug when a file was dropped to gftp, the file size wasn't shown
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
79 * Fixed crash in bookmarks editor if you tried to save a folder entry
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
80 * Disabled older SSH protocol, now only the SSH2 protocol is shown. If you
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
81 require the older protocol, edit your ~/.gftp/gftprc file and set
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
82 enable_old_ssh to 1
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
83 * Removed confirm delete, preserve permissions, save geometry and use cache
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
84 options. These are always enabled now
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
85 * Removed logfile option. This always defaults to ~/.gftp/gftp.log now
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
86 * Removed bring up reconnect dialog option. This wasn't even used anywhere
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
87 * Removed read_timeout and connect_timeout. Made a new option network timeout
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
88 * Allow a URL to be pasted in the host box on the toolbar
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
89 * Don't preserve the setuid or setgid attributes for a transfered file (if set)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
90 * HTTP updates (from John Franks <john@math.northwestern.edu>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
91 * Updates to USERS-GUIDE (from Steve Stites <stites@fastmail.ca>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
92 * Fixed encodings for several po files (from Owen Taylor <otaylor@redhat.com>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
93 * Polish updates (from pbs <pbs@linux.net.pl>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
94 * Russian updates (from Valek Filippov <frob@df.ru>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
95 * Bulgarian updates (from Borislav Aleksandrov <B.Aleksandrov@cnsys.bg> and
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
96 Yanko Kaneti <yaneti@declera.com>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
97 * Dutch updates (from Myckel Habets <myckelhabets@netscape.net>) *CORRECTED*
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
98 * French updates (from Jerome COUDERC <j.couderc@ifrance.com>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
99 * Polish updates (from Arkadiusz Lipiec <alipiec@adrenalina.pl>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
100 * German updates (from Bernd Leibing <Bernd.Leibing@rz.uni-ulm.de>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
101
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
102 Changes from 2.0.11 to 2.0.12
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
103
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
104 * Fixed several memory leaks
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
105 * HTTP proxy fixups
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
106 * Fixed bug with throttling of connections not working in some cases
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
107 * Fixed wrong time remaining for interrupted transfers
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
108 * Added option to only show selected files
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
109 * Cleanups to cache
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
110 * Fixed crash in view file
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
111 * Fixed crash in toolbar
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
112 * Updates to Compare Windows feature
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
113 * Fixed SSH/SSH2 connection problem on IRIX
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
114 * Password is no longer shown in the log window for HTTP protocol
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
115 * Added Bulgarian translation (from Borislav Aleksandrov <B.Aleksandrov@cnsys.bg>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
116 * Norwegian updates (from Anders Henriksen <andersh@cc.uit.no>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
117
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
118 Changes from 2.0.10 to 2.0.11
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
119
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
120 * Fixed delete crash
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
121 * Fixed problem with SSHV2 not showing directories with more than 100 files
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
122 * Fixed several memory leaks
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
123 * Enabled cache for SSH/SSH2
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
124 * Fixed stalled SSH transfers (~ escape sequences)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
125 * Spanish updates (from Gustavo D. Vranjes <gvranjes@abaconet.com.ar>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
126 * Small German translation fixes (from Bernd Leibing <Bernd.Leibing@rz.uni-ulm.de> and Reinhold Trocker <reinhold.trocker@dnet.it>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
127 * Updated deb.xpm (from Robert Millan <zeratul2@wanadoo.es>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
128
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
129 Changes from 2.0.9 to 2.0.10
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
130
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
131 * Added option to SSH/SSH2 to not require a username/password
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
132 * Added option to SSH2 to where it can log in using the SFTP subsys
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
133 * Added option to SSH/SSH2 to use the ssh-askpass utility to grab the users
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
134 password
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
135 * Fixed bug in SSH2 login failure if the user specified a port
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
136 * Fixed bug in SSH2 connections that wouldn't set default remote directory
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
137 * Fixed crash in SSH2 transfers after some file transfers
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
138 * Fixed bug in options dialog with FTP proxy config not saving properly
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
139 * Fixed bug where you could add a bookmark with two or more /'s in a row
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
140 * Fixed problem with est. time remaining and KB/s being wrong if you resumed
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
141 a file transfer
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
142 * Added icon to gftp window (can be seen in gnome task panel applet or when
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
143 cycling through windows)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
144 * Various fixes to stop button
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
145 * Upgraded included gettext to 0.10.40
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
146 * Chinese zh_CN.GB2312 updates (from homebody@263.net)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
147 * French updates (from Jerome COUDERC <j.couderc@ifrance.com>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
148 * Spanish updates (from Gustavo D. Vranjes <gvranjes@abaconet.com.ar>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
149 * Norwegian updates (from Anders Henriksen <andersh@cc.uit.no>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
150
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
151 Changes from 2.0.9pre3 to 2.0.9
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
152
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
153 * Improved login sequence for both SSH implementations
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
154 * Remove *'s and /'s after some files when connecting to a remote server
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
155 running the commercial SSH2 server
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
156 * Fixed delete bug I introduced in 2.0.9pre3
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
157 * Added Perl script to copy your ~/.netrc file into gftp's bookmark file
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
158 * Made text port so that it'll always resume the file transfer
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
159 * Japanese updates (from Yasuyuki Furukawa <yasu@on.cs.keio.ac.jp>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
160 * Danish updates (from Birger Langkjer <birger.langkjer@image.dk>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
161 * Korean updates (from Nam SungHyun <namsh@lge.com>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
162 * Turkish updates (from Gorkem Cetin <gorkem@gelecek.com.tr>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
163 * Spanish updates (from Gustavo D. Vranjes <gvranjes@abaconet.com.ar>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
164 * Added Norwegian translation (from Anders Henriksen <andersh@cc.uit.no>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
165
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
166 Changes from 2.0.9pre2 to 2.0.9pre3
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
167
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
168 * Added option to specify default protocol
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
169 * Fixed bug in stopping of file transfers
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
170 * Fixed bug in text port KB/s being wrong
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
171 * Fixed bug with time being wrong for daylight savings time
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
172 * Made it so you couldn't delete . or ..
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
173 * Fixed crash in SSHV2 transfers
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
174 * Trim whitespace when parsing URLs
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
175 * Fixed estimated time left being wrong when transferring lots of small
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
176 files
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
177 * Set window class for all dialogs (from Andy Piper <andy.piper@freeuk.com>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
178 * Spanish updates (from Gustavo D. Vranjes <gvranjes@abaconet.com.ar>)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
179
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
180 Changes from 2.0.9pre1 to 2.0.9pre2
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
181
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
182 * Fixed bug in double clicking not working in file listbox in gtk+ 1.2 port
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
183
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
184 Changes from 2.0.8 to 2.0.9pre1
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
185
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
186 * Added support for sshv2 file transfers
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
187 * Added support for gtk+ >= 1.3.8 (add --enable-gtk20 to configure)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
188 * Added option whether to add new file transfers onto existing ones or new ones
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
189 * Added option to limit the size of the log window for better performance
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
190 * Added option to be able to specify additional arguments to ssh
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
191 * Added options to change color of log messages in gtk+ port (not
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
192 changeable in GUI yet)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
193 * Cleaned up options dialog
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
194 * Fixed preserving file permissions on transfered files
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
195 * Fixed crash on Solaris (probably on others as well) that would occur after a
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
196 finished file transfer
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
197 * Added readline support to text port
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
198 * Fixed build problems on FreeBSD
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
199 * Updated Spanish translation
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
200 * Other small bug fixes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
201
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
202 Changes from 2.0.8pre4 to 2.0.8
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
203
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
204 * Fixed progress update bug when downloading files
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
205 * Other small bug fixes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
206 * Updated French and Czech translation
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
207
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
208 Changes from 2.0.8pre3 to 2.0.8pre4
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
209
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
210 * Fixed bug with gftp sometimes "freezing" up when you would have it do
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
211 several things at once
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
212 * Moved the displaying of the KB/s from the current KB/s back to the average
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
213 KB/s for the file transfer
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
214 * Fixed bug with current file numbers not being updated
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
215 * Fixed bug where gftp would reconnect to a site after a file upload
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
216 * Fixed bug where the cache wasn't being updated when you refreshed a
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
217 directory listing
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
218 * Fixed bug where you couldn't select overwrite, resume or skip when transfering
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
219 files that already existed
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
220 * Made it so that the text port doesn't require the XPM files to be present
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
221 when the config file is read
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
222 * Renamed gtk12 port from gftp-gtk12 to gftp-gtk. I'll work gtk+ 2.0 port in
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
223 the same source with #ifdefs
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
224 * Other small bug fixes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
225 * Added Turkish translation
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
226
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
227 Changes from 2.0.8pre2 to 2.0.8pre3
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
228
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
229 * Fixed some downloading/uploading problems and also fixed some reconnecting
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
230 problems
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
231 * Fixed bug so that you can do other stuff while a file transfer is in progress
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
232 * Fixed crash that would occur if you would enter a blank host in the toolbar
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
233 * Fixed compile problem on Solaris 7
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
234 * Drag and Drop fixups
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
235 * Quite a few other small bug fixes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
236 * Updated French and Russian translation
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
237
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
238 Changes from 2.0.8pre1 to 2.0.8pre2
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
239
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
240 * Fixed crash in bookmarks
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
241 * Added some more bookmarks
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
242 * Fixed crash with viewing files
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
243 * Fixed compile problem with operating systems that don't have getaddrinfo(3)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
244 * Fixed bug with dragging a local file
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
245 * Fixed bug with file transfer timeout
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
246 * Removed unused variables from some structures
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
247 * Added overwrite by default option
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
248 * Fixed bug with keypad delete only letting you deleting one file
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
249 * Fixed bug with command line params not being passed from the gftp shell
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
250 script to gftp-gtk12 and gftp-text
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
251 * Updated Korean translation
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
252
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
253 Changes from 2.0.7b to 2.0.8pre1
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
254
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
255 * Separated all UI related functions from the non-UI related functions. Now have
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
256 text port along with gtk+ 1.2 port
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
257 * Fixed format string security problem in logging of ftp and http responses
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
258 * Made chdir, rm, chmod, rename, etc all threaded operations. Now all network
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
259 operations done in gftp should be stopable from the gui interface
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
260 * Improved net core so it should detect better if the remote connection closed
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
261 * When you go to upload a file now via ftp, it'll no longer send a SIZE command
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
262 for each file. It can also now detect files that exist in subdirs and prompt
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
263 you about those as well
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
264 * Fixed file corruption when files were transfered via ascii mode
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
265 * Added recursive directory deletes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
266 * Can now reorder files that are being transfered
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
267 * If a file transfer is already going to one host, when you select more files
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
268 to transfer they will automatically be appended to the current transfer in
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
269 progress instead of another transfer being made
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
270 * Added simplified Chinese and Italian translation
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
271 * Various other small bug fixes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
272
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
273 Changes from 2.0.7a to 2.0.7b
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
274
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
275 * Fixed crash that would occur in the toolbar
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
276 * Fixed problem with display becoming frozen after file transfer is done until
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
277 an X event occured
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
278 * Fixed problem with bandwidth throttling not working
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
279 * Fixed problem with file transfers not timing out properly
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
280
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
281 Changes from 2.0.7 to 2.0.7a
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
282
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
283 * Fixed problem with resume/skip/overwrite no working
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
284 * Fixed crash that would occur when you would stop a transfer
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
285 * Fixed problem with wrong selection being returned when filespec was anything
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
286 other than *
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
287 * Updated Portuguese (pt_BR) and Russian (ru) translation
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
288
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
289 Changes from 2.0.6a to 2.0.7
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
290
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
291 * HTTP Protocol fixups. It now supports resuming file transfers, and has an
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
292 improved HTTP parsing engine
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
293 * Added support for transfering files via the SSH protocol. See the FAQ for
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
294 details about how to do this
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
295 * Added FXP support
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
296 * Added read and write timeouts on the file transfers. This will make gftp be
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
297 able to start file transfers again if you have an unstable internet
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
298 connection
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
299 * Doesn't peg the CPU load when connecting or getting directory listings
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
300 * Fixed problem with reading from control connection on SunOS and Digital UNIX
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
301 * Configure script will now detect pthreads library properly on Digital UNIX
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
302 and FreeBSD
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
303 * Added Czech, Portuguese, and Russian translation
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
304 * Menu items now grey out on the local, remote and tools menus for the items
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
305 that are not valid
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
306 * Lots of new icons
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
307 * Finished internal code cleanup I started back in version 2.0.6
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
308 * Other small bug fixes and enhancements
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
309
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
310 Changes from 2.0.6 to 2.0.6a
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
311
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
312 * Fixed crash that would occur in the history of the hostname
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
313 * Fixed problem with if you would hit the stop button, it would keep trying
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
314 to connect to that old host even if you entered a new hostname
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
315 * Updated Polish and Danish translation
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
316
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
317 Changes from 2.0.5a to 2.0.6
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
318
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
319 * Redesigned the transfer window. Now, it is tree based, and you can see all
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
320 the individual files that are to be transfered. Displays more informative
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
321 information like estimated time remaining for the individual file, and
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
322 estimated time remaining for all the files in that group.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
323 * Added Chinese, Danish, Dutch, Finnish, Polish, Portuguese, Spanish, and
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
324 Swedish translation
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
325 * Updated all translation files
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
326 * You can now log into a http proxy with a username and password.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
327 * When resizing gFTP to much larger sizes, the toolbar resizes better
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
328 * If you have save geometry set, gFTP will remember the column widths of the
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
329 local and remote listboxes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
330 * Added history to the hostname, port and username fields of the toolbar
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
331 * If you have preserve permissions set, then gFTP will save the date of the
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
332 downloaded files (it will also still save the file permissions as well too
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
333 like it used to)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
334 * Now transfers the lists of subdirectories more efficiently
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
335 * Fixed crash that would occur when you would connect or delete files (only
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
336 reported on Sparc)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
337 * Bookmarks are now stored in ~/.gftp/bookmarks. You can now associate a
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
338 local directory with a bookmark. (Note: gFTP will automagically convert
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
339 your bookmarks to the new format for you).
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
340 * Made protocols more modular. Added full support for http protocol. This
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
341 will now make it much easier to add support for more protocols in the near
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
342 future (like DAV support)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
343 * Removed the Use proxy option under the FTP menu and in the bookmarks. You
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
344 can now set up what hosts are on your local network subnet
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
345 * Improved USERS-GUIDE
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
346 * Many other small enhancements and lots of code cleanup
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
347
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
348 Changes from 2.0.5 to 2.0.5a
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
349
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
350 * Fixed problem with gFTP forgetting your passwords
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
351 * When you drag a file from gFTP, it will not send the password over
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
352 * When you drop a file to gFTP, if there is no password, it will prompt you
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
353 for one
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
354 * Added Japanese and partian Korean translation and Unicode fixes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
355 * Fixed French and German translations. I didn't mark some strings with N_(
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
356 and some strings got commented out
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
357 * Fixed file handle leak in transfer of files (yikes!)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
358
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
359 Changes from 2.0.4 to 2.0.5
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
360
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
361 * Added gettext support. A French and German tranlsation is included with this
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
362 version. If you would like to do a translation of gFTP, please email me first
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
363 just to make sure someone else isn't already doing one.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
364 * If you right click on the log window, or in the edit bookmarks dialog, it
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
365 will bring up a menu.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
366 * Added bandwidth throttling
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
367 * Fixed problem with stopping file transfers
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
368 * Fixed problem with Use Proxy under the FTP menu not working properly with
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
369 a http proxy
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
370 * Fixed problem with some file transfers not completing properly
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
371 * Fixed problem with remote editing of files sometimes not working
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
372 * Added manpage, gftp(1)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
373 * Makefiles are now generated by automake
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
374 * Other small bug fixes and enhancements
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
375
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
376 Changes from 2.0.3 to 2.0.4
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
377
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
378 * Removed all of the old ftp proxy code and added scripting to log into your
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
379 firewall. This makes it possible to log into ftp proxies not previously
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
380 supported
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
381 * When transfering a file, if the remote site disconnects, gFTP can
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
382 automatically resume the transfer of the file where it last left off. The
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
383 maximum times that it will do this is the number you have your connect
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
384 retries set to.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
385 * Fixed problem with auto-retry on connect.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
386 * When downloading files, fixed problem with sometimes interpreting file
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
387 size wrong from ftp server.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
388 * The return and delete keys now work again in the listboxes.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
389 * Added option to send SITE command.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
390 * Passwords can now not be saved in the config file. When you try to connect
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
391 to a bookmark that doesn't have a password set, it will prompt you to
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
392 enter a password
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
393 * When you add a new Bookmark, it will not save your password. If you want
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
394 your password to be stored in the config file automatically, you must go
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
395 to edit bookmarks, and edit that bookmark entry and add it there
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
396 * When you edit a remote file, it will now ask if you want to upload the new
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
397 file to the remote server
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
398 * If you right click on the local or remote listboxes, it will bring up a
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
399 menu with the items in the Local and Remote menu.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
400 * Will now interpret UNIX and Mac style filenames that have spaces in them
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
401 correctly
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
402 * Fixed problem that if your view/edit program had arguments with it, the
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
403 program would not execute (ex: xterm -e vi)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
404 * Changed behavior of the OpenURL button. Here is what will happen when you
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
405 click on the OpenURL button. If you are connected to a site, it will
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
406 disconnect from the site. If you aren't connected to a site, and you have
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
407 a hostname entered on the toolbar, it will connect to that host. Otherwise
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
408 it will bring up the OpenURL dialog
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
409 * Various other small bug fixes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
410
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
411 Changes from 2.0.2 to 2.0.3
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
412
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
413 * Many bug fixes. I should have all known bugs fixed
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
414 * Now parses some NT, MacOS, and Novell ftp servers output
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
415 * Added support for logging in with the ACCOUNT command
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
416 * Added a users guide for newbies. See USERS-GUIDE
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
417 * You can now disable some columns in the local and remote listboxes in the
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
418 config file. You can also set the columns to auto-resizing
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
419 * Added debian/ directory to main distribution
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
420
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
421 Changes from 2.0.1 to 2.0.2
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
422
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
423 * Removed Use same connection option. Now when you download a file, the
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
424 remote window automagically becomes cached, and the file transfer will use
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
425 the same connection. It will only open a second connection when it has to.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
426 * Added support to be able to drag urls from Netscape to the Open URL button
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
427 on the toolbar. Also cleaned up the drag and drop code.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
428 * Added drop down history box on the local and remote directory entry widget
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
429 * HTTP Proxy fixups to make it work with squid-2.2.STABLE3. Please email me
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
430 about how this works/doesn't work with other http proxies.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
431 * Added option to show hidden files
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
432 * Several bookmarks bug fixes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
433 * Various other small bug fixes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
434 * Added .spec file to main distribution
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
435
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
436 Changes from 2.0.0 to 2.0.1
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
437
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
438 * Main screen is now more responsive during downloads
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
439 * Various small bug fixes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
440
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
441 Changes from 1.13 to 2.0.0
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
442
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
443 * Added toolbar with stop button
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
444 * Removed connection manager and added Bookmarks menu
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
445 * Added tree based bookmark editor
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
446 * Added option to preserve file permissions of transfered files
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
447 * Added option to use the same connection for downloads
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
448 * Added auto-retry option. If you set the number of retries to 0, it will
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
449 keep trying until you either stop it or it logs in
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
450 * Removed read() and write() timeouts
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
451 * Fixed problem only allowing you to log in on port 21
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
452 * Fixed problem with recursively getting remote directories and files
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
453 * HTTP proxy fixups
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
454 * Many other small bug fixes and enhancements
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
455 * Note to users upgrading from a previous version: there are a few config file
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
456 changes:
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
457 * If you are using a http proxy, set your use_proxy type in the config
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
458 file to type 100.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
459 * Since gFTP uses a bookmarks menu now, you will have to change your
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
460 host= lines. A line in the old config file will have:
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
461 host=Debian Sites:Debian:ftp.debian.org:21:/debian:anonymous:@EMAIL@:1
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
462 You will have to change it to something like:
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
463 host=Debian Sites/Debian:ftp.debian.org:21:/debian:anonymous:@EMAIL@:1
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
464 The first column is the menu path. You can have
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
465 Menu/Submenu/Submenu/Debian in order to nest items into submenus.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
466
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
467 Changes from 1.12 to 1.13
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
468
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
469 * Added graphical configuration
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
470 * Uses a lot less memory
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
471 * Separated all ftp code into gnome-ftp library
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
472 * Now prompts the user to reconnect on connect error
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
473 * Added much more efficient transfer dialog for when the files exist
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
474 * Added local and remote chmod support
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
475 * Added support for HTTP proxies
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
476 * Added another FTP proxy type
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
477 * Added support for EPLF directory listings
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
478 * Now uses a configure script to generate the makefile
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
479 * Added Save Password feature in the connection manager
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
480 * Added more keyboard shortcuts
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
481 * Various bug fixes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
482 * Improved internal design
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
483
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
484 Changes from 1.11 to 1.12
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
485
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
486 * Added the ability to edit local and remote files
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
487 * Added the ability to associate with a file extension a file viewer and the
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
488 default download type (ASCII or BINARY).
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
489 * Added anti-idle tool. Please do not abuse this feature
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
490 * Better remote symlink handling
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
491 * Removed some icons from the distribution
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
492 * Added another FTP proxy type
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
493 * Several small enhancements
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
494
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
495 Changes from 1.1 to 1.11
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
496
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
497 * Fixed some problems connecting to some ftp servers
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
498 * Fixed resume transfer problems
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
499 * Fixed some ftp proxy login problems
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
500 * Fixed problems with gFTP sometimes crashing
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
501
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
502 Changes from 1.0 to 1.1
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
503
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
504 * Added FTP proxy server support
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
505 * Added ability to download entire directories and their subdirectories
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
506 * Added non-passive file transfers (using PORT command)
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
507 * Added ability to restrict files in the listboxes to a particular filemask
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
508 * Added geometry management. gFTP can automatically save the geometry of it's
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
509 widgets for next time you start it back up.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
510 * Added more config file options. Most can be set within gFTP itself
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
511 * Several small dialog enhancements
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
512 * Fixed problems with connecting to Serv-U FTP Servers
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
513 * Fixed date sorting problem
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
514 * Fixed problem with gFTP trying to view some remote dirs when they were
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
515 double clicked
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
516 * Fixed problem with gFTP sometimes crashing after some file transfers
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
517
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
518 Changes from 0.21 to 1.0
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
519
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
520 * Drag-N-Drop support added
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
521 * Added caching of remote directory listings. The cache will automatically
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
522 be cleared when gFTP exits.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
523 * You can now tell gFTP to only transfer one file at a time. When one
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
524 transfer finishes the next one starts. You can still have multiple
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
525 transfers going at the same time
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
526 * Added ability to view files. Also, when you double click on a file in the
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
527 listboxes it will view that file. If you double click a directory, it will
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
528 still change to it.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
529 * Added Open URL menu item under the Remote menu
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
530 * Several connection manager enhancements
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
531 * Several bug fixes and code improvements
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
532 * Added a few more default sites to the config file
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
533
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
534 Changes from 0.2 to 0.21
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
535
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
536 * Added Compare Windows feature. It will select the files in both windows
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
537 * make install will now copy some necessary XPM and config files to
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
538 /usr/local/share/gftp. When a new user first runs gftp, it will copy the
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
539 config file from there to their home directory and add their email address
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
540 to the config file.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
541 * Fixed some disconnect problems when the socket would close prematuraly
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
542 * Changed all occurances of snprintf, vsnprintf, and sys_errlist to
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
543 g_snprintf, g_vsnprintf, and g_strerror respectively. Should now compile
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
544 cleanly on most platforms.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
545 * Fixed ItemFactory callbacks. Should now work fine on 64bit machines.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
546 * Added a few more icons to the distribution for the file listboxes.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
547
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
548 Changes from 0.1 to 0.2
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
549
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
550 * Completely rewritten in gtk instead of Motif
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
551 * Fixed problems with parsing of some directory listings
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
552 * Fixed problems with reading responses from certain FTP servers
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
553 * Supports connecting to a FTP server via command line parameters
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
554 You can now type: gftp user:pass@ftp-site:port/directory. You don't have
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
555 to specify all of the options, like user:pass, port and directory.
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
556 * More informative error messages
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
557 * Sorting capabilites in the listboxes
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
558 * Colorized text in the log window
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
559 * Allows saving the text in the log window to a file
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
560 * Added disconnect from ftp server
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
561 * Various code cleanups
8544f6585593 start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff changeset
562 * Removed about dialog box