comparison ChangeLog @ 17:8544f6585593

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