/[filezilla]/FileZilla3/trunk/NEWS
ViewVC logotype

Contents of /FileZilla3/trunk/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7740 - (show annotations) (download)
Tue Aug 23 13:33:29 2016 UTC (6 years, 11 months ago) by codesquid
File size: 85112 byte(s)
Bump to 3.21.0

1 This file only lists a short summary of the changes between FileZilla versions. For a full list of changes, please read the ChangeLog file.
2
3 Legend:
4 ! Security related bugfix or otherwise critical bugfix
5 + New feature or important bugfix
6 - Bugfixes
7
8 Platform prefixes:
9 MSW: Microsoft Windows
10 *nix: Unix (e.g BSD) and Unix-like systems (e.g. Linux)
11 OS X: Apple Mac OS X
12
13 3.21.0 (2016-08-23)
14
15 ! Fixed a string format vulnerability introduced in 3.20.0-rc1 when listing directories using SFTP
16 + SFTP: Added support for AES-GCM ciphers as implemented in OpenSSH
17 + OS X: Ctrl+Tab and Ctrl+Shift+Tab can now be used to switch forward and backward between opened tabs
18 - Reduced time between TCP keepalive packets to 15 minutes on supporting platforms
19 - Fixed saving of directory listing filters with an attribute condition
20
21 3.20.1 (2016-08-03)
22
23 - Fixed rename file exists action on downloads
24 - Fixed possible crash if disabling log abbreviation
25 - Official binaries now link against a patched version of GnuTLS so that a better error message can be printed on broken servers that send malformed certificate chains
26
27 3.20.0 (2016-07-27)
28
29 + Display error message if entering a non-existing path on local file search
30 + Building and running FileZilla now depends on libfilezilla >= 0.6.1 (https://lib.filezilla-project.org/).
31
32 3.20.0-rc1 (2016-07-20)
33
34 + Added compatibility for filenames with leading or trailing whitespace if using SFTP
35 + Building and running FileZilla now depends on libfilezilla >= 0.6.0 (https://lib.filezilla-project.org/).
36 + Building and running FileZilla now depends on GnuTLS 3.4.0 or higher
37 - Fixed regression introduced in 3.19.0-rc1, reconnecting again uses the last used remote directory instead of the initial default remote directory
38 - Fixed crash if creating a new site via the bookmarks dialog
39 - Queuing remote directories for transfer no longer exits comparison mode
40 - Fixed a rare crash using FTP over TLS if the control connection fails at the same time the data connection gets established
41 - Entering invalid regular expressions in filter and search conditions now shows an error message
42 - Fixed title of search dialog
43 - Stricter certificate chain validation to supplement the Tofu model
44 - *nix: Fix initial size of Site Manager dialog with some GTK versions
45
46 3.19.0 (2016-06-27)
47
48 + Building FileZilla now depends on libfilezilla >= 0.5.3 (https://lib.filezilla-project.org/).
49 - Fixed context menu in search dialog if not connected to server
50 - OS X, *nix: Fix displayed text in file list status bar if selecting a single item in the file list out of multiple already selected items
51
52 3.19.0-rc1 (2016-06-20)
53
54 + In the Site Manager a background colour for sites can now be selected
55 + Open tabs can be re-arranged using drag&drop
56 - Fixed copying URLs of multiple selected files to clipboard
57 - Setting remote file timestamps did not take timezone offsets configured through the Site Manager into account
58
59 3.18.0 (2016-05-27)
60
61 - Small fixes to local file search
62 - Fixed a regression introduced in 3.18.0-rc1 when formatting hostnames for display
63
64 3.18.0-rc1 (2016-05-20)
65
66 + The search functionality can now also be used to search local files
67 + Reduced CPU consumption of adding files to the list of search results
68 + Opening the remote context menu while holding shift allows copying URLs to clipboard that include the password
69 + Added an option to the configuration file through which initiating drag&drop can be disallowed
70 + Reduced memory footprint of some data structures
71 + Building FileZilla now depends on libfilezilla >= 0.5.2 (https://lib.filezilla-project.org/).
72 - The remote file list context menu no longer shows inapplicable entries while files are being added to queue
73 - Fix date validation in filter and search conditions
74
75 3.17.0.1 (2016-05-09)
76
77 ! MSW: Quoted the path to the uninstaller when executed from the installer to prevent an attacker from tricking the installer into running some other program instead
78 - SFTP: Fixed resuming SFTP transfers
79 - MSW: Loading the system default locale no longer fails on systems that have any English locale installed, yet do not have the US-English locale installed
80 - Fixed crash if update dialog is opened at the very same moment FileZilla is being closed.
81
82 3.17.0 (2016-04-22)
83
84 - *nix: Removed a label on the filter dialog that doesn't apply to *nix builds
85 - Fix compilation if Nettle is installed in a custom location
86 - Fix potential issues with destruction order when closing FileZilla
87
88 3.17.0-rc1 (2016-04-15)
89
90 + Recursively queuing local files for upload now displays the progress below the local file list
91 + MSW: Use dynamic TCP send buffer sizes to improve upload speeds on high-latency connections
92 + SFTP: Use hardware-accelerated AES on x86_64 CPUs if available by using the AES implementation from Nettle instead of PuTTY
93 + Building FileZilla now depends on the Nettle library, version 3.1 or later
94 + Building FileZilla now depends on libfilezilla >= 0.5.0 (https://lib.filezilla-project.org/).
95 - MSW: The installer now warns if it detects old versions of FileZilla outside of the installation directory
96 - Improve compatibility with directory listings where midnight is represented as 24:00:00 of the prior day
97 - SFTP: Failed downloads due to write failures, e.g. due to a full disk, no longer show up as successful
98 - SFTP: Fix transfer failures if multiple transfers try to list the same directory
99 - SFTP: Updated PuTTY components
100 - FTP over TLS: Debug logs now contain additional information about the TLS handshake
101
102
103 3.16.1 (2016-03-16)
104
105 ! MSW: Updated installer to NSIS 3.0b3 to prevent DLL hijacking
106 - MSW: Fix string conversion functions of MinGW runtime libraries
107 - Updated PuTTY components
108 - Updated translations
109 - Official binaries now link against GnuTLS 3.4.10
110 - Official binaries now link against SQLite 3.11.1
111
112 3.16.0 (2016-02-29)
113
114 - Small fix for remembering queue completion actions
115
116 3.16.0-rc1 (2016-02-21)
117
118 + Make notification bubble on queue completion configurable though the queue's context menu
119 + Selected queue completion action is now remembered, excluding the system shutdown/sleep actions.
120 + Added new servertype to the Site Manager for servers using MS-DOS style paths with forward slashes as separators
121 + Building FileZilla now depends on libfilezilla >= 0.4.0 (https://lib.filezilla-project.org/).
122 - Fixes for network configuration wizard leading to incorrect test result
123 - MSW: Installer now removes leftover files from improperly uninstalled previous versions
124
125 3.15.0.2 (2016-02-10)
126
127 - MSW: Binaries are now also signed using a SHA-256 signature and certificate.
128 - OS X: Move location of COPYING file containing the GPL to a different location in the bundle. On some systems OS X cannot verify the bundle with the file at the old location
129 - Restore focused item if changing directory listing sort order
130 - Fix restoring the column widths of the failed transfers tab in the queue when starting FileZilla
131 - MSW: Double-clicking a divider between a list header in the queue now adjust the sizes in the other tabs just as dragging the width would
132
133 3.15.0.1 (2016-02-02)
134
135 - Fix for search dialog not displaying the results from the last visited directory of a search
136
137 3.15.0 (2016-01-30)
138
139 + MSW: Display notification bubble if FileZilla isn't in the foreground and all active transfers have finished.
140
141 3.15.0-rc1 (2016-01-23)
142
143 - Fix regression from 3.16.0-beta1 where extra data being appended to some downloaded files
144 - Fix setting initial pane sizes when creating new tabs
145 - OS X: Fix display of issuer and subject details in certificate verification dialog
146 - Updated SFTP components from PuTTY
147 - Official binaries now link against GnuTLS 3.4.8
148 - Official binaries now link against SQLite 3.10.2
149
150 3.15.0-beta1 (2016-01-13)
151
152 + Building FileZilla now depends on libfilezilla 0.3.0 (https://lib.filezilla-project.org/).
153 + Added support for downloading and deleting multiple unrelated directories from the search dialog
154 + *nix: Vastly speed up line-ending conversion when downloading files using the ASCII data type
155 + Improved compatibility with broken servers omitting the mandatory 1yz reply to transfer commands
156 - Fix handling of SFTP keyfiles with non-ASCII characters in their paths
157 - Add missing directory comparison checkbox to new bookmark dialog
158 - MSW: Installer now sets appid on desktop icon
159 - Updated built-in pugixml
160
161 3.14.1 (2015-10-16)
162
163 + For third-party builds, add configure flag to allow using system ciphers for FTP over TLS. Display a warning if an insecure cipher is negotiated as result of using system ciphers.
164 - Fixed loading of the directory comparison flag for bookmarks in the Site Manager
165 - Changing the interface layout and icon theme no longer results in an inconsistent UI state
166 - Some SFTP servers send additional information on errors. This information is now shown in the message log
167 - If the local file cannot be opened on SFTP transfers FileZilla no longer automatically retries
168 - Updated SFTP components from PuTTY
169
170 3.14.0 (2015-09-16)
171
172 - When connecting using SFTP, show an error message instead of silently failing when encountering an insecure cipher
173
174 3.14.0-rc2 (2015-09-09)
175
176 - Removing selected queue items is now faster
177 - Reduced memory usage of queue
178 - When connecting to hostnames with multiple IPs, reset timeout if trying the next address
179
180 3.14.0-rc1 (2015-09-04)
181
182 + Add support for password-protected SSH private keys
183 + SSH private keys not in PuTTY's native format no longer need to be converted if they aren't password-protected
184 + When using synchronized browsing, changing to a directory that does not exist on both sides now asks whether the missing directory should be created
185 - SSH1 support for SFTP has been disabled
186
187 3.13.1 (2015-08-24)
188
189 - Fix SFTP component crashing on some combinations of encryption and key exchange algorithm
190 - Fixed Ctrl+Shift+I shortcut to toggle filters
191 - OS X: Fixed Ctrl+, shortcut to open settings dialog
192 - Optimizations to reduce memory footprint
193 - Build system fixes
194
195 3.13.0 (2015-08-15)
196
197 + Display home directory instead of root directory if the last used directory does not exist
198 + Larger initial size of main window if there is no stored size
199 + Slightly increased size of page selection box in settings dialog
200 - Fix assertion in directory listing parser
201 - Fix drag&drop of remote files which broke in 3.13.0-rc1
202
203 3.13.0-rc2 (2015-08-10)
204
205 - Updated SFTP components from PuTTY
206 - Official binaries now link against GnuTLS 3.4.4
207 - Official binaries now link against SQLite 3.8.11.1
208
209 3.13.0-rc1 (2015-08-05)
210
211 + For SFTP servers the private key file to use can now be specified in the Site Manager
212 + The contents of each queue tab can now be exported through the context menu
213 + MSW: The installer now registers the App Path so that FileZilla is recognized in the Win+R dialog
214 + FileZilla now uses pugixml instead of TinyXML to parse and create XML files
215 + Several performance improvements
216 + Code cleanup and modernization, building FileZilla now requires a C++14 compiler
217 - Fixed an assert loading sitemanager.xml created by an old version
218 - If password saving is disabled, specifying a password on the command-line no longer leads to extraneous password prompts when transferring files
219 - If deleting remote directories via the directory tree, navigate out of the directory tree that is to be deleted
220
221 3.12.0.2 (2015-07-09)
222
223 - Fix regression on servers that have MLSD facts disabled by default
224
225 3.12.0.1 (2015-07-09)
226
227 - Fix detection of UTF-8 support
228 - Fix location of file list status bar, it was shifted by one pixel
229
230 3.12.0 (2015-07-08)
231
232 + Directory comparison can be configured for Site Manager entries and bookmarks
233 - Instead of skipping commands due to spontaneous connection failures while executing a command, reconnect and retry
234 - FileZilla no longer shows popup dialogs such as the file exists dialog if another dialog or message box is already shown
235 - Improved compatibility with servers sending malformed FEAT replies
236
237 3.12.0-rc1 (2015-06-29)
238
239 + FileZilla no longer visually enters each visited directory during recursive operations, e.g. when downloading or deleting remote directories. During recursive operations the server's directory structure can now be navigated as if idle
240 + Ask for confirmation if trying to load Site Manager data originating from a future version of FileZilla
241 + Display location of settings directory on the About dialog
242 + Display detected CPU features (on x86) on the About dialog
243 - Remove certificate verification messages in the message log for data connections
244 - Speed up parsing of the PASV reply
245 - The status bar of the search dialog now shows the number of found matches again
246 - OS X: Configuring SFTP keys no longer fails if the full path of FileZilla's application bundle contains spaces
247 - *nix: Make waitable conditions immune to wallclock changes if the system supports both clock_gettime and pthread_condattr_setclock
248 - Fixed a rare crash when queuing many socket threads for deletion at the same time
249
250 3.11.0.2 (2015-06-02)
251
252 - Fixed a potential crash if a connection gets remotely closed in the same moment a new connection is to be opened
253 - Improved compatibility with servers sending pre-epoch timestamps
254 - Fixed pt_BR translation
255
256 3.11.0.1 (2015-05-22)
257
258 ! Reject Diffie-Hellman Groups smaller than 1024 bits when using FTP over TLS to protect against the Logjam attack
259 - Do not bind the source IP address of the data connection if the server is not configured properly
260 - Deleting bookmarks from the bookmarks dialog no longer deletes the wrong bookmark
261 - Fixed CPU compatibility issues on 64bit binaries
262
263 3.11.0 (2015-05-19)
264
265 - Ensure the title bar is at least partially inside the screen boundary when restoring a saved window position
266 - Fixed crash if opening a wrapped dialog without having restarted FileZilla after having change language to Chinese or Japanese
267
268 3.11.0-rc1 (2015-05-12)
269
270 + Implemented new date/time handling to solve issues with DST conversion
271 + *nix: Official Linux binaries are now built for Debian Jessie
272 + In passive mode transfer, the source IP of the data connection is now bound to the same source IP as the control connection
273 - Requeueing of folder items no longer prints an error message
274 - Fix disabling of timeouts
275 - MSW: Fix the returned error level of the installer
276 - Fix a crash if disconnecting during transfers
277 - Official binaries now link against GnuTLS 3.4.1
278 - Official binaries now link against SQLite 3.8.10.1
279
280 3.10.3 (2015-03-29)
281
282 - Fixed crash if changing number of simultaneous transfers while transferring files
283 - Fixed local filelist statusbar regression introduced in 3.10.3-beta2
284
285 3.10.3-rc1 (2015-03-21)
286
287 - If saving passwords is disabled, don't ask for the password again after connecting via the quickconnect bar and then starting a download via drag&drop.
288 - Small performance improvements
289
290 3.10.3-beta2 (2015-03-16)
291
292 - Minimum timeout value is now 10 seconds, up from 5 seconds to prevent timeouts uploading to servers with slow storage
293 - Fixed an assert with invalid file sizes
294 - Small performance improvements
295
296 3.10.3-beta1 (2015-03-14)
297
298 + FileZilla is now also available as 64bit Windows program. Users of 32bit FileZilla on 64bit Windows will get automatically migrated using the auto-updater
299 + Added option to enable SFTP compression
300
301 3.10.2 (2015-03-02)
302
303 - When finding the local name of a remote file to be edited, use case-insensitive comparison
304 - Updated SFTP components from PuTTY
305 - MSW: Cleaned up runtime dependencies
306 - Fix crash introduced in rc2 when there is no password element for a saved item
307
308 3.10.2-rc2 (2015-02-25)
309
310 + OS X binaries are now 64bit
311 + MSW: The installer configures Windows Error Reporting to save minidumps in %LOCALAPPDATA%\CrashDumps if filezilla.exe crashes
312 + The updater now submits CPU capabilities when checking for updates. In a future version support for CPUs without SSE2 support will be dropped
313 + In the XML files, passwords are now base64 encoded
314 - Fix HTTP proxy handshake if no proxy username is set
315 - Fix state of filter toolbar button if dismissing filter dialog
316 - At the end of transfers, errors writing all downloaded data to disk were not always detected
317
318 3.10.2-rc1 (2015-02-21)
319
320 + When reopening files already being edited, preselect the previously used selection
321 + The subject area in the certificate verification can now be scrolled if the certificate contains many alternative names
322 + Many performance improvements
323 - Fixed display of total transfer size in message log for SFTP transfers
324 - MSW: Fixed sorting of sites in Site Manager
325 - MSW: Fix initial focus after starting FileZilla to be in the quickconnect bar again
326 - Fixed bug in GnuTLS where the AES-NI instruction set wasn't always used when available
327 - Refresh directory trees if sort mode changes
328 - Fix potential crash if disconnecting during ongoing transfers
329 - Fix updating the transfer progress bar when uploading files via SFTP with a low speed limit set
330
331 3.10.1.1 (2015-02-01)
332
333 - Fix editing of files with the same name in different directories
334
335 3.10.1 (2015-01-31)
336
337 - Don't override proxy settings if loading an implicit session from PuTTY
338 - Silently delete junk files left behind by some editors in the temporary directory
339
340 3.10.1-rc1 (2015-01-24)
341
342 + Fixed wording of some error messages when using FTP over TLS
343 + Display subject alternative names in certificate verification dialog
344 + If re-editing multiple files already being edited, add a checkbox to apply action to all selected file
345 - Editing the same local file multiple times no longer results in an error message
346 - Display SHA-256 fingerprints in certificate verification dialog, no longer display MD5 fingerprints.
347 - Disable insecure RC4 algorithm in FTP over TLS
348 - *nix: Fix assertion when opening the file exists dialog on some multi-display systems
349 - Deleting items in the Site Manager now correctly upates the right-hand side of the dialog
350 - Dragging items in the Site Manager no longer makes the default port appear in the port input box
351 - OS X: Multi-line text edit controls no longer act like rich-text edit controls and no longer perform quote substitution
352
353 3.10.0.2 (2015-01-16)
354
355 - Fix a crash if a keyfile has been configured for SFTP and this file has become missing or corrupted
356 - *nix, OS X: Fix permissions on files uploaded via SFTP.
357
358 3.10.0.1 (2015-01-12)
359
360 - TLS handshakes no longer stall if the server sends ginormous packets during the handshake that do not fit into a single TLS record
361 - Fix loading and saving the same queue item multiple times
362 - Post-login commands now work with the protocol set to plain FTP
363 - MSW: Allow uploading files that are locally opened for writing by another program
364 - OS X: Fix layout issues in search dialog and filter conditions dialog
365
366 3.10.0 (2015-01-07)
367
368 - Fixed default file exists actions broken by rc1
369
370 3.10.0-rc2 (2015-01-03)
371
372 + Added Welsh translation
373 + Data type indicator in the status bar now reacts to left-clicks as well
374 - MSW: Fix crash when displaying the drive list
375
376 3.10.0-rc1 (2014-12-29)
377
378 + Reduced memory consumption of large queues
379 + Preliminary support for Windows 10 technical preview
380 + MSW: FileZilla running on a 64bit Windows can now use up to 4GiB of RAM, up from 2GiB
381 - Fixed memory leaks in SFTP component
382 - Fixed fzsftp crashing on disconnect if using keyfiles
383 - Various code cleanup and minor fixes
384
385 3.10.0-beta3 (2014-12-19)
386
387 + The search dialog now has checkboxes to only search for files or directories
388 + In the file lists, Ctrl+Shift+N can now be used to create new directories
389 + Added an additional icon theme
390 + Small performance improvements parsing large directory listings
391 + Updated SFTP components from PuTTY
392 - Fixed applying file exists actions to files currently in the queue
393 - Don't send the PBSZ and PROT commands to servers that have rejected AUTH TLS/SSL
394
395 3.10.0-beta2 (2014-12-05)
396
397 - Fixed uploads constantly timing out
398 - Log abbreviation now works correctly when cancelling a pending connection retry
399 - Fixed a timing issue in the updater. Users of 3.10.0-beta1 need to update manually.
400 - Speed limits no longer reset when opening the settings dialog
401 - Fix reporting of transfer progress
402 - Theme preview in the settings dialog now properly displays non-standard theme sizes
403
404 3.10.0-beta1 (2014-12-03)
405
406 + FTP over TLS is now used by default if the server supports it. Use of plain FTP can be enforced for a server in the Site Manager
407 + Connection handling and transferring files has been moved into its own thread to improve GUI responsiveness
408 + The message log now only shows abbreviated logs unless an error occurs
409 + Added option to pre-allocate disk space when downloading files
410 + Files editing can now be started from the search dialog
411 + Directory trees and the Site Manager tree can now be drag-scrolled
412 + *nix: FileZilla no longer depends on libidn if getaddrinfo supports AI_IDN
413
414 3.9.0.6 (2014-10-16)
415
416 ! Disabled support for legacy SSL 3.0 to address the POODLE vulnerability in SSLv3. (CVE-2014-3566)
417 - Fixed generic proxy support in IPv6 environments
418 - Small improvements of control sizes on high-dpi displays
419 - OS X: Fix Drag&Drop while holding down the Ctrl key (or equivalent)
420 - Fix potential crash dragging files over an empty list
421
422 3.9.0.5 (2014-09-06)
423
424 - Fix auto-updater not being able to download updates
425
426 3.9.0.4 (2014-09-06)
427
428 - MSW: Fixed crash if starting file rename in an unusual way
429 - OS X: Fixed a bug in wxWidgets so that a right-click after a left-click no longer counts as double-click
430 - OS X: Fixed pasting of passwords into the "Enter password" dialog
431 - OS X: Fixed context menu site manager tree not working
432 - *nix, OS X: Fixed context menu of search dialog not working
433 - Fixed loading of resources if FileZilla is installed in a directory containing the # character
434 - Fixed support for SOCKS4 proxies
435 - Attempt reading settings from temporary backup files if loading of settings files fails
436
437 3.9.0.3 (2014-08-13)
438
439 - Fix potential crash on connection failures
440 - Fixed navigating through the different controls in FileZilla's main window using the Tab key
441 - OS X: If FileZilla becomes the active program, the focus no longer jumps to the quickconnect bar
442 - MSW: Improve compatibility with DFS network shares
443
444 3.9.0.2 (2014-07-31)
445
446 + Handle setting files redirected using symbolic links
447 - MSW: Updated installer to fix an issue with re-registring the shell extension after a reboot on 32bit system if a another program keeps the extension locked
448 - Closing FileZilla during a recursive operation no longer hangs
449 - OS X: Manually handle CMD+V and CMD+A for password fields as Cocoa cannot seem to do it by itself
450 - OS X: Manually handle CMD+X, CMD+C, CMD+V and CMD+A in the path combo boxes
451 - OS X: Creating new tabs selects the newly created tab again
452 - Detect some types TLS error conditions earlier instead of waiting for a timeout
453 - Small performance improvement for TLS handshakes
454 - Do not show error message if "Create and enter" is used with synchronized browsing enabled
455
456 3.9.0.1 (2014-07-22)
457
458 - MSW: Fix installation issue with locked DLLs affecting users of 32bit Windows
459
460 3.9.0 (2014-07-21)
461
462 + Added Lao translation
463 + Added an additional icon set
464 + OS X: Holding modifier key while clicking Site Manager toolbar icon now shows the site dropdown menu
465 - MSW: Fix assertion when entering UNC paths
466 - Fix button layout of editing dialogs
467 - *nix, OS X: Small performance improvement recursing through local directories
468
469 3.9.0-rc3 (2014-07-16)
470
471 - OS X: Fix random crashes if adding text to the message log
472 - Fixed drag&drop when dropping on local file list and directory tree
473 - Fixed assertion when using format specified for date/time formatting
474 - Fixed assertion when closing FileZilla in response to system shutdown
475 - Various code cleanup
476
477 3.9.0-rc2 (2014-07-09)
478
479 + Display a helpful message if login fails and either username or password starts or begins with a space.
480 - Small performance and memory consumption optimizations
481 - Various code cleanup and modernization
482
483 3.9.0-rc1 (2014-07-04)
484
485 + Binaries are now being built with DEP and ASLR enabled where supported
486 - OS X: Fixed creating new tabs
487 - OS X: Fixed assertion and crash when renaming files
488 - Fixed assertion when sorting by modification time
489 - Fixed toolbar button to hide remote directory tree
490
491 3.9.0-beta3 (2014-07-01)
492
493 - OS X: Fixed rendering of the main window
494 - MSW: Fixed support for right-to-left languages
495 - Fixed several small layout problems
496
497 3.9.0-beta2 (2014-06-26)
498
499 - Natural sort now also works with directory comparison
500 - Toolbar state now updates if directory tree visibility is toggled by enabling directory comparison
501 - *nix: Fixed minimizing to tray not working
502 - Fixed background of activity indicators
503 - Several dialog layout fixes
504 - Removed spurious error message when closing FileZilla
505
506 3.9.0-beta1 (2014-06-21)
507
508 + Added natural sort to file name comparison and added option to select which algorithm to use
509 + FileZilla now builds against wxWidgets 3.0 instead of wxWidgets 2.8
510
511 3.8.1 (2014-06-01)
512
513 ! Updated official binaries to use GnuTLS 3.2.15, addressing CVE-2014-3466
514 + OS X: Partial support for retina displays
515 - Fixed several small memory leaks
516
517 3.8.1-rc3 (2014-05-25)
518
519 - Fixed bundling of .xrc resources in non-Windows binaries
520
521 3.8.1-rc2 (2014-05-25)
522
523 - Rebuilt to address a problem with the filenames of the rc1 binaries.
524
525 3.8.1-rc1 (2014-05-25)
526
527 + MSW: Windows XP and derivatives are no longer supported. Minimum supported operating system is Windows Vista.
528 + OS X: The old PowerPC architecture is no longer supported
529 + Added checkbox to remember the selected action of the "Already connected" dialog
530 + Added context menu item in file lists to create and enter a new directory
531 + *nix: FileZilla now honors the XDG_CONFIG_HOME environment variable
532 + Small usability improvement for setting number of concurrent transfers in the settings dialog
533 - Additional fixes to the focus handling in directory listings
534 - Fixed compatibility with FTP servers sending French directory listings
535 - *nix: Fixed DBus integration
536 - MSW: Fixed installation error when auto-uninstalling in order to update to a new version.
537
538 3.8.0 (2014-03-28)
539
540 + OS X: Implemented the reboot, shutdown and suspend queue completion actions
541 - Popup dialogs no longer automatically open if other dialogs are already open. This prevents FileZilla from becoming unresponsive on OS X
542 - Fix calculation of current transfer speed. In some situations the transfer speed tooltip over the activity indicators showed negative speeds
543 - Fix handling of focus item in local directory listings if connecting to a site with a default local directory
544
545 3.8.0-rc1 (2014-03-22)
546
547 + MSW: Added suspend as new queue completion action
548 - Minor fixes to new updater
549
550 3.8.0-beta2 (2014-03-13)
551
552 + Use Server Name Indication (SNI) With FTP over TLS and HTTP over TLS
553 - Minor updater improvements to further improve reliability
554 - Updated translations
555
556 3.8.0-beta1 (2014-03-10)
557
558 ! Updated GnuTLS to latest version to address vulnerabilities in GnuTLS' certificate validation
559 + Redesigned update dialog
560 - Fix initial state of the 'Enable' item in speed limit menu
561 - Date/Time handling routines now carry precision information, this avoids comparisons of timestamps with different accuracy, e.g. 2014-02-01 and 2014-02-01 10:00 now compare as being identical when using the "Overwrite if newer" file exists action
562 - MSW: Make handling of FD_CLOSE socket events more robust
563
564 3.7.4.1 (2014-02-11)
565
566 - Fix detection of modified files
567 - Additional fixes for site-specific bookmark handling
568
569 3.7.4 (2014-02-09)
570
571 + Added SOCKS4 support
572 - Additional bugfix for site-specific bookmarks
573 - Improve compatibility with servers sending directory listings in Polish language or in EBCDIC encoding
574 - Handle set user id bit when populating permissions dialog.
575
576 3.7.4-rc1 (2014-02-01)
577
578 + Added Corsican and Kabyle translations
579 + SFTP now supports the hmac-sha2-256 algorithm
580 - MSW: Show local timestamps for old files using the correct daylight saving time (DST) offset.
581 - Fix loading of transfer queue if starting FileZilla while another instance is in the process of shutting down
582 - Fix interaction between site-specific bookmarks and multiple tabs
583 - Don't resume uploads when there's zero octets left to transfer
584 - Improve symbolic link detection when using MLSD
585 - If processing a queue with files queued on multiple servers and not storing passwords, the password was not always asked prior to switching servers
586 - Use the correct name element when importing sites
587 - MSW: Show actual Windows version in about dialog regardless of app-compat settings
588
589 3.7.3 (2013-08-07)
590
591 ! Merge further fixes from PuTTY to address CVE-2013-4206, CVE-2013-4207, CVE-2013-4208
592
593 3.7.2 (2013-08-06)
594
595 ! Apply a fix for a security vulnerability in PuTTY as used in FileZilla to handle SFTP. See CVE-2013-4852 for reference.
596 - Provided Linux binaries are now built against Debian Wheezy
597
598 3.7.1.1 (2013-06-27)
599
600 - Minor bump for installer changes
601
602 3.7.1 (2013-06-18)
603
604 - Updated translations
605
606 3.7.1-rc1 (2013-06-10)
607
608 + Add command-line option to specify initial local directory
609 - Fix crash on OS X if connecting using FTP over TLS
610 - Prevent file lists from jumping when they are not supposed to
611
612 3.7.0.2 (2013-05-26)
613
614 - Fix freeze if trying to transfer files with multiple servers each with a connection limit of 1
615 - Adjust accepted X.509 signature algorithms in TLS 1.2 mode
616
617 3.7.0.1 (2013-05-10)
618
619 - Fixed a bug in bundled GnuTLS affecting FileZilla 3.7.0
620 - Updated translations
621
622 3.7.0 (2013-05-09)
623
624 - Fix typo
625
626 3.7.0-rc1 (2013-04-29)
627
628 + Show total transfer speed as tooltip over the transfer indicators
629 + List supported protocols in tooltip of host field in quickconnect bar
630 + Use TLS instead of the deprecated term SSL
631 + Reworded text when saving of passwords is disabled, do not refer to kiosk mode
632 + Improved usability of Update page in settings dialog
633 + Improve SFTP performance
634 + When navigating to the parent directory, highlight the former child
635 + When editing files, use high priority for the transfers
636 + Add label to size conditions in filter conditions dialog indicating that the unit is bytes
637 + Ignore drag&drop operations where source and target are identical and clarify the wording in some drop error cases
638 + Trim whitespace from the entered port numbers
639 + Slightly darker color of inactive tabs
640 + Ignore .. item in the file list context menus if multiple items are selected
641 + Display TLS version and key exchange algorithm in certificate and encryption details dialog for FTP over TLS connections.
642 - Fix handling of remote paths containing double-quotes
643 - Fix crash when opening local directories in Explorer if the name contains characters not representable in the locale's narrow-width character set.
644 - Fix a memory leak in the host key verification dialog for SFTP
645 - Fix drag-scrolling in file lists with very low height
646 - Don't attempt writing XML files upon loading them
647 - Improve handling of legacy DDE file associations
648 - Fix handling of HTTPS in the auto updater in case a mirror redirects to HTTPS
649
650 3.6.0.2 (2012-11-29)
651
652 - Fix problems with stalling FTP over TLS uploads
653 - MSW: Minor performance increase listing local files
654
655 3.6.0.1 (2012-11-18)
656
657 - Fix problems with TLS cipher selection, including a bugfix for GnuTLS
658 - Fix a crash on shutdown
659 - Add log message for servers not using UTF-8
660 - Small performance and memory optimizations getting file types
661 - Improve formatting of transfer speeds
662
663 3.6.0 (2012-11-10)
664
665 - Fix a crash introduced since 3.5.3
666 - IPv6-only hosts should no longer cause a crash in the network configuration wizard
667
668 3.6.0-rc1 (2012-11-02)
669
670 - Do not show "Remember passwords?" dialog if connecting anonymously
671 - Make wording in "Remember passwords?" dialog consistent.
672 - Increase default TLS session lifetime
673 - When asking for confirmation to delete files, state whether it's local or on the server
674 - Fix right-to-left rendering of progress line in the transfer queue
675
676 3.6.0-beta1 (2012-10-21)
677
678 + Auto-scroll file lists if dragging an item near the top or bottom
679 + Add option to create empty files to the remote file list context menu
680 + Support legacy servers sending directory listings in EBCDIC
681 + Added Tango icon set
682 + First-time users now get prompted whether they want to save passwords when first using the quickconnect bar
683 + Greatly improve TLS performance by updating to GnuTLS 3.1.x with Nettle backend
684 - FTP proxies now work with IPv6 addresses as proxy address
685 - Handle expired TLS sessions when trying to reuse a session
686 - TLS session reusing no longer fails with newer GnuTLS versions due to changed semantics of gnutls_session_get_data
687 - Directory listings no longer sporadically fail if two connections try to list the same directory in parallel
688 - Partially work around a Ubuntu-specific problem with modal dialogs not being modal resulting in crashes
689
690 3.5.3 (2012-01-08)
691
692 + Ctrl+Shift+O can be used to toggle between modification time and filesize based directory comparison
693 - It is now possible to use custom passwords if using "anonymous" as user name
694 - After un-hiding toolbar, update toolbar button states
695 - Fix TLS compatibility issues with TLS 1.2 servers
696 - MSW: Unset hidden attribute on FileZilla's settings files
697 - Building FileZilla from source now requires wxWidgets 2.8.12 or higher.
698
699 3.5.2 (2011-11-08)
700
701 - Updated translations
702
703 3.5.2-rc1 (2011-11-01)
704
705 + Added option to open site manager on startup to the settings dialog
706 - The "Don't save passwords" option was not being saved
707 - The queue was not saved correctly if having items from multiple servers
708 - Queue items with the lowest priority setting are now being restored again
709 - Drag & Drop did not work with all saved sites if saving of passwords had been disabled
710
711 3.5.1 (2011-08-28)
712
713 - Add support for another rate variant of MVS style directory listings
714
715 3.5.1-rc1 (2011-08-21)
716
717 + Add menu item to hide toolbar
718 - Don't save server list in kiosk mode 2
719 - Fix for predefined sites not appearing in all circumstances
720 - OS X: Pasting formatted text into input boxes no longer changes their format
721 - Fix typo in build script in detection of SQLite3
722 - MSW: Small installer improvements
723 - *nix: Fix character set conversion in desktop notification code
724 - Merged upstream PuTTY changes for compatibility with PuTTY 0.61
725 - Updated built-in TinyXML
726
727 3.5.0 (2011-05-22)
728
729 - Don't create queue.xml anymore if it does not exist
730 - MSW: Progress lines in transfer queue now appear in correct position after changing the Windows theme
731 - MSW: Work around a bug in Windows where a list controls' scroll position changes without the control being notified in any way
732 - Several fixes to build system and environment
733
734 3.5.0-rc2 (2011-05-15)
735
736 + Added experimental setting to strip file revision upon download from VMS servers. Set "Strip VMS revisions" to 1 in FileZilla.xml to enable
737 - The string coalescer benchmark debug option no longer crashes if benchmarking an empty string coalescer
738
739 3.5.0-rc1 (2011-05-08)
740
741 + The transfer queue is now stored in an SQLite database. This greatly improves performance and vastly reduces memory consumption while loading/saving the queue
742 + Additional improvements to general queue performance and memory consumption
743 + The provided Linux binaries are now compiled for Debian Squeeze instead of Lenny
744 - Fixed crash during shutdown of FileZilla
745 - Clearing the queue when it was not yet fully populated no longer causes a crash
746 - If using ask login type for a site and no username is given, the initial focus is now on the user box in the login dialog
747
748 3.4.0 (2011-03-27)
749
750 - Updated translations
751
752 3.4.0-rc1 (2011-03-20)
753
754 + Disabled automatic negotiation of FTP over TLS introduced in 3.4.0-beta1. Will be added in a future version instead
755 + Add checkbox to settings dialog to not save passwords
756 + Add timestamp columns to successful and failed queue tabs showing when the transfers completed or failed
757 - Fixed infinite loop in TinyXML when loading settings from corrupt XML documents
758 - Parsing MDTM reply now takes seconds into account
759 - MSW: Handling of paths relative to the drive-root in local directory input box
760 - Compatibility with MVS listing containing PO-E type entries
761 - Fix Resizing issues with manual transfers dialog
762 - MSW: Remote file editing did not correctly handle files that were still open
763
764 3.4.0-beta1 (2011-01-09)
765
766 + Normal FTP connections now always attempt to negotiate secure FTP over TLS
767 + Added option to force use of insecure plain FTP to Site Manager
768 + Kiosk mode option can now also be read from FileZilla.xml, with fzdefaults.xml having priority if setting exists in both files
769 - Fix memory leak in directory cache
770 - Compatibility with obscure DOS servers using forward slashes as path delimiter
771 - MSW: Horizontal scroll bar in file lists and queue did not appear if changing column widths
772 - Improve text wrapping engine
773
774 3.3.5.1 (2010-11-21)
775
776 - Permanently trusting certificates had no effect until FileZilla was restarted
777 - Fix downloading of symbolic links to files
778
779 3.3.5 (2010-11-14)
780
781 - Updated language files, otherwise identical with rc1
782
783 3.3.5-rc1 (2010-11-07)
784
785 + FTP over TLS certificate store is now host-specific
786 + MSW: Large-DPI awareness
787 + Improved SFTP transfer speeds
788 + FTP over TLS should prefer ciphers with longer key sizes, updated contained GnuTLS library in precompiled binaries
789 + Add context menu entry to re-queue all files on the successful and failed queue tabs
790 + MSW: Native file list sort indicator on Windows Vista and 7
791 - Resuming of uploads was not working correctly in all cases
792 - Correct remaining time calculation in queue
793 - Do not show welcome dialog in kiosk mode 2
794 - Do not offer option to permanently accept certificate in kiosk mode 2
795 - Fix sorting by size in filelists with directory sort behavior set to inline
796 - MSW: Fix memory corruption when changing language
797 - OS X: Include license and documentation files in application bundle
798 - Directly save settings after importing from file
799
800
801 3.3.4.1 (2010-08-15)
802
803 - Set a minimum size for column widths in directory lists and transfer queue
804 - Fix build-time check for system TinyXML
805
806 3.3.4 (2010-08-12)
807
808 - Correctly handle symbolic links pointing to files in search dialog
809 - Fix crash in options initialization
810
811 3.3.4-rc2 (2010-08-07)
812
813 - Fix issues with path names not properly terminated by separator
814 - Fix loading of settings with empty values
815 - Update status bar icons if changing theme
816
817 3.3.4-rc1 (2010-08-02)
818
819 + Filter/search by modification date
820 + Add "does not equal" option to size filter
821 + Reduced memory consumption when working with very large queues and directory hierarchies
822 - Fix bug in TinyXML that could lead to corrupt XML documents
823 - Abort directory listing parsing if encountering a line with more than 10k characters
824 - Fix stalling recursive operations if FileZilla gets disconnected
825 - Set correct initial control state in site manager if there are no sites
826
827 3.3.3 (2010-06-13)
828
829 - Fix transfer statusbar regression introduced in the release candidate
830 - Do not include IPv6 zone index in the argument to the EPRT command
831 - Correct tab order in filter edit and search dialogs
832 - *nix: Revert cursor changes
833
834 3.3.3-rc1 (2010-06-06)
835
836 + Added "does not contain" filter condition to name and path filter types
837 + Pressing Alt+Left or Alt+Up (Cmd+Left, Cmd+Up on OS X) in file lists enters parent directory
838 + Pressing Alt+Down (Cmd+Down on OS X) in file lists transfers selected items
839 + Pressing Alt+Right (Cmd+Right on OS X) in file lists activates selected item(s)
840 + Add operating system information to about dialog
841 + MSW: Auto-update check now transmits whether the operating system is 32bit or 64bit
842 + Small performance improvements, mostly benefiting *nix users
843 + OS X: Remember hidden state of toolbar, make quickconnect bar look more Mac-ish
844 + Add option to display momentary transfer speed instead of average speed
845 - Fix problem with rekeying of SFTP connections if not permanently trusting the server's hostkey
846 - Certificate details dialog no longer changes size if selecting a different certificate in the chain
847 - Some dialogs did not display icons using the correct size
848 - Show "Not connected" instead of "Empty directory" in remote filelist statusbar if not connected
849 - MSW: Replace some additional characters not allowed in filenames on MSW
850 - MSW: Selecting files while holding Ctrl+Shift no longer shows incorrect values in the filelist status bars
851
852 3.3.2.1 (2010-03-21)
853
854 + Remember location of update download directory
855 - Cancel file renaming on actions that change the file list, such as changing sort order or performing a refresh
856 - Cancel file renaming if starting a drag&drop operation
857 - Filter invalid characters if downloading through double-clicking files or if adding from the search dialog
858 - Fix site-specific bookmarks menu
859 - The menu did not reflect initial value of preserve timestamp option properly
860 - MSW: Keep FileZilla subdirectory in startmenu when updating, preserves custom order
861 - MSW: Add AppID support to installer
862
863 3.3.2 (2010-02-21)
864
865 + *nix: Add support for forward and backward mouse buttons
866 - Speed limits can be re-enabled on SFTP connections
867 - Changed settings did not come into effect unless FileZilla was restarted
868 - Small performance improvements
869
870 3.3.2-rc2 (2010-02-14)
871
872 - Spelling fixes
873 - Rebuilt due to timer problems
874
875 3.3.2-rc1 (2010-02-13)
876
877 + Speed limits can be quickly set using the menu and a new indicator in the status bar
878 + Display number of bytes transferred and duration of transfer in log
879 + MSW: React to back button of mouse in file lists
880 + Updated blukis icon set
881 - Refactored large parts of the toolbar and menubar code
882 - A race condition in the socket code could lead to crashes
883 - Fix connecting to addresses longer than 15 characters if using SOCKS proxy
884 - Get add to queue in local directory tree context menu working again
885 - Do not open request dialogs if user is holding a mouse button
886 - Forward all Ctrl+Tab key events to tab bar
887 - Do not report SFTP exitcodes that do not originate from the server
888
889 3.3.1 (2010-01-03)
890
891 - Implement missing tab creation from context menu
892 - *nix: Reduce flicker on tab creation
893 - Set initial focus in chmod dialog to input box for numeric value
894 - Correct handling of unexpected closure of SFTP connection
895
896 3.3.1-rc1 (2009-12-27)
897
898 + New tab context menu, can be used to close or refresh current tab or to close all but the current tab.
899 + *nix, OS X: Display sort indicators in filelist header control
900 + Remember size of dialog showing all files opened for editing
901 + Add refresh item to filelist context menus
902 + Scroll treeview horizontally if needed to keep item in view on changing directories
903 - Fix crash of fzsftp if server closes connection
904 - Successfully downloaded update file is no longer deleted if user cancels the finish page of the update check wizard
905 - Do not retry connecting if not trusting certificate on FTP over TLS connections
906 - Better reporting of handshake failures on FTP over TLS connections
907 - *nix: Check for xdg-open. This program from the xdg-utils is an indirect runtime dependency. It is used by wxWidgets to open URLs in the default browser
908 - Refactored most of the tabbing code
909 - Use proper address type on SOCKS proxies
910 - Add missing default button in bookmarks dialog
911
912 3.3.0.1 (2009-11-15)
913
914 + Ctrl-Tab and Ctrl-Shift-Tab to cycle tabs now loop around if reaching the end of the tab list
915 - Fix crash on showing/hiding of directory trees after closing a tab
916 - Tabs no longer become unresponsive if not approving to close a busy tab
917 - Directory comparison did not work properly on all but the first tab
918 - Fix spurious error messages if connecting to a new site while synchronized browsing is enabled
919 - *nix: Work around a bug in KDE preventing restore from minimize to notification area
920 - Do not show update dialog if there is already some other dialog open
921 - Fix synchronized browsing option on site-specific bookmarks
922
923 3.3.0 (2009-11-09)
924
925 - Aborting a previous connection attempt by establishing a new connection in the same tab no longer renders the new connection unusable
926 - *nix: Quote filenames containing spaces if editing using default editor for text files
927 - *nix: Fix crash while emitting queue finished notifications
928
929 3.3.0-rc1 (2009-11-02)
930
931 + *nix: Display desktop notification if all transfers have finished and FileZilla isn't focused
932 - Navigating controls inside tab using tabulator key now works on all tabs
933 - Fix splitter positions on horizontal interface layouts
934
935 3.3.0-beta2 (2009-10-29)
936
937 + Give choice to abort old connection or to open a new tab when trying to connect while already connected
938 + Double-click on empty space in tabbar opens new tab
939 + Middle-click on tab closes it
940 + Use splitter positions and filelist column setup of previous tab when opening new one
941 + Make betas and release candidates check daily for new versions
942 - Fix crash when leaving settings dialog after tabs have been closed
943 - Fix crash on changing tabs if old tab has site-specific bookmarks but new one doesn't
944 - Layout of tabs no longer changes after leaving settings
945 - Fix issues with remembering last used server
946 - Don't use bold font for active tab
947 - Recursive operations now working in all tabs
948
949 3.3.0-beta1 (2009-10-27)
950
951 + Tabbed interface to connect to multiple server at the same time
952 + New welcome screen
953 + Add Open to local directory tree context menu
954 - Fix mismatch of displayed and actually performed default file exists action
955 - MSW: Update mingwm10.dll to fix a crash at initialization
956 - MSW: FTP over TLS no longer crashes for users of VIA CPUs
957 - *nix: Fix crashes due to race condition in dbus code
958 - Fix SHA-512 calculating incorrect hashes on 64bit systems, used by SFTP and the update wizard
959
960 3.2.8.1 (2009-10-10)
961
962 - Fix crash if creating filters with attributes or permissions rule
963 - MSW: Fix column reordering and hiding in file lists
964 - MSW: Fix crash if trying to edit a file without any associated program nor default editor
965 - Use REST+STOR to resume upload instead of APPE if server advertises REST STREAM support
966
967 3.2.8 (2009-10-03)
968
969 - Changing directories at the same time an upload finishes no longer disturbs synchronized browsing
970 - *nix: Ensure dialogs can be closed using escape key
971 - *nix: Fix height of settings dialog
972
973 3.2.8-rc1 (2009-09-26)
974
975 + Replacement of characters not allowed in local filenames if downloading
976 + Remember last used search conditions
977 + Display link overlay on icons of links in remote file list
978 + Display of average transfer speed should converge faster to overall average
979 + Simplify default file exists action dialogs
980 + Apply decimal places size formatting option also to total queue size
981 + MSW: Reduce number of needed user interactions in installer if update started from within FileZilla
982 + MSW: Check that there are no running instances of FileZilla before installing
983 - Fix handling of remote directory names with leading or trailing spaces
984 - *nix: Fix memory leaks in D-Bus session management and power management inhibitor client code
985 - *nix: Fall back to org.gnome.SessionManager if org.freedesktop.PowerManagment does not exit to inhibit idle sleep during transfers
986 - Increase default size of SO_RCVBUF (TCP advertised window) to fix performance issues on high-latency connections
987 - MSW: Fix displaying list of shares on local network resources
988 - MSW: Remote file editing no longer gets confused if two filenames only differ in character case
989 - Fix dialog line wrapping issues
990 - Ensure width of site manager is large enough to fit all tabs
991 - Better guard against filename columns being moved or hidden
992 - *nix, OS X: Handle filesystems without advisory file locking instead of falsely warning about site manager being opened in a different instance of FileZilla
993
994 3.2.7.1 (2009-08-23)
995
996 - Fix crash if adding new filters
997 - Small performance optimization for local directory tree
998
999 3.2.7 (2009-08-13)
1000
1001 - Make external address resolver IPv6 aware, resolve correct address type on hosts both with working IPv4 as well as IPv6
1002 - Bumped minimum required GnuTLS version to 2.8.3
1003 - Keep URLs copied to clipboard even after FZ gets closed
1004
1005 3.2.7-rc3 (2009-08-06)
1006
1007 - Test of changes to autoupdate logic introduced in 3.2.7-rc2
1008
1009 3.2.7-rc2 (2009-08-04)
1010
1011 + Use HTTPS to check for updates and compare hash of downloaded update file
1012
1013 3.2.7-rc1 (2009-08-02)
1014
1015 + Add option to prevent system idle sleep during transfers or other operations
1016 + Add -l option to commandline to specify logon type for passed URLs
1017 + Improve layout of search and filter edit dialogs
1018 + Implement keyboard navigation in search and filter edit dialogs
1019 + Add status bar to search dialog
1020 + Remember file exists action for individual queue items
1021 + Faster queue loading and saving
1022 - MSW: Fix memory leak in shell extension
1023 - Fix possible race in socket code leading to infinite loop
1024 - Resolve parsing conflict between MLSD and Unix-style listings
1025 - Fix deleting symlinks on SFTP connections
1026 - Deselect ".." on Ctrl+A in addition to selecting all other items
1027 - Changing data type on implicit FTP over TLS connections no longer prints an error message
1028 - *nix: Fix missing thread synchronization in D-Bus bindings
1029
1030 3.2.6.1 (2009-07-01)
1031
1032 - Fix FTP over TLS regressions in provided binaries due to two bugs in GnuTLS causing transfer failures
1033 - OS X: Revert regression in wxWidgets in provided binaries leading to a crash on drag & drop
1034 - Keep bookmarks menu sorted after adding new bookmarks
1035
1036 3.2.6 (2009-06-28)
1037
1038 - Don't display error messages multiple times if modification times of edited file cannot be obtained
1039 - Fix problems with certificate dialog introduced in 3.2.6-rc1
1040
1041 3.2.6-rc1 (2009-06-22)
1042
1043 + FTPS: Display complete certificate chain
1044 + Add option for stateless local file editing
1045 - Fix delete operation on symbolic links
1046 - Automatically reconnect if necessary to perform drag & drop action like with other actions
1047 - SFTP: Don't report success if download fails due to lack of disk space
1048 - MSW and OS X: Link against GnuTLS 2.8.1
1049
1050 3.2.5 (2009-06-15)
1051
1052 - Fix adding remote directory symlinks to queue not working
1053 - Fix "Timer creation failed" message boxes on update download dialog. Actual update download was not affected, only display of the progress bar.
1054 - MSW: Use deferred volume label gathering on local file list as well
1055
1056 3.2.5-rc1 (2009-06-06)
1057
1058 + Remote file search
1059 + Add option to hide identical files to directory comparison
1060 + Remember SSH host keys for session duration if not trusting permanently
1061 + MSW: Display full UNC path on drive-mapped network shares
1062 - Use pkg-config to detect GnuTLS if pkg-config is available
1063 - Fix to auto-reconnect logic
1064 - Allow targetless OS.unix=slink facts in MLSD listings
1065 - Start additional transfers if possible after readding files to queue during queue processing
1066 - Fix name of SSH_AUTH_SOCK variable on SFTP page in settings dialog
1067 - Properly qoute path to fzputtygen
1068 - MSW: Fix problems if re-activating FileZilla window by clicking inside it if there is a changed edited file
1069 - Fix problem with permissions parsing for nonstandard chmod dialog
1070
1071 3.2.4.1 (2009-04-27)
1072
1073 - Allow empty fact values in MLSD listings as allowed by the specifications
1074 - Recognize symlink entries in MLSD listings
1075 - Fix redundant file exists prompts after chosing rename file exists action
1076 - Update item in queue after rename file exists action
1077 - Fix reconnect delays in case login failed with 5yz reply code
1078
1079 3.2.4 (2009-04-21)
1080
1081 - Fix crash on SFTP download resume caused by uninitialized variable in PuTTY code
1082 - Properly refresh remote directory after chmod if synchronized browsing is enabled
1083 - Fix unediting locale files in file editing dialog
1084 - Fix regression with custom post-login commands on servers supporting MLSD
1085 - Trigger refresh of transfer progress bars after resizing queue
1086 - Several small fixes to minimize to tray functionality
1087
1088 3.2.4-rc1 (2009-04-14)
1089
1090 + Always use MLSD to retrieve directory listings on servers supporting it
1091 + Handle leading and trailing spaces on filenames, requires MLSD support
1092 + Multiple files can be selected for editing simultaneously
1093 + MSW and *nix: Add option to minimize to tray
1094 + The URLs of selected remote files and directories can be copied to clipboard
1095 - Further queue performance improvements
1096 - *nix: Provided Linux binaries now linked against Debian Lenny instead of Etch
1097 - Fix visual problems caused by too long URLs in update checks
1098 - Fix sync browsing checkbox in bookmark manager
1099
1100 3.2.3.1 (2009-03-25)
1101
1102 + Add context menu to data type indicator in status bar
1103 + Do not display file exists dialog after confirming to upload a changed, edited file
1104 - Classic theme wasn't remembered
1105 - OS X: Option to auto-remove successful transfers in queue could not be toggled
1106 - *nix, OS X: "Remove all" context menu item did not work if no item was selected in successful and failed queue tabs
1107 - MSW: Search PATH environment variable for associated editor if needed
1108 - Fix problems with double-quoted paths with containing single quotes in associations
1109
1110 3.2.3 (2009-03-21)
1111
1112 + Made OpenCrystal the default theme on new installations
1113 + Setting kiosk mode to 2 in fzdefaults.xml prevents FileZilla from writing to any settings files. Useful if executed from read-only media.
1114 - Fix crashes and memory corruption if resizing columns in queue if message log is positioned as queue tab
1115
1116 3.2.3-rc1 (2009-03-15)
1117
1118 + Add synchronized browsing option to sites and bookmarks
1119 + If synchronized browsing and directory comparison are enabled, changing directories no longer disables comparison
1120 + Add some hotkeys for commonly used menu and toolbar items
1121 + Handle CTRL+A to select all files in queue
1122 - Less CPU usage during SFTP transfers
1123 - Improve appearance of queue tabs on dark themes
1124 - Allow system file associations with singlequotes around filenames for editing
1125 - Fix rare crash on connection failures
1126 - Activity indicators in lower-right corner of main window were not working properly
1127 - Do not allow multiple entries in quickconnect history that only differ in password
1128 - Fix crash if closing filter edit dialog
1129 - Improve timezone offset detection on servers without seconds resolution in listings
1130 - Fix layout issues in settings dialog
1131
1132 3.2.2.1 (2009-02-21)
1133
1134 - Fix local directory creation during downloads. If multiple directory levels were missing, they were created in the reverse order
1135 - MSW: Restore ability to navigate to drive list through .. entry in local file list
1136
1137 3.2.2 (2009-02-20)
1138
1139 - Display password prompt if connecting to sites with Ask or Interactive logon type through bookmarks
1140 - Fix parsing of default remote directories in site manager if using non-default server type
1141
1142 3.2.2-rc1 (2009-02-13)
1143
1144 - *nix, OS X: Fix crash if starting FileZilla when the last used local path no longer exists
1145 - Keep track of name and path of the site manager item currently connected to so that bookmarks menu stays updated properly
1146 - MSW: Handle obscure DDE associations for file editing
1147 - More verbose error messages if loading a configuration file fails
1148 - Newly downloaded directories appear again in the local file list
1149
1150 3.2.1 (2009-02-06)
1151
1152 + New iconset: Minimal
1153 - Fix filter edit dialog sizing issue
1154 - MSW: Fix icon transparency in status bar and use better disabled icons in toolbars
1155
1156 3.2.1-rc1 (2009-01-31)
1157
1158 + Synchronized browsing
1159 + Configurable double-click action for file lists
1160 + Ask user to select an editor if trying to edit an unassociated file type
1161 - MSW: Work around problem with TinyXML if settings or program directory contains characters not expressible by the system's narrow character set
1162 - OS X: When adding sites, the edit label will no longer be hidden behind the tree in the site manager
1163 - MSW: Further Vista improvment for installer
1164 - Fix potential race condition in socket code
1165
1166 3.2.0 (2009-01-07)
1167
1168 - Fix account logon type in combination with FTP proxies
1169
1170 3.2.0-rc2 (2009-01-03)
1171
1172 - Change wording of some strings
1173 - Support yet another directory listing variant on obscure MVS style systems
1174 - Fix odd behavior if deleting items from site manager
1175 - Do not show proxy password in message log on SFTP connections
1176 - Properly display "bytes" suffix in filelist status bar if not using thousands separator
1177
1178 3.2.0-rc1 (2008-12-30)
1179
1180 + Bookmarks
1181 + Logging to file
1182 + *nix: Use GNOME's Session Manager D-Bus API to cleanly shut down FileZilla on end of session
1183 + MSW: Improve installer's Vista compatibility.
1184 - *nix: Fix encoding issues with thousands separator in some locales
1185 - Thousands separator on file exists dialog
1186 - Rearrange filter dialog a bit
1187 - Compile fixes for HP-UX
1188
1189 3.1.6 (2008-12-02)
1190
1191 + Automatically refresh remote directory listing if queue finishes successfully
1192 - Speed up refresh of remote directory listing if adding files during uploads
1193 - Connections no longer time out waiting on a directory listing getting retrieved by a different connection
1194 - Number of files were not updated if deleting remote files
1195 - MSW: Update manifest so that the evil filesystem virtualization stays disabled under Vista
1196
1197 3.1.6-rc1 (2008-11-26)
1198
1199 + Configurable location of message log pane
1200 + Context menu inside site manager to export individual sites or site subtrees
1201 - Several fixes for users with Turkish locale
1202 - Fix race condition causing not all subdirectories to be added to queue on upload
1203 - Cleanup of pane splitter code to facilitate configurable message log position
1204 - Cleanup of path and directory listing caches to be less convoluted
1205
1206 3.1.5.1 (2008-11-15)
1207
1208 - Connection establishment through SOCKS proxies could fail in some cases
1209 - Clearing private data no longer crashes if quickconnect bar is hidden
1210 - Handle drag & drop of symlinks
1211 - Update remote directory tree if deleting a subdirectory
1212 - Fix parsing of HTTP chunk lengths for the update downloader
1213 - Reduce memory consumption of remote directory tree
1214 - Rewrite the code that added local directories to the queue. New one is faster and avoids some potentially thread-unsafe behaviour of the old code
1215 - OS X: Fix help menu duplication on non-English systems
1216 - MSW: Reset wxWidgets internal display cache if changing display resolution or layout
1217 - MSW: Fixes for silent intaller
1218
1219 3.1.5 (2008-10-22)
1220
1221 + Handle symbolic links on servers. If trying to access a symbolic link, FileZilla will first try to CWD into it, and if that fails, will treat it as a file instead. During recursive operations, any directory link encountered will not be followed, but file links will be downloaded.
1222 - Numpad keys could not be used to search for entries in the file lists
1223 - OS X: Use smaller font sizes in message log and directory trees
1224 - Fix vertical alignment of labels next to the directory boxes above the directory trees
1225 - Use lighter text colors in message log if using dark background
1226 - *nix: Transfer status lines will no longer overlap the queue scrollbar
1227 - *nix: Fix font colors if using themes with dark backgrounds (e.g. DarkRoom under Ubuntu 8.10)
1228 - Fix XML corruption problems
1229
1230 3.1.4.1 (2008-10-16)
1231
1232 - *nix: Fix crash if renaming directories using the local directory tree
1233 - Rebuilt official binaries to revert a regression in wxWidgets causing memory corruption
1234
1235 3.1.4 (2008-10-15)
1236
1237 - *nix and OS X: Avoid SIGPIPE if socket gets closed during uploads
1238 - Fix SFTP speed limits
1239 - Avoid reduntant refreshes of local file lists on some drag&drop operations
1240 - Send user agent with requests if using HTTP proxy
1241 - MSW: Add checkbox to start FileZilla to finish page of intaller
1242 - Reselect previously set default file exists action if reopening dialog on a queue item
1243 - OS X: Do not check /net whether it has subdirectories, it is extremely slow
1244 - Upon reconnecting, fall back to list current directory if last used directory is no longer accessible
1245
1246 3.1.4-rc1 (2008-10-08)
1247
1248 + Configurable number of decimal places for filesize formatting
1249 + Allow editing of files with identical name but different remote paths
1250 + File changed notification displays more information
1251 + Manual transfer dialog
1252 + Quickconnect bar can be hidden
1253 + MSW: React to added or removed drive letters
1254 - Downloading updates should no longer randomly freeze the client after HTTP redirects
1255 - Huge queues should save slightly faster
1256
1257 3.1.3.1 (2008-09-29)
1258
1259 - Download speedlimits were not working since 3.1.3-beta1
1260 - On very fast connections, sockets could receive close event before being marked active, leading to timeouts
1261
1262 3.1.3 (2008-09-21)
1263
1264 - Fzsftp no longer crashes if receiving invalid data from server and instead quits gracefully
1265 - Fix crash if entering hostname with characters not allowed in internationalized domain names
1266 - OS X: Fix crash if path to FileZilla contained non-ASCII characters
1267 - Compatibility with yet another exotic directory listing format
1268
1269 3.1.3-rc1 (2008-09-15)
1270
1271 + Keep remote directory tree and file list if disconnected by the server. Transparently reconnect before performing the next operation.
1272 - OS X: Massive performance improvements
1273 - Various small performance improvements
1274
1275 3.1.3-beta1 (2008-09-10)
1276
1277 + New socket event handling system, more flexible and a bit faster
1278 + Performance improvements for local directory tree
1279 - MSW: Using prefix search to select an item now also changes the startpoint for a multiple selection.
1280 - Fix directory creation logic if the directory to create is a root directory
1281
1282 3.1.2 (2008-08-30)
1283
1284 - Allow drive labels with more than one letter for servertype DOS
1285 - Slight speedup of transfer queue, defer redrawing of UI elements to idle time
1286
1287 3.1.2-rc1 (2008-08-24)
1288
1289 + Add directory listing filter condition to match on containing path name
1290 + Implement kiosk mode in which FileZilla will not write any passwords to disk. Can be enabled through fzdefaults.xml
1291 + Add option to disable update checks to fzdefaults.xml
1292 + Vast performance improvements if handling queues and directories with thousands of files
1293 + Faster TLS/SSL handshake on data connections
1294 - Queue should no longer get mixed up if LIST command fails during recursive downloads
1295 - Fix crash if using -s commandline argument
1296 - Fix spurious transfer failures if multiple engines try to list the same directory
1297 - Loading invalid filters could crash FileZilla
1298 - User/pass authentication for SOCKS5 proxy support was not working properly
1299 - If stopping queue processing while recursively downloading directories, files added by the recursive operation will no longer reenable queue processing
1300 - MSW: Keep site manager wide enough so that all notebook tabs fit
1301 - Fix crash if server does not support resuming of large files
1302 - SFTP uploads did not fail if server ran out of diskspace
1303 - If compiled for some 64bit systems, SFTP resumes of files larger than 2^32 did not work properly
1304
1305 3.1.1.1 (2008-08-11)
1306
1307 - Fix crash if a connection attempt gets aborted
1308
1309 3.1.1 (2008-08-10)
1310
1311 + Save filter toggle state
1312 + MSW: Display drive labels if available
1313 - Fix crash in new socket class if using active mode FTP
1314 - Request user attention (e.g. blinking in taskbar) if an edited file changes and the program is minimized
1315 - Don't issue mdtm command on links for the automatic timezone detection on SFTP servers
1316 - Do not capture menu shortcut keys in file lists
1317 - Allow directory comparison if filters are toggled off
1318 - MSW: Sorting in site dropdown menu is now identical to sorting inside the Site Manager
1319 - OS X: If closing the file rename edit box, refresh neighboring lines to get rid of artifacts left behind by the edit control border
1320
1321 3.1.1-rc1 (2008-08-04)
1322
1323 + If using "Ask for password" and "Interactive" logon types, a username is now optional in the Site Manager
1324 + New iconset: OpenCrystal
1325 + MSW: Whether icon sets should be installed or not can be seleted in the installer
1326 - Fix parsing of URLs containing port number in quickconnect bar
1327 - Fix handling of local write errors if downloading files
1328 - If closing FileZilla, the queue is now properly saved using a backup copy to prevent corruption of queue file
1329 - Slight performance improvement if opening settings dialog, language and theme pages are now populated on demand
1330 - Reply to server's shutdown notification on SSL/TLS secured downloads if connection still open
1331 - After downloading files, local file count did not update
1332 - "My Sites" in Site Manager should not be draggable
1333 - Fix entering IPv6 addresses in Site Manager
1334 - Directory cache was incoherent after renaming a directory
1335 - Several fixes to new socket class
1336 - MSW: Starting a bounding box selection (Windows calls it marquee selection) did not set focus to the file lists
1337
1338 3.1.0.1 (2008-07-24)
1339
1340 ! Do not report success on SSL/TLS transfers if server did not perform orderly SSL/TLS shutdown. Previously, an attacker could cause truncated files with FileZilla thinking the transfer was successful. All versions prior to this were affected
1341 - Fix infinite loop in new socket class
1342 - Fix file descriptor/handle leak in new socket class
1343 - Fix locking error if cancelling an operation waiting for a lock held by a different engine
1344 - MSW: In rare cases, initial read event was not triggered on transfer sockets
1345 - Add missing icon in LonE theme
1346
1347 3.1.0 (2008-07-23)
1348
1349 + Right-clicking filter button in toolbar toggles filters
1350 - Fix oddities in visual formatting of IPv6 addresses
1351 - MSW: Enable IPv6 support on SFTP connections
1352 - Connecting using an IPv6 address did not work on SFTP
1353 - Editing remote files did not pick up local changes if timestamp preserving was enabled
1354
1355 3.1.0-rc2 (2008-07-19)
1356
1357 + Enable SOCKS5 and HTTP/1.1 proxy support for SFTP connections
1358 - Fix sorting remote file list by owner/group
1359 - *nix: Install FileZilla application icons according to the freedesktop.org Icon Theme Specification
1360 - *nix: Use the system's tinyxml library if available
1361
1362 3.1.0-rc1 (2008-07-17)
1363
1364 + SOCKS5 and HTTP/1.1 proxy support
1365 + The "Open" item in local directory listing context menu will open the system's file browser if a directory is selected
1366 + New iconset: LonE
1367 + 2 new file exists actions
1368
1369 3.1.0-beta2 (2008-07-12)
1370
1371 - Filecount in statusbar no longer count upwards if deleting files
1372 - MSW: Call WSAStartup, fixes WSANOTINITIALISED problem
1373 - MSW: Use closesocket(fd) instead of close(fd), the latter caused uploads to hang at the end
1374 - MSW: Fix socket hang after changing event handler. Use a better way to resend events
1375
1376 3.1.0-beta1 (2008-07-10)
1377
1378 + IPv6 support
1379 + Add option to reopen file if trying to edit a file already being edited
1380 - Fix SFTP file descriptor leak on some transfer failures
1381 - Fix crash if remote directory gets cleared between opening context menu and selecting view/edit item
1382
1383 3.0.11.1 (2008-07-05)
1384
1385 - Show number of filtered files in status bars if directory appears empty
1386 - Support for international domain names was accidentally commented out
1387 - Add missing path separator in remote filename on file exists dialog
1388 - Fix shrinking panes if using widescreen or blackboard styles
1389 - MSW: If showing file changed notification dialog after editing a file, program could become unresponsive in some cases
1390 - MSW: Fix visual problems with right-to-left languages introduced with the flicker corrections in 3.0.11
1391 - MSW: Main component can no longer be unselected in the installer
1392
1393 3.0.11 (2008-06-15)
1394
1395 - MSW: Reduce flicker if resizing main window
1396 - Improve compatibility with Cygwin's SSH server. Use Site Manager to select server type
1397 - Correct position of queue size in statusbar
1398
1399 3.0.11-rc1 (2008-06-09)
1400
1401 + File list status bars showing number of (selected) files and directories along with total filesize
1402 + MSW: Installer improvements. The installer now remembers the installation options.
1403 + The update wizard now shows a list of changes in the new version
1404 - Fix sorting issues of file lists
1405 - Reduce CPU load if deleting or uploading many files
1406 - MSW: Prefix search in file lists did not work with all characters
1407 - OS X: SFTP didn't work if full bundle path contained spaces
1408 - OS X: Fix odd dialog sizes
1409
1410 3.0.10 (2008-05-20)
1411
1412 - Precompiled binaries available from filezilla-project.org now link against GnuTLS 2.2.5 due to security vulnerabilities in previous GnuTLS versions, see http://www.gnu.org/software/gnutls/security.html
1413
1414 3.0.10-rc2 (2008-05-15)
1415
1416 - MSW: Performance improvements. Windows is inherently flawed since it does not cache directory contents.
1417
1418 3.0.10-rc1 (2008-05-14)
1419
1420 + Commandline arguments, see manpage for details
1421 + Columns in file lists can be reordered or hidden by right-clicking the column header
1422 + Added some useful links to help menu
1423 - Don't send redundant MKD commands to server if multiple transfers want to create the same directory multiple times
1424 - Fix sizing problems with some interface layouts
1425
1426 3.0.9.3 (2008-05-06)
1427
1428 + Fix rare race condition in IO thread leading to data loss. Was possible to lose up to 3*65536 bytes at the beginning of a download.
1429 - *NIX: Renaming local files did not change local filelist
1430 - OS X: Deleting non-empty local directories did not work in all cases
1431 - MSW: Program could become unresponsive if update available dialog appears while a menu was opened
1432 - MSW: Update wizard should use correct download location on Vista to save installation files
1433 - Fix possible duplication of queue items on shutdown
1434 - Cap input length of speedlimit edit controls
1435 - Fix crash if getting disconnected while remote directory creating dialog was open
1436 - Quickconnect bar did not handle URLs with trailing paths
1437 - Update menu and toolbar state after clearing private data
1438 - NIX: Filetype column was empty on some filetypes
1439
1440 3.0.9.2 (2008-04-18)
1441
1442 - Fix rare crash if closing FileZilla
1443 - *nix: Fix problems with drag&drop operation starting from local directory tree- Filetype display and ascii/binary detection did not work on VMS servers
1444 - Requeue did not work properly for edited files
1445 - Fix state of comparison button if comparison could not be started
1446 - Fix crash if changing filters while comparison mode is active
1447 - Fix ghost item appearing if applying filters after exiting comparison mode
1448 - Compatibility fix with broken servers sending PWD reply with single quotation marks
1449 - *nix: Display drop highlight in file lists
1450
1451 3.0.9.1 (2008-04-07)
1452
1453 - Reset keyboard search prefix in file lists on directory and selection changes
1454
1455 3.0.9-rc1 (2008-03-31)
1456
1457 + Automatic resume on some types of transfer failures
1458 + Improve main statusbar
1459 + Icon to display selected transfer mode on FTP connections
1460 + Icon to show current certificate and cipher on FTP(E)S connections
1461 + Icon to show key exchange and encryption algorithms on SFTP connections
1462 + Remember last selected item in Site Manager
1463 + Various improvements to main menu
1464 - New menu and toolbar state update system to reduce CPU usage and increase responsiveness
1465 - Fix refresh problem with local directory tree
1466 - Fix unreadable text with some color schemes
1467 - Submit operating system version on update availability check
1468 - Fix connection problems with some SFTP servers introduced in 3.0.8
1469 - *nix: Fix message catalog install directory
1470
1471 3.0.8.1 (2008-03-17)
1472
1473 - Fix infinite loop in local directory tree
1474
1475 3.0.8 (2008-03-13)
1476
1477 - *nix: No longer follows symbolic links if deleting local directories
1478 - Fix crash if dropping a file on a fill item in directory comparison mode
1479 - Handle DEL key in queue and local directory tree
1480 - Handle F2 key in local directory tree
1481
1482 3.0.8-rc1 (2008-03-07)
1483
1484 + Add interface for SFTP public key authentication
1485 + Add option to bypass proxy settings to sitemanager and quickconnect bar
1486 + Automatic timezone detection for SFTP listings
1487 + Preserving file timestamp on SFTP transfers
1488 + If using Site Manager, display site name in window title during connection
1489 - Tell user in message log to use interactive logon type if SFTP server sends multiple prompts
1490 - Fix performance issue with local file listings, most noticeable if browsing network shares
1491 - Reduce initial window size on very small display resolutions like 800x600 or below
1492
1493 3.0.7.1 (2008-02-19)
1494
1495 - Fix connections timing out shortly after sending keep alive command
1496 - Update remote file list if renaming files
1497 - *nix: Fix tab key in Site Manager not working
1498
1499 3.0.7 (2008-02-14)
1500
1501 - Timeouts were not working at all on FTP connections since 3.0.4-rc1
1502 - OS X: Application bundle can now be renamed
1503
1504 3.0.7-rc1 (2008-02-10)
1505
1506 + Ability to select different toolbar icon sizes if theme supports it
1507 + Local listings can be filtered by file attributes (Windows) or permissions (other)
1508 + Option to enable timestamps in message log
1509 - Transfer queue pane did not remember its size correctly
1510 - Fix infinite loop if dragging root node in Site Manager
1511 - *nix: Fix segault if copying directory listing filters
1512 - Keyboard navigation in file lists fixed
1513 - MSW: Ctrl + Space not working
1514 - *nix: Ctrl + A not selecting all files
1515 - OS X: File changed notification can no longer get stuck behind main window
1516 - Disable download in remote context menu if local directory is not writable
1517 - Prevent opening multiple confirmation dialogs if closing FileZilla
1518 - Speed up loading time of the more complex dialogs
1519 - Fix cache problem if renaming files
1520 - If preserving file timestamps, use MDTM command if downloading files where the directory listing does not have enough precision
1521
1522 3.0.6 (2008-01-30)
1523
1524 - If deleting or renaming a directory in SFTP, invalidate current working directories
1525 - Allow downloading of files starting with a dash using SFTP
1526 - MSW: /S installer argument works again
1527 - Improve queue on broken servers with a connection limit
1528
1529 3.0.6-rc1 (2008-01-24)
1530
1531 + Site Manager improvements:
1532 + Remember dialog size
1533 + Site Manager will remember which folders are expanded or collapsed
1534 + Sites can be moved and copied using Drag & Drop
1535 + F2 key can be used to rename sites in Site Manager
1536 + Add context menu for local directory tree
1537 + *nix: Basic man pages
1538 - Do not allow empty names for filters and filter sets
1539 - custom file associations did not work if system associations were inherited
1540 - MSW: Fix Reboot/shutdown queue completion actions
1541
1542 3.0.5.2 (2008-01-12)
1543
1544 - Fix local tree refresh causing unwanted directory changes.
1545 - Fix crash in path cache
1546 - Fix update check
1547 - Remove error message if locales aren't installed or FileZilla has not been translated into the default system language
1548
1549 3.0.5.1 (2008-01-11)
1550
1551 - Fix crash if entering custom command
1552
1553 3.0.5 (2008-01-10)
1554
1555 - Fix freeze if deleting remote directories
1556 - Compatibility with HP NonStop servers
1557 - MSW: Uninstaller did not remove defaultfilters.xml
1558 - Improve visual feedback for some drag&drop operations
1559 - Fix sort order in sitemanager dropdown menu
1560 - Fix size of file changed dialog
1561 - "Apply to current queue only" in file exists dialog did not work properly
1562 - Cached directory listings expire after 30 minutes
1563
1564 3.0.5-rc1 (2007-12-31)
1565
1566 + Directory listing comparison
1567 + Ability to open and edit local files
1568 + Add option to use default system language. Note: Language selection will be reset to default if updating to this version.
1569 + New artwork for send and recv indicators
1570 - Fix crash with keepalive timer
1571 - *nix: Use proper locale initialization, happened too late in FZ's startup sequence in previous versions.
1572 - Fix issue with proxies in combination with nonstandard ports
1573 - Fix timezone offset detection if user has specified a custom offset
1574 - MSW: Cancel remote renaming of files if listing changes
1575 - Fix prefix search in file listings not working with all keys
1576 - Internal engine state could get confused on failed transfers
1577 - Fix visual refresh problem in queue
1578 - Fix several glitches with right-to-left languages
1579 - Write errors during downloads are now critical, as they usually require user interaction (e.g. disk full)
1580 - Calculate proper filesize on VMS servers
1581 - Remote directory tree did not display all known directories
1582 - Don't display error messages if some local directories are not accessible during auto-completion in local view header or if if they are parent of an accessible directory in the local tree view.
1583
1584 3.0.4 (2007-11-26)
1585
1586 - Linux: Fix empty challenge text if using interactive login
1587
1588 3.0.4-rc1 (2007-11-20)
1589
1590 + Implement FTP Proxy support. Note that using a properly configured NAT router is recommended instead.
1591 + Implement FTP keep alive for those connecting to improperly configured servers
1592 - Fix crashes if deleting files in directories with more than 200 entries
1593 - Compatility improvements with VMS and z/VM servers
1594 - Now requires GnuTLS 2.0.4 which fixes a problem with servers using compression.
1595 - Changing list of ASCII files or increasing number of concurrent transfers had no effect until restart of FileZilla
1596
1597 3.0.3 (2007-11-06)
1598
1599 + Install some default filters if filters.xml missing in user's settings directory
1600 - OS X: Fix remote file viewing/editing
1601 - Additional fixes for SFTP servers with nonstandard filename encodings
1602
1603 3.0.3-rc1 (2007-10-31)
1604
1605 + Automatic server timezone detection. Custom offset in the Site Manager may need to be adjusted. FTP only.
1606 + Option to preserve file timestamps on downloads (all protocols)
1607 + Option to preserve file timestamps on uploads on FTP servers supporting the MFMT command
1608 + Add transfer type (ascii/binary/auto) selection to transfer menu
1609 - Shorten very long filenames on file exists dialog
1610 - Attempt at working around broken routers and firewalls disconnecting the control connection of the transfer session on transfers
1611 - Deleting directories containing lots of files should be faster now
1612 - Disallow settings/site import from files located in the settings storage directory
1613 - Fix nullpointer dereference on non-UTF8 enabled SFTP servers
1614 - *nix: Fix button height inconsistencies on dialogs with certain artwork (e.g. Ubuntu 7.10)
1615
1616 3.0.2.1 (2007-10-17)
1617
1618 - Fix issue with message log not working properly
1619
1620 3.0.2 (2007-10-17)
1621
1622 + MSW: Added /user=all and /user=current options to installer
1623 + Experimental support for z/VM servers
1624 - Fix typo in option handling code. Due to this, settings for date/time formatting have been reset.
1625 - Fix performance problem if FileZilla gets started with message log hidden
1626 - Work around possible race conditions in SFTP input thread leading to crashes
1627 - MSW: Fix issue with installer where reboot after uninstalling previous version disrupted installation. Fix will only work if uninstalling 3.0.2 or greater.
1628 - OS X: Use new icon
1629
1630 3.0.2-rc1 (2007-10-10)
1631
1632 + Remote file viewing / editing
1633 + Display current server in window title
1634 - Don't remember incorrect password on SFTP connections with ASK logontype
1635 - MSW: Fix drag&drop to explorer in case of case-mismatch between requested and reported path.
1636 - *nix: Fix Makefiles so SFTP properly supports files > 2GB
1637 - Ascii filetype setting for extensionless files and dotfiles had negated effect
1638 - Fix error message if using multiple running instances save the settings at the same time
1639 - Fix parsing of very new files in directory listings if server is in a timezone ahead of the client
1640 - Fix range of timezone offset setting
1641 - Fix problems with remote path combobox if reconnecting after a disconnect
1642 - Display confirmation dialog if deleting file from remote directory tree context menu
1643 - Refresh remote directory listing after refreshing a single file
1644 - On very first startup, center FileZilla on screen
1645
1646 3.0.1 (2007-09-19)
1647
1648 - Fix parsing of settings or site XML data containing double, leading or trailing whitespace.
1649 - MSW: Work around flaw in the combo box implementation used by the view headers
1650
1651 3.0.1-rc1 (2007-09-15)
1652
1653 + Settings to configure size, date and time formatting
1654 + Message log and queue visibility will be remembered
1655 + Custom action to perform after queue completion
1656 + Add some confirmation dialogs
1657 - MSW: Fix file truncation if using speed limits
1658 - MSW: Fix slow startup on systems with floppy drives, disconnected network drivers and so on triggered by design flaw in Windows.
1659 - Fix misplaced settings dialog
1660 - Fix problems with remembering pane size
1661 - Properly refresh local directory if downloading into newly created subdirectories
1662 - Fix issues with language set to Japanese
1663
1664 3.0.0 (2007-09-08)
1665
1666 + New application icon
1667 - Fix support for servers sending directory listing in yet another exotic format
1668 - Fix prefix search in list controls on wxGTK
1669 - Work around problem with wxSpinCtrl in site manager on wxGTK
1670 - Fix assertion on wxGTK if listing extensionless files
1671
1672 3.0.0-rc3 (2007-08-31)
1673
1674 ! Fix buffer overflow if directory lisiting filters were enabled, causing FileZilla to crash.
1675 + Backspace key can be used to goes to parent directory in file lists
1676 - Fix file selection by entering filename prefix
1677 - Restore correct window size if FileZilla gets closed while minimized
1678 - Disable "Create directory" entry in remote filelist context menu while disconnected
1679 - Improve compatibility with SFTP servers using exotic listing formats
1680 - MSW: Fix locales not working
1681 - *nix: Fix queue scrolling
1682
1683 3.0.0-rc2 (2007-08-25)
1684
1685 + Remember Window size and position
1686 + Remember sort column and order of file lists
1687 + Additional icon set by Brian Lukis
1688 + Added .desktop file on *nix systems
1689 + If server is crippled and doesn't allow more than one connection (based on Sitemanager preference), primary browsing connection can be used by the transfer queue
1690 - Fix SSL transfers hanging if using speed limits
1691 - Compile fixes and compatibility improvements for various platforms
1692 - The usual assortment of small bugfixes, see changelog for details
1693
1694 3.0.0-rc1 (2007-08-11)
1695
1696 ! Fix remotely triggered memory corruption if connection gets terminated during TLS handshake.
1697 + MSW: Add choice between "All Users" and "Current User" to installer
1698 + MSW: Add Desktop and My Documents links to directory tree
1699 + MSW: Ability to list shares on Network computers
1700 + Column widths in all list views will be saved
1701 + Refresh local file list after a successful file transfer
1702 + Add context menu to remote directory tree
1703 + Make Site Manager resizable
1704 - Don't leave empty files behind on failed downloads
1705 - Fix retry and cache logic if transfer command fails with 5yz reply
1706 - Limit number of simultaneous connections did not work properly
1707 - Refresh listing after chmod
1708 - Fix upload of empty files over TLS connections
1709
1710 3.0.0-beta11 (2007-07-20):
1711
1712 + Improved queue
1713 + Import and export dialogs including import of Sitemanager data from legacy FZ 2.x
1714 + Tab key can be used to switch between panes
1715 + F6 toggles between quickconnect bar and local/remote path edit fields
1716 + Location of settings directory can be specified in fzdefaults.xml
1717 - Engine state could get mixed up if transfers failed
1718 - Transfer of empty files could incorrectly time out
1719 - Fix directory cache coherency if removing/renaming directories
1720 - Work around lack of thread-safety in wxWidgets causing random misbehaviour
1721 - Properly disconnect idle transfer engines after 30 seconds
1722 - Update selections if changing sort order of file lists
1723 - Various minor fixes
1724
1725 3.0.0-beta10 (2007-06-03):
1726
1727 + Fix bug that made Beta 9 unusable
1728
1729 3.0.0-beta9 (2007-06-01):
1730
1731 + Add "View hidden files" option to server menu
1732 + Add dialog to clear private data
1733 + Performance improvements of message log
1734 + Avoid sending unnecessary TYPE commands
1735 - Updated TinyXML component, fixes problems with filenames containing ampersands or other special XML entities.
1736 - MSW: Fix deadlock in sftp component
1737 - Don't retry connecting if user cancels new/changed hostkey notification
1738
1739 3.0.0-beta8 (2007-05-09):
1740
1741 ! Fix data corruption on FTPS uploads
1742 + Implement speed limits
1743 + Last used local directory will be remembered
1744 + New option for the sorting of the filelists. Directories can be kept on top or sorted inline.
1745 + MSW: Display warning if detecting a system with a networking bug confirmed by Microsoft
1746 + Right-clicking the Sitemanager button in the toolbar displays a popup menu with the sites for quick access. On Windows, a dropdown arrow got added.
1747 - Directorylisting-parser fixes, including support for Microware OS-9
1748 - MSW: Small SFTP transfer speed improvement
1749 - *nix: Autocompletion did not work properly on GTK based systems
1750 - MSW: Uninstalling FileZilla should no longer leave registry keys behind
1751 - lots of small bugfixes
1752
1753 3.0.0-beta7 (2007-03-27):
1754
1755 + New optionspage to change layout of file and directory panes
1756 + Loading of predefined Sitemanager entries from fzdefaults.xml
1757 + UTF-8 support for SFTP, merged in upstream changes from PuTTY.
1758 - Ascii file FTP transfers should now work properly on non-Windows systems
1759 - Fix SFTP transfers of filenames containing the following characters: [ ] \ * ?
1760 - lots of small bugfixes and performance improvements
1761
1762 3.0.0-beta6 (2007-02-19):
1763
1764 + Vastly improved drag and drop support, including
1765 + MSW: Shell extension to allow dragging of files from FileZilla into Explorer
1766 + CTRL+A will select all files in currently focused file list
1767 + Display warning if trying to connect to SFTP server using FTP protocol
1768 - Fix timing issue in socket event handling, fixes transfers not starting on some systems
1769 - Cosmetic fixes under non-Windows platforms.
1770
1771 3.0.0-beta5 (2007-01-11):
1772
1773 ! Fix format string vulnerabilities
1774 + Partial drag and drop support.
1775 - Lots of small bugfixes
1776
1777 3.0.0-beta4 (2006-12-14):
1778
1779 - Fix bug that made Beta 3 unusable
1780
1781 3.0.0-beta3 (2006-12-13):
1782
1783 - FTP over TLS/SSL support
1784 - Major performance improvements
1785 - Automatic connection attempt retries
1786 - Improved compatibility with legacy systems and other exotic servers
1787 - Lots of small bugfixes
1788
1789 3.0.0-beta2 (2006-10-15):
1790
1791 - Fix timeouts
1792 - "Update available" notification did not go away after updating
1793 - Upload progress for SFTP transfers did advance too fast
1794 - Filters did not apply properly
1795 - UNC paths can now be browsed locally
1796 - Directory listings can now be sorted by timestamp and permissions
1797
1798 3.0.0-beta1 (2006-10-05):
1799
1800 - First beta

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

tim.kosse@filezilla-project.org
ViewVC Help
Powered by ViewVC 1.1.26