Mercurial > gftp.yaz
comparison ChangeLog-old @ 428:f882d8e205c5
2004-3-17 Brian Masney <masneyb@gftp.org>
* ChangeLog-old - updated with summary of changes since 2.0.16
* docs/website/index.html.in - updated the list of translations
available
author | masneyb |
---|---|
date | Wed, 17 Mar 2004 12:00:08 +0000 |
parents | 14ef37b62c20 |
children | 1f48ce5a9305 |
comparison
equal
deleted
inserted
replaced
427:3a83011227bc | 428:f882d8e205c5 |
---|---|
1 Changes from 2.0.16 to 2.0.17 | 1 Changes from 2.0.16 to 2.0.17rc1 |
2 | 2 |
3 * Created a user interface common repository. Started to merge the UI | 3 * Separated out more of the UI independent code in the GTK+ and Text ports and |
4 independant parts of the GTK+ and text ports into this. The GTK+ port | 4 created a user interface common repository. Cleaned up some of the existing |
5 can now be controlled from a command line interface in the GUI. There | 5 GTK+ code. The GTK+ port can now be controlled from a command line interface |
6 is an option you have to enable in the options dialog for this. | 6 in the GUI. There is an option you have to enable in the options dialog for |
7 this. (enable manual commands in GUI) | |
7 * Added support for the FTPS protocol. The control connection is the only | 8 * Added support for the FTPS protocol. The control connection is the only |
8 one encrypted at the moment. | 9 one encrypted at the moment. |
10 * When viewing/editing a file, the temporary file that is created is created | |
11 with the same extension as the remote file so that syntax highlighting works | |
9 * File transfers can be resumed/skipped/overwritten in the text port and | 12 * File transfers can be resumed/skipped/overwritten in the text port and |
10 whenever files are dropped on gftp. | 13 whenever files are dropped on gftp in the GTK+ port. |
11 * FTP: Added support for MVS directory listings | 14 * FTP: Added support for MVS directory listings |
15 * FTP: Fix for FXP transfers | |
16 * SSH2: fix for resuming uploads | |
12 * Added option to show the transfer status in the title bar. | 17 * Added option to show the transfer status in the title bar. |
13 * Added option to disable IPV6 support. | 18 * Added option to disable IPV6 support. |
14 * Fixed the wrong date being displayed when a file was modified last year | 19 * Fixed the wrong date being displayed when a file was modified last year |
15 * 64 bit cleanups. This also fixed a SSH segfault that was happening on | 20 * 64 bit cleanups. This also fixed a SSH segfault that was happening on |
16 FreeBSD | 21 FreeBSD |
17 * Look for the .gmo translation files in the proper directory | 22 * Look for the .gmo translation files in the proper directory |
18 * If a bookmarked site has it's password saved in the config file, then the | 23 * If a bookmarked site has it's password saved in the config file, then the |
19 passwords are written out in a scrambled format. This isn't secure, but it'll | 24 passwords are written out in a scrambled format. This isn't secure, but it'll |
20 prevent someone from casually looking over your shoulder and seeing your | 25 prevent someone from casually looking over your shoulder and seeing your |
21 password. I would not recommend saving your passwords to disk. | 26 password. I still do not recommend saving your passwords to disk. |
22 * Fix for systems that do not support the %'ld format argument | 27 * Fix for systems that do not support the %'ld format argument |
23 * Overall code cleanup in the user interface code and several small bug fixes | 28 * The startup directory option is now expanded so that an option like |
29 ~/src can be specified | |
30 * New language translations and updates (ca cs de ga hr hu nl pt_BR sr sr@Latn | |
31 ta th) | |
32 * Many other small changes and improvements. See the ChangeLog file in the | |
33 distribution for a detailed list of changes. | |
24 | 34 |
25 Changes from 2.0.15 to 2.0.16 | 35 Changes from 2.0.15 to 2.0.16 |
26 | 36 |
27 * Fixed bug where the local directory listing was not updated when | 37 * Fixed bug where the local directory listing was not updated when |
28 connecting to a bookmarked site. | 38 connecting to a bookmarked site. |