Mercurial > gftp.yaz
annotate ChangeLog-old @ 948:777b9dae77ff
Updated Occitan translation
author | ymarcheg |
---|---|
date | Sat, 23 Feb 2008 15:00:42 +0000 |
parents | 85ee79871f05 |
children | 8eb05fb3af52 |
rev | line source |
---|---|
683 | 1 Changes from 2.0.18rc1 to 2.0.18 |
2 | |
3 * Added support for the FSP protocol (http://fsp.sourceforge.net/) | |
4 * SSH2: Fixed segfault that could occur when renaming a file (bug introduced | |
5 in 2.0.18rc1) | |
6 * SSH2: Fixes for parsing the directory listing from the commercial SSH server | |
7 * FTP: added pasv_behind_router option. If this is enabled, then the IP | |
8 address that is in the PASV response will be ignored. Instead the IP | |
9 address of the remote host will be used | |
10 * FTP: removed the quote filename functionality in the SITE CHMOD and | |
11 SITE UTIME commands | |
12 * Chmod: Fixes for setting the group execute bit (bug introduced in 2.0.18rc1) | |
13 * Fixes so that the text port will prompt you for your password when a URL is | |
14 entered on the command line | |
15 * In the text port, convert the string from UTF8 to the users' current locale | |
16 before it is displayed | |
17 * Fixes for when the host system does not have getaddrinfo() (bug introduced in | |
18 2.0.18rc1) | |
19 * Rewrote and improved the URL parser so that the :, @ characters are allowed | |
20 in directories and passwords | |
21 * Security Fix: Ignore the file paths that are returned by the remote server | |
694 | 22 (fixes CAN-2005-0372) |
683 | 23 * FreeBSD and HP/UX fixes |
24 * GNOME HIG fixes | |
25 * Many other small changes and improvements. See the ChangeLog file in the | |
26 distribution for a detailed list of changes. | |
27 * Updated language translations (cs de en_CA en_GB es hu nl zh_CN) | |
28 | |
622 | 29 Changes from 2.0.17 to 2.0.18rc1 |
618 | 30 |
31 * SSH2: Improved the login code. You no longer need to specify in gFTP the | |
32 path to the sftp-server binary on the remote server. It will now just work | |
33 out of the box for most sites. Also, if the SSH binary is asking a | |
34 question, this question will be relayed back through the gFTP user interface | |
35 so the user can answer it appropriately. | |
36 * SSH2: Added support for RSA SecurID passwords | |
37 * FTP, SSH2: Added support for preserving the file date/time | |
38 * FTP: Fixed IPv6 connection problem | |
39 * More 64 bit cleanups | |
40 * More largefile fixes | |
41 * Fixed detection of SIGCHLD signal when viewing/editing files | |
42 * Added remote_lc_time option. The value of LC_TIME can now be overridden on | |
43 a per site basis. This will fix problems parsing the dates in the remote | |
44 directory listings | |
45 * Some more GNOME HIG fixes | |
46 * Fixed several segfaults in the bookmarks editor | |
47 * Save the state of the host, user and port fields in the toolbar | |
48 * Fixed compiler errors on OpenBSD and HPUX | |
49 * Many other small changes and improvements. See the ChangeLog file in the | |
50 distribution for a detailed list of changes. | |
51 * New language translations and updates (bg cs en_CA en_GB es fi he hu ja nl pa | |
52 pt_BR ru sq) | |
53 | |
453 | 54 Changes from 2.0.16 to 2.0.17 |
397 | 55 |
428 | 56 * Separated out more of the UI independent code in the GTK+ and Text ports and |
57 created a user interface common repository. Cleaned up some of the existing | |
58 GTK+ code. The GTK+ port can now be controlled from a command line interface | |
59 in the GUI. There is an option you have to enable in the options dialog for | |
60 this. (enable manual commands in GUI) | |
397 | 61 * Added support for the FTPS protocol. The control connection is the only |
62 one encrypted at the moment. | |
428 | 63 * When viewing/editing a file, the temporary file that is created is created |
64 with the same extension as the remote file so that syntax highlighting works | |
397 | 65 * File transfers can be resumed/skipped/overwritten in the text port and |
428 | 66 whenever files are dropped on gftp in the GTK+ port. |
397 | 67 * FTP: Added support for MVS directory listings |
428 | 68 * FTP: Fix for FXP transfers |
69 * SSH2: fix for resuming uploads | |
397 | 70 * Added option to show the transfer status in the title bar. |
71 * Added option to disable IPV6 support. | |
72 * Fixed the wrong date being displayed when a file was modified last year | |
73 * 64 bit cleanups. This also fixed a SSH segfault that was happening on | |
74 FreeBSD | |
75 * Look for the .gmo translation files in the proper directory | |
76 * If a bookmarked site has it's password saved in the config file, then the | |
77 passwords are written out in a scrambled format. This isn't secure, but it'll | |
78 prevent someone from casually looking over your shoulder and seeing your | |
428 | 79 password. I still do not recommend saving your passwords to disk. |
397 | 80 * Fix for systems that do not support the %'ld format argument |
428 | 81 * The startup directory option is now expanded so that an option like |
82 ~/src can be specified | |
83 * New language translations and updates (ca cs de ga hr hu nl pt_BR sr sr@Latn | |
84 ta th) | |
85 * Many other small changes and improvements. See the ChangeLog file in the | |
86 distribution for a detailed list of changes. | |
397 | 87 |
310 | 88 Changes from 2.0.15 to 2.0.16 |
89 | |
90 * Fixed bug where the local directory listing was not updated when | |
91 connecting to a bookmarked site. | |
92 * Fix for Novell directory paths (//share/directory) | |
93 * Local: If there is a dangling symlink in the local directory, not all of | |
94 the files were being shown. | |
95 * FTP: Fixed rename bug | |
96 * FTP: Fixed editing the FTP proxy config in the FTP port. | |
97 * FTP: Better error checking when establishing the data connection. | |
98 * FTP: File transfers are aborted correctly. You will not lose your connection | |
99 to the remote server. | |
100 * FTP: Ascii file transfers fix. | |
101 * HTTP: Fixed parsing some chunked file transfers. | |
102 * SSH: Fixed crash when deleting subdirectories. | |
103 * When editing remote files, and if the current directory is changed on the | |
104 remote server, make sure the file is still uploaded to the proper location. | |
105 * When editing a remote file, if the connection to the remote server times out, | |
106 immediately reconnect when the file is uploaded. | |
107 * DND cleanups | |
108 * If the source is compiled with -D_GNU_SOURCE, then use the current style | |
109 for the current locale to separate numbers. | |
110 * In some cases, if the remote_charset is defined for the remote host, convert | |
111 the current string from UTF8 to the users remote character set. | |
112 * Fixed Cray directory directory listings. Also, some UNIX directory listings | |
113 that had files with multiple spaces were being mistaken for Cray directory | |
114 listings. | |
115 * The README/FAQ is now stored in Docbook format. | |
116 * New language translations and updates (az bn el es hr it ja nl no pt ro sk sr) | |
117 * Many other small changes and improvements. See the ChangeLog file in the | |
118 distribution for a detailed list of changes. | |
119 | |
261 | 120 Changes from 2.0.15rc2 to 2.0.15 |
121 | |
122 * FTP: Fixes for selecting ASCII/Binary transfers | |
123 * Fixed crash when deleting files in the GTK+ port | |
124 * Fixed parsing directory listings that have timestamps that are not in the | |
125 current locale. | |
126 * More largefile support fixes. | |
127 * Updated translations (cs, pl, sr, sr@Latn, sv) | |
128 | |
129 Changes from 2.0.15rc1 to 2.0.15rc2 | |
130 | |
131 * Largefile (>2.1GB) fixes. | |
132 * When resuming files, look up the right option name. gFTP would bail out | |
133 whenever it couldn't look up the right option. | |
134 * Fixes to the permissions of files when they are first transfered. New files | |
135 are created with the mode 0644 & ~umask. | |
136 * Change to the proper local directory when one was enabled with a bookmark. | |
137 * Fixed crash that would occur in the options dialog when you hit Apply, then | |
138 OK. | |
139 * Fixed possible division by 0 when transfering a file. | |
140 * Fixed double free of a gftp_file structure member (utf8_file). This was not | |
141 present in 2.0.14. | |
142 * FreeBSD PTY and password prompt fixes. | |
143 * Detect write errors properly. | |
144 * Added --info argument to the command line. This will give some information | |
145 about how gFTP was compiled. | |
146 | |
230 | 147 Changes from 2.0.14 to 2.0.15rc1 |
148 | |
149 * I18N improvements in GTK+ 2.0 port. If the remote server is not returning | |
150 output in UTF8, it will first attempt to convert it from the local character | |
151 set and if that fails it will try the character sets listed in the | |
152 remote_charsets option. | |
153 * Added an improved internal configuration interface. You can now override just | |
154 about any option in the bookmarks dialog for a particular site. | |
155 * Each protocol that gFTP supports is now completely self contained in it's own | |
156 file. So, if gFTP doesn't support your favorite protocol, it should be pretty | |
157 easy to add support | |
158 * When you attempt to connect to a site and there is a fatal error, gFTP will | |
159 abort properly and no longer keep trying to log back into the server. | |
160 * Fixes for transferring files greater than 2.1GB. | |
161 * Improved throttling of file transfers. | |
162 * Added support to expire cache entries after a particular period of time. | |
163 * FTP: Added IPV6 support. gFTP is almost 100% IPV6 compatible. If you are not | |
164 using a proxy server, you will not run into any issues. The list of local | |
165 networks to not use the proxy server is still currently IPV4 only. | |
166 * FTP: Added ability to parse VMS directory listings. | |
167 * FTP: The firewall_* options were renamed to ftp_proxy_* for better | |
168 consistency with the other protocols. | |
169 * SSH2: More informative error messages when the initial connection to the | |
170 remote server fails. You should hopefully not see those "Messages size too | |
171 big" error messages anymore. | |
172 * SSH2: Improved the PTY interface. | |
173 * Removed legacy SSH protocol. THe SSH2 protocol is now the only SSH protocol | |
174 supported. You had to enable an option in 2.0.14 to be able to use this | |
175 protocol. | |
176 * HTTP: Lots of improvements to this protocol. | |
177 * Added support for the HTTPS protocol. I added a generic SSL layer to the code | |
178 so that other SSL protocols can be easily added. | |
179 * The bookmarks and configuration file is now only written if something changed | |
180 during this session. | |
181 * Build fixes for various platforms | |
182 * Lots of cleanups and improvements to the core library. Also lots of bug fixes | |
183 throughout the code. | |
184 * New language translations and updates (am ar ca cs es fr hu ja mk ms nl pl | |
185 pt pt_BR ru sr sr@Latn sv tr uk zh_TW). Thanks to everybody that has | |
186 contributed language updates! | |
187 | |
80 | 188 Changes from 2.0.14rc1 to 2.0.14 |
189 | |
190 * Added key bindings to edit dialogs | |
191 * Don't ask for SSH password in bookmarks if it's disabled in the config file | |
192 * Binary/Ascii fixes for ext= lines in the config file | |
193 * SSH - if the word WARNING appears in the banner, don't log into the server | |
194 * Updated translations: French, German, Polish and Simplified Chinese | |
195 | |
73 | 196 Changes from 2.0.13 to 2.0.14rc1 |
197 | |
198 * GTK+ 2.0 improvements - i18n fixes, uses more stock icons | |
199 * SSHV2 fixes (timeout fixes, improved login) | |
200 * Small cleanups to the rest of the supported protocols | |
201 * Improved directory sorting performance | |
202 * Added save directory listing | |
203 * Large file support | |
204 * When canceling transfers, you most likely won't be disconnected from the | |
205 remote site | |
206 * DND improvements | |
207 * Fixed several small bugs | |
80 | 208 * Added/updated translations: Bulgarian, Danish, Dutch, French, German, |
73 | 209 Hungarian, Japanese, Korean, Polish, Romanian, Russian, Spanish, |
210 Traditional Chinese | |
211 | |
17
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
212 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
|
213 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
214 * 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
|
215 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
|
216 * Several improvements to the text port |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
217 * GTK+ 2.0 fixes |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
218 * 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
|
219 * 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
|
220 permission to |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
221 * 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
|
222 transfer |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
223 * 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
|
224 * 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
|
225 * 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
|
226 * 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
|
227 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
|
228 enable_old_ssh to 1 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
229 * 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
|
230 options. These are always enabled now |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
231 * 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
|
232 * 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
|
233 * 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
|
234 * 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
|
235 * 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
|
236 * 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
|
237 * 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
|
238 * 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
|
239 * 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
|
240 * 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
|
241 * 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
|
242 Yanko Kaneti <yaneti@declera.com>) |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
243 * 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
|
244 * 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
|
245 * 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
|
246 * 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
|
247 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
248 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
|
249 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
250 * Fixed several memory leaks |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
251 * HTTP proxy fixups |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
252 * 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
|
253 * 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
|
254 * 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
|
255 * Cleanups to cache |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
256 * Fixed crash in view file |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
257 * Fixed crash in toolbar |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
258 * Updates to Compare Windows feature |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
259 * 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
|
260 * 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
|
261 * 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
|
262 * 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
|
263 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
264 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
|
265 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
266 * Fixed delete crash |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
267 * 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
|
268 * Fixed several memory leaks |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
269 * Enabled cache for SSH/SSH2 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
270 * Fixed stalled SSH transfers (~ escape sequences) |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
271 * 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
|
272 * 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
|
273 * 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
|
274 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
275 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
|
276 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
277 * 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
|
278 * 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
|
279 * 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
|
280 password |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
281 * 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
|
282 * 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
|
283 * 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
|
284 * 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
|
285 * 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
|
286 * 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
|
287 a file transfer |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
288 * 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
|
289 cycling through windows) |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
290 * Various fixes to stop button |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
291 * 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
|
292 * 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
|
293 * 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
|
294 * 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
|
295 * 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
|
296 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
297 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
|
298 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
299 * 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
|
300 * 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
|
301 running the commercial SSH2 server |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
302 * 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
|
303 * 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
|
304 * 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
|
305 * 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
|
306 * 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
|
307 * 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
|
308 * 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
|
309 * 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
|
310 * 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
|
311 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
312 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
|
313 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
314 * Added option to specify default protocol |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
315 * 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
|
316 * 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
|
317 * 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
|
318 * 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
|
319 * Fixed crash in SSHV2 transfers |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
320 * Trim whitespace when parsing URLs |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
321 * 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
|
322 files |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
323 * 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
|
324 * 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
|
325 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
326 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
|
327 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
328 * 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
|
329 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
330 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
|
331 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
332 * Added support for sshv2 file transfers |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
333 * 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
|
334 * 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
|
335 * 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
|
336 * 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
|
337 * 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
|
338 changeable in GUI yet) |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
339 * Cleaned up options dialog |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
340 * 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
|
341 * 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
|
342 finished file transfer |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
343 * Added readline support to text port |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
344 * Fixed build problems on FreeBSD |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
345 * Updated Spanish translation |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
346 * Other small bug fixes |
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.8pre4 to 2.0.8 |
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 progress update bug when downloading files |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
351 * Other small bug fixes |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
352 * Updated French and Czech translation |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
353 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
354 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
|
355 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
356 * 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
|
357 several things at once |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
358 * 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
|
359 KB/s for the file transfer |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
360 * 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
|
361 * 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
|
362 * 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
|
363 directory listing |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
364 * 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
|
365 files that already existed |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
366 * 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
|
367 when the config file is read |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
368 * 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
|
369 the same source with #ifdefs |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
370 * Other small bug fixes |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
371 * Added Turkish translation |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
372 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
373 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
|
374 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
375 * 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
|
376 problems |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
377 * 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
|
378 * 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
|
379 * Fixed compile problem on Solaris 7 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
380 * Drag and Drop fixups |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
381 * 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
|
382 * Updated French and Russian translation |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
383 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
384 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
|
385 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
386 * Fixed crash in bookmarks |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
387 * Added some more bookmarks |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
388 * Fixed crash with viewing files |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
389 * 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
|
390 * 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
|
391 * Fixed bug with file transfer timeout |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
392 * Removed unused variables from some structures |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
393 * Added overwrite by default option |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
394 * 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
|
395 * 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
|
396 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
|
397 * Updated Korean translation |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
398 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
399 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
|
400 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
401 * 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
|
402 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
|
403 * 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
|
404 * 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
|
405 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
|
406 * 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
|
407 * 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
|
408 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
|
409 you about those as well |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
410 * 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
|
411 * Added recursive directory deletes |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
412 * 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
|
413 * 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
|
414 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
|
415 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
|
416 * Added simplified Chinese and Italian translation |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
417 * Various other small bug fixes |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
418 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
419 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
|
420 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
421 * 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
|
422 * 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
|
423 an X event occured |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
424 * 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
|
425 * 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
|
426 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
427 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
|
428 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
429 * 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
|
430 * 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
|
431 * 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
|
432 other than * |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
433 * 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
|
434 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
435 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
|
436 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
437 * 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
|
438 improved HTTP parsing engine |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
439 * 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
|
440 details about how to do this |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
441 * Added FXP support |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
442 * 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
|
443 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
|
444 connection |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
445 * 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
|
446 * 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
|
447 * 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
|
448 and FreeBSD |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
449 * Added Czech, Portuguese, and Russian translation |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
450 * 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
|
451 that are not valid |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
452 * Lots of new icons |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
453 * 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
|
454 * 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 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
456 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
|
457 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
458 * 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
|
459 * 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
|
460 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
|
461 * Updated Polish and Danish translation |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
462 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
463 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
|
464 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
465 * 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
|
466 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
|
467 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
|
468 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
|
469 * 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
|
470 Swedish translation |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
471 * Updated all translation files |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
472 * 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
|
473 * 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
|
474 * 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
|
475 local and remote listboxes |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
476 * 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
|
477 * 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
|
478 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
|
479 like it used to) |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
480 * 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
|
481 * 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
|
482 reported on Sparc) |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
483 * 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
|
484 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
|
485 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
|
486 * 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
|
487 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
|
488 future (like DAV support) |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
489 * 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
|
490 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
|
491 * Improved USERS-GUIDE |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
492 * 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
|
493 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
494 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
|
495 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
496 * 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
|
497 * 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
|
498 * 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
|
499 for one |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
500 * 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
|
501 * 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
|
502 and some strings got commented out |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
503 * 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
|
504 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
505 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
|
506 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
507 * 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
|
508 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
|
509 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
|
510 * 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
|
511 will bring up a menu. |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
512 * Added bandwidth throttling |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
513 * Fixed problem with stopping file transfers |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
514 * 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
|
515 a http proxy |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
516 * 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
|
517 * 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
|
518 * Added manpage, gftp(1) |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
519 * Makefiles are now generated by automake |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
520 * Other small bug fixes and enhancements |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
521 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
522 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
|
523 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
524 * 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
|
525 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
|
526 supported |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
527 * 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
|
528 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
|
529 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
|
530 retries set to. |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
531 * 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
|
532 * 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
|
533 size wrong from ftp server. |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
534 * 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
|
535 * Added option to send SITE command. |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
536 * 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
|
537 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
|
538 enter a password |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
539 * 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
|
540 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
|
541 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
|
542 * 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
|
543 file to the remote server |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
544 * 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
|
545 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
|
546 * 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
|
547 correctly |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
548 * 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
|
549 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
|
550 * 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
|
551 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
|
552 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
|
553 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
|
554 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
|
555 * Various other small bug fixes |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
556 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
557 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
|
558 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
559 * 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
|
560 * 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
|
561 * 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
|
562 * 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
|
563 * 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
|
564 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
|
565 * Added debian/ directory to main distribution |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
566 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
567 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
|
568 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
569 * 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
|
570 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
|
571 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
|
572 * 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
|
573 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
|
574 * 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
|
575 * 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
|
576 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
|
577 * Added option to show hidden files |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
578 * Several bookmarks bug fixes |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
579 * Various other small bug fixes |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
580 * Added .spec file to main distribution |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
581 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
582 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
|
583 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
584 * 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
|
585 * Various small bug fixes |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
586 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
587 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
|
588 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
589 * Added toolbar with stop button |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
590 * 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
|
591 * Added tree based bookmark editor |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
592 * 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
|
593 * 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
|
594 * 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
|
595 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
|
596 * Removed read() and write() timeouts |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
597 * 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
|
598 * 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
|
599 * HTTP proxy fixups |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
600 * 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
|
601 * 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
|
602 changes: |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
603 * 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
|
604 file to type 100. |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
605 * 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
|
606 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
|
607 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
|
608 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
|
609 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
|
610 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
|
611 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
|
612 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
613 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
|
614 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
615 * Added graphical configuration |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
616 * Uses a lot less memory |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
617 * 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
|
618 * 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
|
619 * 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
|
620 * Added local and remote chmod support |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
621 * Added support for HTTP proxies |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
622 * Added another FTP proxy type |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
623 * Added support for EPLF directory listings |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
624 * 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
|
625 * 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
|
626 * Added more keyboard shortcuts |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
627 * Various bug fixes |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
628 * Improved internal design |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
629 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
630 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
|
631 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
632 * 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
|
633 * 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
|
634 default download type (ASCII or BINARY). |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
635 * 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
|
636 * Better remote symlink handling |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
637 * Removed some icons from the distribution |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
638 * Added another FTP proxy type |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
639 * Several small enhancements |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
640 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
641 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
|
642 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
643 * 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
|
644 * Fixed resume transfer problems |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
645 * Fixed some ftp proxy login problems |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
646 * Fixed problems with gFTP sometimes crashing |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
647 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
648 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
|
649 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
650 * Added FTP proxy server support |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
651 * 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
|
652 * 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
|
653 * 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
|
654 * 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
|
655 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
|
656 * 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
|
657 * Several small dialog enhancements |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
658 * 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
|
659 * Fixed date sorting problem |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
660 * 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
|
661 double clicked |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
662 * 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
|
663 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
664 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
|
665 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
666 * Drag-N-Drop support added |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
667 * 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
|
668 be cleared when gFTP exits. |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
669 * 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
|
670 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
|
671 transfers going at the same time |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
672 * 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
|
673 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
|
674 still change to it. |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
675 * 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
|
676 * Several connection manager enhancements |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
677 * Several bug fixes and code improvements |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
678 * 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
|
679 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
680 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
|
681 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
682 * 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
|
683 * 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
|
684 /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
|
685 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
|
686 to the config file. |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
687 * 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
|
688 * 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
|
689 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
|
690 cleanly on most platforms. |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
691 * 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
|
692 * 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
|
693 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
694 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
|
695 |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
696 * 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
|
697 * 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
|
698 * 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
|
699 * 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
|
700 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
|
701 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
|
702 * More informative error messages |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
703 * Sorting capabilites in the listboxes |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
704 * Colorized text in the log window |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
705 * 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
|
706 * Added disconnect from ftp server |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
707 * Various code cleanups |
8544f6585593
start using GNU style changelog entries. Renamed old changelog file to ChangeLog-old
masneyb
parents:
diff
changeset
|
708 * Removed about dialog box |