home *** CD-ROM | disk | FTP | other *** search
/ PC User 2011 September / PCUser_Sept_2011.iso / resources / FileZilla / FileZilla_3.5.0_win32-setup.exe / NEWS < prev    next >
Encoding:
Text File  |  2011-05-22  |  50.1 KB  |  1,087 lines

  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.5.0 (2011-05-22)
  14.  
  15. - Don't create queue.xml anymore if it does not exist
  16. - MSW: Progress lines in transfer queue now appear in correct position after changing the Windows theme
  17. - MSW: Work around a bug in Windows where a list controls' scroll position changes without the control being notified in any way
  18. - Several fixes to build system and environment
  19.  
  20. 3.5.0-rc2 (2011-05-15)
  21.  
  22. + Added experimental setting to strip file revision upon download from VMS servers. Set "Strip VMS revisions" to 1 in FileZilla.xml to enable
  23. - The string coalescer benchmark debug option no longer crashes if benchmarking an empty string coalescer
  24.  
  25. 3.5.0-rc1 (2011-05-08)
  26.  
  27. + The transfer queue is now stored in an SQLite database. This greatly improves performance and vastly reduces memory consumption while loading/saving the queue
  28. + Additional improvements to general queue performance and memory consumption
  29. + The provided Linux binaries are now compiled for Debian Squeeze instead of Lenny
  30. - Fixed crash during shutdown of FileZilla
  31. - Clearing the queue when it was not yet fully populated no longer causes a crash
  32. - 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
  33.  
  34. 3.4.0 (2011-03-27)
  35.  
  36. - Updated translations
  37.  
  38. 3.4.0-rc1 (2011-03-20)
  39.  
  40. + Disabled automatic negotiation of FTP over TLS introduced in 3.4.0-beta1. Will be added in a future version instead
  41. + Add checkbox to settings dialog to not save passwords
  42. + Add timestamp columns to successful and failed queue tabs showing when the transfers completed or failed
  43. - Fixed infinite loop in TinyXML when loading settings from corrupt XML documents
  44. - Parsing MDTM reply now takes seconds into account
  45. - MSW: Handling of paths relative to the drive-root in local directory input box
  46. - Compatibility with MVS listing containing PO-E type entries
  47. - Fix Resizing issues with manual transfers dialog
  48. - MSW: Remote file editing did not correctly handle files that were still open
  49.  
  50.  
  51. 3.4.0-beta1 (2011-01-09)
  52.  
  53. + Normal FTP connections now always attempt to negotiate secure FTP over TLS
  54. + Added option to force use of insecure plain FTP to Site Manager
  55. + Kiosk mode option can now also be read from FileZilla.xml, with fzdefaults.xml having priority if setting exists in both files
  56. - Fix memory leak in directory cache
  57. - Compatibility with obscure DOS servers using forward slashes as path delimiter
  58. - MSW: Horizontal scroll bar in file lists and queue did not appear if changing column widths
  59. - Improve text wrapping engine
  60.  
  61. 3.3.5.1 (2010-11-21)
  62.  
  63. - Permanently trusting certificates had no effect until FileZilla was restarted
  64. - Fix downloading of symbolic links to files
  65.  
  66. 3.3.5 (2010-11-14)
  67.  
  68. - Updated language files, otherwise identical with rc1
  69.  
  70. 3.3.5-rc1 (2010-11-07)
  71.  
  72. + FTP over TLS certificate store is now host-specific
  73. + MSW: Large-DPI awareness
  74. + Improved SFTP transfer speeds
  75. + FTP over TLS should prefer ciphers with longer key sizes, updated contained GnuTLS library in precompiled binaries
  76. + Add context menu entry to re-queue all files on the successful and failed queue tabs
  77. + MSW: Native file list sort indicator on Windows Vista and 7
  78. - Resuming of uploads was not working correctly in all cases
  79. - Correct remaining time calculation in queue
  80. - Do not show welcome dialog in kiosk mode 2
  81. - Do not offer option to permanently accept certificate in kiosk mode 2
  82. - Fix sorting by size in filelists with directory sort behavior set to inline
  83. - MSW: Fix memory corruption when changing language
  84. - OS X: Include license and documentation files in application bundle
  85. - Directly save settings after importing from file
  86.  
  87.  
  88. 3.3.4.1 (2010-08-15)
  89.  
  90. - Set a minimum size for column widths in directory lists and transfer queue
  91. - Fix build-time check for system TinyXML
  92.  
  93. 3.3.4 (2010-08-12)
  94.  
  95. - Correctly handle symbolic links pointing to files in search dialog
  96. - Fix crash in options initialization
  97.  
  98. 3.3.4-rc2 (2010-08-07)
  99.  
  100. - Fix issues with path names not properly terminated by separator
  101. - Fix loading of settings with empty values
  102. - Update status bar icons if changing theme
  103.  
  104. 3.3.4-rc1 (2010-08-02)
  105.  
  106. + Filter/search by modification date
  107. + Add "does not equal" option to size filter
  108. + Reduced memory consumption when working with very large queues and directory hierarchies
  109. - Fix bug in TinyXML that could lead to corrupt XML documents
  110. - Abort directory listing parsing if encountering a line with more than 10k characters
  111. - Fix stalling recursive operations if FileZilla gets disconnected
  112. - Set correct initial control state in site manager if there are no sites
  113.  
  114. 3.3.3 (2010-06-13)
  115.  
  116. - Fix transfer statusbar regression introduced in the release candidate
  117. - Do not include IPv6 zone index in the argument to the EPRT command
  118. - Correct tab order in filter edit and search dialogs
  119. - *nix: Revert cursor changes
  120.  
  121. 3.3.3-rc1 (2010-06-06)
  122.  
  123. + Added "does not contain" filter condition to name and path filter types
  124. + Pressing Alt+Left or Alt+Up (Cmd+Left, Cmd+Up on OS X) in file lists enters parent directory
  125. + Pressing Alt+Down (Cmd+Down on OS X) in file lists transfers selected items
  126. + Pressing Alt+Right (Cmd+Right on OS X) in file lists activates selected item(s)
  127. + Add operating system information to about dialog
  128. + MSW: Auto-update check now transmits whether the operating system is 32bit or 64bit
  129. + Small performance improvements, mostly benefiting *nix users
  130. + OS X: Remember hidden state of toolbar, make quickconnect bar look more Mac-ish
  131. + Add option to display momentary transfer speed instead of average speed
  132. - Fix problem with rekeying of SFTP connections if not permanently trusting the server's hostkey
  133. - Certificate details dialog no longer changes size if selecting a different certificate in the chain
  134. - Some dialogs did not display icons using the correct size
  135. - Show "Not connected" instead of "Empty directory" in remote filelist statusbar if not connected
  136. - MSW: Replace some additional characters not allowed in filenames on MSW
  137. - MSW: Selecting files while holding Ctrl+Shift no longer shows incorrect values in the filelist status bars
  138.  
  139. 3.3.2.1 (2010-03-21)
  140.  
  141. + Remember location of update download directory
  142. - Cancel file renaming on actions that change the file list, such as changing sort order or performing a refresh
  143. - Cancel file renaming if starting a drag&drop operation
  144. - Filter invalid characters if downloading through double-clicking files or if adding from the search dialog
  145. - Fix site-specific bookmarks menu
  146. - The menu did not reflect initial value of preserve timestamp option properly
  147. - MSW: Keep FileZilla subdirectory in startmenu when updating, preserves custom order
  148. - MSW: Add AppID support to installer
  149.  
  150. 3.3.2 (2010-02-21)
  151.  
  152. + *nix: Add support for forward and backward mouse buttons
  153. - Speed limits can be re-enabled on SFTP connections
  154. - Changed settings did not come into effect unless FileZilla was restarted
  155. - Small performance improvements
  156.  
  157. 3.3.2-rc2 (2010-02-14)
  158.  
  159. - Spelling fixes
  160. - Rebuilt due to timer problems
  161.  
  162. 3.3.2-rc1 (2010-02-13)
  163.  
  164. + Speed limits can be quickly set using the menu and a new indicator in the status bar
  165. + Display number of bytes transferred and duration of transfer in log
  166. + MSW: React to back button of mouse in file lists
  167. + Updated blukis icon set
  168. - Refactored large parts of the toolbar and menubar code
  169. - A race condition in the socket code could lead to crashes
  170. - Fix connecting to addresses longer than 15 characters if using SOCKS proxy
  171. - Get add to queue in local directory tree context menu working again
  172. - Do not open request dialogs if user is holding a mouse button
  173. - Forward all Ctrl+Tab key events to tab bar
  174. - Do not report SFTP exitcodes that do not originate from the server
  175.  
  176. 3.3.1 (2010-01-03)
  177.  
  178. - Implement missing tab creation from context menu
  179. - *nix: Reduce flicker on tab creation
  180. - Set initial focus in chmod dialog to input box for numeric value
  181. - Correct handling of unexpected closure of SFTP connection
  182.  
  183. 3.3.1-rc1 (2009-12-27)
  184.  
  185. + New tab context menu, can be used to close or refresh current tab or to close all but the current tab.
  186. + *nix, OS X: Display sort indicators in filelist header control
  187. + Remember size of dialog showing all files opened for editing
  188. + Add refresh item to filelist context menus
  189. + Scroll treeview horizontally if needed to keep item in view on changing directories
  190. - Fix crash of fzsftp if server closes connection
  191. - Successfully downloaded update file is no longer deleted if user cancels the finish page of the update check wizard
  192. - Do not retry connecting if not trusting certificate on FTP over TLS connections
  193. - Better reporting of handshake failures on FTP over TLS connections
  194. - *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
  195. - Refactored most of the tabbing code
  196. - Use proper address type on SOCKS proxies
  197. - Add missing default button in bookmarks dialog
  198.  
  199. 3.3.0.1 (2009-11-15)
  200.  
  201. + Ctrl-Tab and Ctrl-Shift-Tab to cycle tabs now loop around if reaching the end of the tab list
  202. - Fix crash on showing/hiding of directory trees after closing a tab
  203. - Tabs no longer become unresponsive if not approving to close a busy tab
  204. - Directory comparison did not work properly on all but the first tab
  205. - Fix spurious error messages if connecting to a new site while synchronized browsing is enabled
  206. - *nix: Work around a bug in KDE preventing restore from minimize to notification area
  207. - Do not show update dialog if there is already some other dialog open
  208. - Fix synchronized browsing option on site-specific bookmarks
  209.  
  210. 3.3.0 (2009-11-09)
  211.  
  212. - Aborting a previous connection attempt by establishing a new connection in the same tab no longer renders the new connection unusable
  213. - *nix: Quote filenames containing spaces if editing using default editor for text files
  214. - *nix: Fix crash while emitting queue finished notifications
  215.  
  216. 3.3.0-rc1 (2009-11-02)
  217.  
  218. + *nix: Display desktop notification if all transfers have finished and FileZilla isn't focused
  219. - Navigating controls inside tab using tabulator key now works on all tabs
  220. - Fix splitter positions on horizontal interface layouts
  221.  
  222. 3.3.0-beta2 (2009-10-29)
  223.  
  224. + Give choice to abort old connection or to open a new tab when trying to connect while already connected
  225. + Double-click on empty space in tabbar opens new tab
  226. + Middle-click on tab closes it
  227. + Use splitter positions and filelist column setup of previous tab when opening new one
  228. + Make betas and release candidates check daily for new versions
  229. - Fix crash when leaving settings dialog after tabs have been closed
  230. - Fix crash on changing tabs if old tab has site-specific bookmarks but new one doesn't
  231. - Layout of tabs no longer changes after leaving settings
  232. - Fix issues with remembering last used server
  233. - Don't use bold font for active tab
  234. - Recursive operations now working in all tabs
  235.  
  236. 3.3.0-beta1 (2009-10-27)
  237.  
  238. + Tabbed interface to connect to multiple server at the same time
  239. + New welcome screen
  240. + Add Open to local directory tree context menu
  241. - Fix mismatch of displayed and actually performed default file exists action
  242. - MSW: Update mingwm10.dll to fix a crash at initialization
  243. - MSW: FTP over TLS no longer crashes for users of VIA CPUs
  244. - *nix: Fix crashes due to race condition in dbus code
  245. - Fix SHA-512 calculating incorrect hashes on 64bit systems, used by SFTP and the update wizard
  246.  
  247. 3.2.8.1 (2009-10-10)
  248.  
  249. - Fix crash if creating filters with attributes or permissions rule
  250. - MSW: Fix column reordering and hiding in file lists
  251. - MSW: Fix crash if trying to edit a file without any associated program nor default editor
  252. - Use REST+STOR to resume upload instead of APPE if server advertises REST STREAM support
  253.  
  254. 3.2.8 (2009-10-03)
  255.  
  256. - Changing directories at the same time an upload finishes no longer disturbs synchronized browsing
  257. - *nix: Ensure dialogs can be closed using escape key
  258. - *nix: Fix height of settings dialog
  259.  
  260. 3.2.8-rc1 (2009-09-26)
  261.  
  262. + Replacement of characters not allowed in local filenames if downloading
  263. + Remember last used search conditions
  264. + Display link overlay on icons of links in remote file list
  265. + Display of average transfer speed should converge faster to overall average
  266. + Simplify default file exists action dialogs
  267. + Apply decimal places size formatting option also to total queue size
  268. + MSW: Reduce number of needed user interactions in installer if update started from within FileZilla
  269. + MSW: Check that there are no running instances of FileZilla before installing
  270. - Fix handling of remote directory names with leading or trailing spaces
  271. - *nix: Fix memory leaks in D-Bus session management and power management inhibitor client code
  272. - *nix: Fall back to org.gnome.SessionManager if org.freedesktop.PowerManagment does not exit to inhibit idle sleep during transfers
  273. - Increase default size of SO_RCVBUF (TCP advertised window) to fix performance issues on high-latency connections
  274. - MSW: Fix displaying list of shares on local network resources
  275. - MSW: Remote file editing no longer gets confused if two filenames only differ in character case
  276. - Fix dialog line wrapping issues
  277. - Ensure width of site manager is large enough to fit all tabs
  278. - Better guard against filename columns being moved or hidden
  279. - *nix, OS X: Handle filesystems without advisory file locking instead of falsely warning about site manager being opened in a different instance of FileZilla
  280.  
  281. 3.2.7.1 (2009-08-23)
  282.  
  283. - Fix crash if adding new filters
  284. - Small performance optimization for local directory tree
  285.  
  286. 3.2.7 (2009-08-13)
  287.  
  288. - Make external address resolver IPv6 aware, resolve correct address type on hosts both with working IPv4 as well as IPv6
  289. - Bumped minimum required GnuTLS version to 2.8.3
  290. - Keep URLs copied to clipboard even after FZ gets closed
  291.  
  292. 3.2.7-rc3 (2009-08-06)
  293.  
  294. - Test of changes to autoupdate logic introduced in 3.2.7-rc2
  295.  
  296. 3.2.7-rc2 (2009-08-04)
  297.  
  298. + Use HTTPS to check for updates and compare hash of downloaded update file
  299.  
  300. 3.2.7-rc1 (2009-08-02)
  301.  
  302. + Add option to prevent system idle sleep during transfers or other operations
  303. + Add -l option to commandline to specify logon type for passed URLs
  304. + Improve layout of search and filter edit dialogs
  305. + Implement keyboard navigation in search and filter edit dialogs
  306. + Add status bar to search dialog
  307. + Remember file exists action for individual queue items
  308. + Faster queue loading and saving
  309. - MSW: Fix memory leak in shell extension
  310. - Fix possible race in socket code leading to infinite loop
  311. - Resolve parsing conflict between MLSD and Unix-style listings
  312. - Fix deleting symlinks on SFTP connections
  313. - Deselect ".." on Ctrl+A in addition to selecting all other items
  314. - Changing data type on implicit FTP over TLS connections no longer prints an error message
  315. - *nix: Fix missing thread synchronization in D-Bus bindings
  316.  
  317. 3.2.6.1 (2009-07-01)
  318.  
  319. - Fix FTP over TLS regressions in provided binaries due to two bugs in GnuTLS causing transfer failures
  320. - OS X: Revert regression in wxWidgets in provided binaries leading to a crash on drag & drop
  321. - Keep bookmarks menu sorted after adding new bookmarks
  322.  
  323. 3.2.6 (2009-06-28)
  324.  
  325. - Don't display error messages multiple times if modification times of edited file cannot be obtained
  326. - Fix problems with certificate dialog introduced in 3.2.6-rc1
  327.  
  328. 3.2.6-rc1 (2009-06-22)
  329.  
  330. + FTPS: Display complete certificate chain
  331. + Add option for stateless local file editing
  332. - Fix delete operation on symbolic links
  333. - Automatically reconnect if necessary to perform drag & drop action like with other actions
  334. - SFTP: Don't report success if download fails due to lack of disk space
  335. - MSW and OS X: Link against GnuTLS 2.8.1
  336.  
  337. 3.2.5 (2009-06-15)
  338.  
  339. - Fix adding remote directory symlinks to queue not working
  340. - Fix "Timer creation failed" message boxes on update download dialog. Actual update download was not affected, only display of the progress bar.
  341. - MSW: Use deferred volume label gathering on local file list as well
  342.  
  343. 3.2.5-rc1 (2009-06-06)
  344.  
  345. + Remote file search
  346. + Add option to hide identical files to directory comparison
  347. + Remember SSH host keys for session duration if not trusting permanently
  348. + MSW: Display full UNC path on drive-mapped network shares
  349. - Use pkg-config to detect GnuTLS if pkg-config is available
  350. - Fix to auto-reconnect logic
  351. - Allow targetless OS.unix=slink facts in MLSD listings
  352. - Start additional transfers if possible after readding files to queue during queue processing
  353. - Fix name of SSH_AUTH_SOCK variable on SFTP page in settings dialog
  354. - Properly qoute path to fzputtygen
  355. - MSW: Fix problems if re-activating FileZilla window by clicking inside it if there is a changed edited file
  356. - Fix problem with permissions parsing for nonstandard chmod dialog
  357.  
  358. 3.2.4.1 (2009-04-27)
  359.  
  360. - Allow empty fact values in MLSD listings as allowed by the specifications
  361. - Recognize symlink entries in MLSD listings
  362. - Fix redundant file exists prompts after chosing rename file exists action
  363. - Update item in queue after rename file exists action
  364. - Fix reconnect delays in case login failed with 5yz reply code
  365.  
  366. 3.2.4 (2009-04-21)
  367.  
  368. - Fix crash on SFTP download resume caused by uninitialized variable in PuTTY code
  369. - Properly refresh remote directory after chmod if synchronized browsing is enabled
  370. - Fix unediting locale files in file editing dialog
  371. - Fix regression with custom post-login commands on servers supporting MLSD
  372. - Trigger refresh of transfer progress bars after resizing queue
  373. - Several small fixes to minimize to tray functionality
  374.  
  375. 3.2.4-rc1 (2009-04-14)
  376.  
  377. + Always use MLSD to retrieve directory listings on servers supporting it
  378. + Handle leading and trailing spaces on filenames, requires MLSD support
  379. + Multiple files can be selected for editing simultaneously
  380. + MSW and *nix: Add option to minimize to tray
  381. + The URLs of selected remote files and directories can be copied to clipboard
  382. - Further queue performance improvements
  383. - *nix: Provided Linux binaries now linked against Debian Lenny instead of Etch
  384. - Fix visual problems caused by too long URLs in update checks
  385. - Fix sync browsing checkbox in bookmark manager
  386.  
  387. 3.2.3.1 (2009-03-25)
  388.  
  389. + Add context menu to data type indicator in status bar
  390. + Do not display file exists dialog after confirming to upload a changed, edited file
  391. - Classic theme wasn't remembered
  392. - OS X: Option to auto-remove successful transfers in queue could not be toggled
  393. - *nix, OS X: "Remove all" context menu item did not work if no item was selected in successful and failed queue tabs
  394. - MSW: Search PATH environment variable for associated editor if needed
  395. - Fix problems with double-quoted paths with containing single quotes in associations
  396.  
  397. 3.2.3 (2009-03-21)
  398.  
  399. + Made OpenCrystal the default theme on new installations
  400. + Setting kiosk mode to 2 in fzdefaults.xml prevents FileZilla from writing to any settings files. Useful if executed from read-only media.
  401. - Fix crashes and memory corruption if resizing columns in queue if message log is positioned as queue tab
  402.  
  403. 3.2.3-rc1 (2009-03-15)
  404.  
  405. + Add synchronized browsing option to sites and bookmarks
  406. + If synchronized browsing and directory comparison are enabled, changing directories no longer disables comparison
  407. + Add some hotkeys for commonly used menu and toolbar items
  408. + Handle CTRL+A to select all files in queue
  409. - Less CPU usage during SFTP transfers
  410. - Improve appearance of queue tabs on dark themes
  411. - Allow system file associations with singlequotes around filenames for editing
  412. - Fix rare crash on connection failures
  413. - Activity indicators in lower-right corner of main window were not working properly
  414. - Do not allow multiple entries in quickconnect history that only differ in password
  415. - Fix crash if closing filter edit dialog
  416. - Improve timezone offset detection on servers without seconds resolution in listings
  417. - Fix layout issues in settings dialog
  418.  
  419. 3.2.2.1 (2009-02-21)
  420.  
  421. - Fix local directory creation during downloads. If multiple directory levels were missing, they were created in the reverse order
  422. - MSW: Restore ability to navigate to drive list through .. entry in local file list
  423.  
  424. 3.2.2 (2009-02-20)
  425.  
  426. - Display password prompt if connecting to sites with Ask or Interactive logon type through bookmarks
  427. - Fix parsing of default remote directories in site manager if using non-default server type
  428.  
  429. 3.2.2-rc1 (2009-02-13)
  430.  
  431. - *nix, OS X: Fix crash if starting FileZilla when the last used local path no longer exists
  432. - Keep track of name and path of the site manager item currently connected to so that bookmarks menu stays updated properly
  433. - MSW: Handle obscure DDE associations for file editing
  434. - More verbose error messages if loading a configuration file fails
  435. - Newly downloaded directories appear again in the local file list
  436.  
  437. 3.2.1 (2009-02-06)
  438.  
  439. + New iconset: Minimal
  440. - Fix filter edit dialog sizing issue
  441. - MSW: Fix icon transparency in status bar and use better disabled icons in toolbars
  442.  
  443. 3.2.1-rc1 (2009-01-31)
  444.  
  445. + Synchronized browsing
  446. + Configurable double-click action for file lists
  447. + Ask user to select an editor if trying to edit an unassociated file type
  448. - MSW: Work around problem with TinyXML if settings or program directory contains characters not expressible by the system's narrow character set
  449. - OS X: When adding sites, the edit label will no longer be hidden behind the tree in the site manager
  450. - MSW: Further Vista improvment for installer
  451. - Fix potential race condition in socket code
  452.  
  453. 3.2.0 (2009-01-07)
  454.  
  455. - Fix account logon type in combination with FTP proxies
  456.  
  457. 3.2.0-rc2 (2009-01-03)
  458.  
  459. - Change wording of some strings
  460. - Support yet another directory listing variant on obscure MVS style systems
  461. - Fix odd behavior if deleting items from site manager
  462. - Do not show proxy password in message log on SFTP connections
  463. - Properly display "bytes" suffix in filelist status bar if not using thousands separator
  464.  
  465. 3.2.0-rc1 (2008-12-30)
  466.  
  467. + Bookmarks
  468. + Logging to file
  469. + *nix: Use GNOME's Session Manager D-Bus API to cleanly shut down FileZilla on end of session
  470. + MSW: Improve installer's Vista compatibility.
  471. - *nix: Fix encoding issues with thousands separator in some locales
  472. - Thousands separator on file exists dialog
  473. - Rearrange filter dialog a bit
  474. - Compile fixes for HP-UX
  475.  
  476. 3.1.6 (2008-12-02)
  477.  
  478. + Automatically refresh remote directory listing if queue finishes successfully
  479. - Speed up refresh of remote directory listing if adding files during uploads
  480. - Connections no longer time out waiting on a directory listing getting retrieved by a different connection
  481. - Number of files were not updated if deleting remote files
  482. - MSW: Update manifest so that the evil filesystem virtualization stays disabled under Vista
  483.  
  484. 3.1.6-rc1 (2008-11-26)
  485.  
  486. + Configurable location of message log pane
  487. + Context menu inside site manager to export individual sites or site subtrees
  488. - Several fixes for users with Turkish locale
  489. - Fix race condition causing not all subdirectories to be added to queue on upload
  490. - Cleanup of pane splitter code to facilitate configurable message log position
  491. - Cleanup of path and directory listing caches to be less convoluted
  492.  
  493. 3.1.5.1 (2008-11-15)
  494.  
  495. - Connection establishment through SOCKS proxies could fail in some cases
  496. - Clearing private data no longer crashes if quickconnect bar is hidden
  497. - Handle drag & drop of symlinks
  498. - Update remote directory tree if deleting a subdirectory
  499. - Fix parsing of HTTP chunk lengths for the update downloader
  500. - Reduce memory consumption of remote directory tree
  501. - 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
  502. - OS X: Fix help menu duplication on non-English systems
  503. - MSW: Reset wxWidgets internal display cache if changing display resolution or layout
  504. - MSW: Fixes for silent intaller
  505.  
  506. 3.1.5 (2008-10-22)
  507.  
  508. + 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.
  509. - Numpad keys could not be used to search for entries in the file lists
  510. - OS X: Use smaller font sizes in message log and directory trees
  511. - Fix vertical alignment of labels next to the directory boxes above the directory trees
  512. - Use lighter text colors in message log if using dark background
  513. - *nix: Transfer status lines will no longer overlap the queue scrollbar
  514. - *nix: Fix font colors if using themes with dark backgrounds (e.g. DarkRoom under Ubuntu 8.10)
  515. - Fix XML corruption problems
  516.  
  517. 3.1.4.1 (2008-10-16)
  518.  
  519. - *nix: Fix crash if renaming directories using the local directory tree
  520. - Rebuilt official binaries to revert a regression in wxWidgets causing memory corruption
  521.  
  522. 3.1.4 (2008-10-15)
  523.  
  524. - *nix and OS X: Avoid SIGPIPE if socket gets closed during uploads
  525. - Fix SFTP speed limits
  526. - Avoid reduntant refreshes of local file lists on some drag&drop operations
  527. - Send user agent with requests if using HTTP proxy
  528. - MSW: Add checkbox to start FileZilla to finish page of intaller
  529. - Reselect previously set default file exists action if reopening dialog on a queue item
  530. - OS X: Do not check /net whether it has subdirectories, it is extremely slow
  531. - Upon reconnecting, fall back to list current directory if last used directory is no longer accessible
  532.  
  533. 3.1.4-rc1 (2008-10-08)
  534.  
  535. + Configurable number of decimal places for filesize formatting
  536. + Allow editing of files with identical name but different remote paths
  537. + File changed notification displays more information
  538. + Manual transfer dialog
  539. + Quickconnect bar can be hidden
  540. + MSW: React to added or removed drive letters
  541. - Downloading updates should no longer randomly freeze the client after HTTP redirects
  542. - Huge queues should save slightly faster
  543.  
  544. 3.1.3.1 (2008-09-29)
  545.  
  546. - Download speedlimits were not working since 3.1.3-beta1
  547. - On very fast connections, sockets could receive close event before being marked active, leading to timeouts
  548.  
  549. 3.1.3 (2008-09-21)
  550.  
  551. - Fzsftp no longer crashes if receiving invalid data from server and instead quits gracefully
  552. - Fix crash if entering hostname with characters not allowed in internationalized domain names
  553. - OS X: Fix crash if path to FileZilla contained non-ASCII characters
  554. - Compatibility with yet another exotic directory listing format
  555.  
  556. 3.1.3-rc1 (2008-09-15)
  557.  
  558. + Keep remote directory tree and file list if disconnected by the server. Transparently reconnect before performing the next operation.
  559. - OS X: Massive performance improvements
  560. - Various small performance improvements
  561.  
  562. 3.1.3-beta1 (2008-09-10)
  563.  
  564. + New socket event handling system, more flexible and a bit faster
  565. + Performance improvements for local directory tree
  566. - MSW: Using prefix search to select an item now also changes the startpoint for a multiple selection.
  567. - Fix directory creation logic if the directory to create is a root directory
  568.  
  569. 3.1.2 (2008-08-30)
  570.  
  571. - Allow drive labels with more than one letter for servertype DOS
  572. - Slight speedup of transfer queue, defer redrawing of UI elements to idle time
  573.  
  574. 3.1.2-rc1 (2008-08-24)
  575.  
  576. + Add directory listing filter condition to match on containing path name
  577. + Implement kiosk mode in which FileZilla will not write any passwords to disk. Can be enabled through fzdefaults.xml
  578. + Add option to disable update checks to fzdefaults.xml
  579. + Vast performance improvements if handling queues and directories with thousands of files
  580. + Faster TLS/SSL handshake on data connections
  581. - Queue should no longer get mixed up if LIST command fails during recursive downloads
  582. - Fix crash if using -s commandline argument
  583. - Fix spurious transfer failures if multiple engines try to list the same directory
  584. - Loading invalid filters could crash FileZilla
  585. - User/pass authentication for SOCKS5 proxy support was not working properly
  586. - If stopping queue processing while recursively downloading directories, files added by the recursive operation will no longer reenable queue processing
  587. - MSW: Keep site manager wide enough so that all notebook tabs fit
  588. - Fix crash if server does not support resuming of large files
  589. - SFTP uploads did not fail if server ran out of diskspace
  590. - If compiled for some 64bit systems, SFTP resumes of files larger than 2^32 did not work properly
  591.  
  592. 3.1.1.1 (2008-08-11)
  593.  
  594. - Fix crash if a connection attempt gets aborted
  595.  
  596. 3.1.1 (2008-08-10)
  597.  
  598. + Save filter toggle state
  599. + MSW: Display drive labels if available
  600. - Fix crash in new socket class if using active mode FTP
  601. - Request user attention (e.g. blinking in taskbar) if an edited file changes and the program is minimized
  602. - Don't issue mdtm command on links for the automatic timezone detection on SFTP servers
  603. - Do not capture menu shortcut keys in file lists
  604. - Allow directory comparison if filters are toggled off
  605. - MSW: Sorting in site dropdown menu is now identical to sorting inside the Site Manager
  606. - OS X: If closing the file rename edit box, refresh neighboring lines to get rid of artifacts left behind by the edit control border
  607.  
  608. 3.1.1-rc1 (2008-08-04)
  609.  
  610. + If using "Ask for password" and "Interactive" logon types, a username is now optional in the Site Manager
  611. + New iconset: OpenCrystal
  612. + MSW: Whether icon sets should be installed or not can be seleted in the installer
  613. - Fix parsing of URLs containing port number in quickconnect bar
  614. - Fix handling of local write errors if downloading files
  615. - If closing FileZilla, the queue is now properly saved using a backup copy to prevent corruption of queue file
  616. - Slight performance improvement if opening settings dialog, language and theme pages are now populated on demand
  617. - Reply to server's shutdown notification on SSL/TLS secured downloads if connection still open
  618. - After downloading files, local file count did not update
  619. - "My Sites" in Site Manager should not be draggable
  620. - Fix entering IPv6 addresses in Site Manager
  621. - Directory cache was incoherent after renaming a directory
  622. - Several fixes to new socket class
  623. - MSW: Starting a bounding box selection (Windows calls it marquee selection) did not set focus to the file lists
  624.  
  625. 3.1.0.1 (2008-07-24)
  626.  
  627. ! 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
  628. - Fix infinite loop in new socket class
  629. - Fix file descriptor/handle leak in new socket class
  630. - Fix locking error if cancelling an operation waiting for a lock held by a different engine
  631. - MSW: In rare cases, initial read event was not triggered on transfer sockets
  632. - Add missing icon in LonE theme
  633.  
  634. 3.1.0 (2008-07-23)
  635.  
  636. + Right-clicking filter button in toolbar toggles filters
  637. - Fix oddities in visual formatting of IPv6 addresses
  638. - MSW: Enable IPv6 support on SFTP connections
  639. - Connecting using an IPv6 address did not work on SFTP
  640. - Editing remote files did not pick up local changes if timestamp preserving was enabled
  641.  
  642. 3.1.0-rc2 (2008-07-19)
  643.  
  644. + Enable SOCKS5 and HTTP/1.1 proxy support for SFTP connections
  645. - Fix sorting remote file list by owner/group
  646. - *nix: Install FileZilla application icons according to the freedesktop.org Icon Theme Specification
  647. - *nix: Use the system's tinyxml library if available
  648.  
  649. 3.1.0-rc1 (2008-07-17)
  650.  
  651. + SOCKS5 and HTTP/1.1 proxy support
  652. + The "Open" item in local directory listing context menu will open the system's file browser if a directory is selected
  653. + New iconset: LonE
  654. + 2 new file exists actions
  655.  
  656. 3.1.0-beta2 (2008-07-12)
  657.  
  658. - Filecount in statusbar no longer count upwards if deleting files
  659. - MSW: Call WSAStartup, fixes WSANOTINITIALISED problem
  660. - MSW: Use closesocket(fd) instead of close(fd), the latter caused uploads to hang at the end
  661. - MSW: Fix socket hang after changing event handler. Use a better way to resend events
  662.  
  663. 3.1.0-beta1 (2008-07-10)
  664.  
  665. + IPv6 support
  666. + Add option to reopen file if trying to edit a file already being edited
  667. - Fix SFTP file descriptor leak on some transfer failures
  668. - Fix crash if remote directory gets cleared between opening context menu and selecting view/edit item
  669.  
  670. 3.0.11.1 (2008-07-05)
  671.  
  672. - Show number of filtered files in status bars if directory appears empty
  673. - Support for international domain names was accidentally commented out
  674. - Add missing path separator in remote filename on file exists dialog
  675. - Fix shrinking panes if using widescreen or blackboard styles
  676. - MSW: If showing file changed notification dialog after editing a file, program could become unresponsive in some cases
  677. - MSW: Fix visual problems with right-to-left languages introduced with the flicker corrections in 3.0.11
  678. - MSW: Main component can no longer be unselected in the installer
  679.  
  680. 3.0.11 (2008-06-15)
  681.  
  682. - MSW: Reduce flicker if resizing main window
  683. - Improve compatibility with Cygwin's SSH server. Use Site Manager to select server type
  684. - Correct position of queue size in statusbar
  685.  
  686. 3.0.11-rc1 (2008-06-09)
  687.  
  688. + File list status bars showing number of (selected) files and directories along with total filesize
  689. + MSW: Installer improvements. The installer now remembers the installation options.
  690. + The update wizard now shows a list of changes in the new version
  691. - Fix sorting issues of file lists
  692. - Reduce CPU load if deleting or uploading many files
  693. - MSW: Prefix search in file lists did not work with all characters
  694. - OS X: SFTP didn't work if full bundle path contained spaces
  695. - OS X: Fix odd dialog sizes
  696.  
  697. 3.0.10 (2008-05-20)
  698.  
  699. - 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
  700.  
  701. 3.0.10-rc2 (2008-05-15)
  702.  
  703. - MSW: Performance improvements. Windows is inherently flawed since it does not cache directory contents.
  704.  
  705. 3.0.10-rc1 (2008-05-14)
  706.  
  707. + Commandline arguments, see manpage for details
  708. + Columns in file lists can be reordered or hidden by right-clicking the column header
  709. + Added some useful links to help menu
  710. - Don't send redundant MKD commands to server if multiple transfers want to create the same directory multiple times
  711. - Fix sizing problems with some interface layouts
  712.  
  713. 3.0.9.3 (2008-05-06)
  714.  
  715. + 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.
  716. - *NIX: Renaming local files did not change local filelist
  717. - OS X: Deleting non-empty local directories did not work in all cases
  718. - MSW: Program could become unresponsive if update available dialog appears while a menu was opened
  719. - MSW: Update wizard should use correct download location on Vista to save installation files
  720. - Fix possible duplication of queue items on shutdown
  721. - Cap input length of speedlimit edit controls
  722. - Fix crash if getting disconnected while remote directory creating dialog was open
  723. - Quickconnect bar did not handle URLs with trailing paths
  724. - Update menu and toolbar state after clearing private data
  725. - NIX: Filetype column was empty on some filetypes
  726.  
  727. 3.0.9.2 (2008-04-18)
  728.  
  729. - Fix rare crash if closing FileZilla
  730. - *nix: Fix problems with drag&drop operation starting from local directory tree- Filetype display and ascii/binary detection did not work on VMS servers
  731. - Requeue did not work properly for edited files
  732. - Fix state of comparison button if comparison could not be started
  733. - Fix crash if changing filters while comparison mode is active
  734. - Fix ghost item appearing if applying filters after exiting comparison mode
  735. - Compatibility fix with broken servers sending PWD reply with single quotation marks
  736. - *nix: Display drop highlight in file lists
  737.  
  738. 3.0.9.1 (2008-04-07)
  739.  
  740. - Reset keyboard search prefix in file lists on directory and selection changes
  741.  
  742. 3.0.9-rc1 (2008-03-31)
  743.  
  744. + Automatic resume on some types of transfer failures
  745. + Improve main statusbar
  746.   + Icon to display selected transfer mode on FTP connections
  747.   + Icon to show current certificate and cipher on FTP(E)S connections
  748.   + Icon to show key exchange and encryption algorithms on SFTP connections
  749. + Remember last selected item in Site Manager
  750. + Various improvements to main menu
  751. - New menu and toolbar state update system to reduce CPU usage and increase responsiveness
  752. - Fix refresh problem with local directory tree
  753. - Fix unreadable text with some color schemes
  754. - Submit operating system version on update availability check
  755. - Fix connection problems with some SFTP servers introduced in 3.0.8
  756. - *nix: Fix message catalog install directory
  757.  
  758. 3.0.8.1 (2008-03-17)
  759.  
  760. - Fix infinite loop in local directory tree
  761.  
  762. 3.0.8 (2008-03-13)
  763.  
  764. - *nix: No longer follows symbolic links if deleting local directories
  765. - Fix crash if dropping a file on a fill item in directory comparison mode
  766. - Handle DEL key in queue and local directory tree
  767. - Handle F2 key in local directory tree
  768.  
  769. 3.0.8-rc1 (2008-03-07)
  770.  
  771. + Add interface for SFTP public key authentication
  772. + Add option to bypass proxy settings to sitemanager and quickconnect bar
  773. + Automatic timezone detection for SFTP listings
  774. + Preserving file timestamp on SFTP transfers
  775. + If using Site Manager, display site name in window title during connection
  776. - Tell user in message log to use interactive logon type if SFTP server sends multiple prompts
  777. - Fix performance issue with local file listings, most noticeable if browsing network shares
  778. - Reduce initial window size on very small display resolutions like 800x600 or below
  779.  
  780. 3.0.7.1 (2008-02-19)
  781.  
  782. - Fix connections timing out shortly after sending keep alive command
  783. - Update remote file list if renaming files
  784. - *nix: Fix tab key in Site Manager not working
  785.  
  786. 3.0.7 (2008-02-14)
  787.  
  788. - Timeouts were not working at all on FTP connections since 3.0.4-rc1
  789. - OS X: Application bundle can now be renamed
  790.  
  791. 3.0.7-rc1 (2008-02-10)
  792.  
  793. + Ability to select different toolbar icon sizes if theme supports it
  794. + Local listings can be filtered by file attributes (Windows) or permissions (other)
  795. + Option to enable timestamps in message log
  796. - Transfer queue pane did not remember its size correctly
  797. - Fix infinite loop if dragging root node in Site Manager
  798. - *nix: Fix segault if copying directory listing filters
  799. - Keyboard navigation in file lists fixed
  800.   - MSW: Ctrl + Space not working
  801.   - *nix: Ctrl + A not selecting all files
  802. - OS X: File changed notification can no longer get stuck behind main window
  803. - Disable download in remote context menu if local directory is not writable
  804. - Prevent opening multiple confirmation dialogs if closing FileZilla
  805. - Speed up loading time of the more complex dialogs
  806. - Fix cache problem if renaming files
  807. - If preserving file timestamps, use MDTM command if downloading files where the directory listing does not have enough precision
  808.  
  809. 3.0.6 (2008-01-30)
  810.  
  811. - If deleting or renaming a directory in SFTP, invalidate current working directories
  812. - Allow downloading of files starting with a dash using SFTP
  813. - MSW: /S installer argument works again
  814. - Improve queue on broken servers with a connection limit
  815.  
  816. 3.0.6-rc1 (2008-01-24)
  817.  
  818. + Site Manager improvements:
  819.   + Remember dialog size
  820.   + Site Manager will remember which folders are expanded or collapsed
  821.   + Sites can be moved and copied using Drag & Drop
  822.   + F2 key can be used to rename sites in Site Manager
  823. + Add context menu for local directory tree
  824. + *nix: Basic man pages
  825. - Do not allow empty names for filters and filter sets
  826. - custom file associations did not work if system associations were inherited
  827. - MSW: Fix Reboot/shutdown queue completion actions
  828.  
  829. 3.0.5.2 (2008-01-12)
  830.     
  831. - Fix local tree refresh causing unwanted directory changes.
  832. - Fix crash in path cache
  833. - Fix update check
  834. - Remove error message if locales aren't installed or FileZilla has not been translated into the default system language
  835.  
  836. 3.0.5.1 (2008-01-11)
  837.  
  838. - Fix crash if entering custom command
  839.  
  840. 3.0.5 (2008-01-10)
  841.  
  842. - Fix freeze if deleting remote directories
  843. - Compatibility with HP NonStop servers
  844. - MSW: Uninstaller did not remove defaultfilters.xml
  845. - Improve visual feedback for some drag&drop operations
  846. - Fix sort order in sitemanager dropdown menu
  847. - Fix size of file changed dialog
  848. - "Apply to current queue only" in file exists dialog did not work properly
  849. - Cached directory listings expire after 30 minutes
  850.  
  851. 3.0.5-rc1 (2007-12-31)
  852.  
  853. + Directory listing comparison
  854. + Ability to open and edit local files
  855. + Add option to use default system language. Note: Language selection will be reset to default if updating to this version.
  856. + New artwork for send and recv indicators
  857. - Fix crash with keepalive timer
  858. - *nix: Use proper locale initialization, happened too late in FZ's startup sequence in previous versions.
  859. - Fix issue with proxies in combination with nonstandard ports
  860. - Fix timezone offset detection if user has specified a custom offset
  861. - MSW: Cancel remote renaming of files if listing changes
  862. - Fix prefix search in file listings not working with all keys
  863. - Internal engine state could get confused on failed transfers
  864. - Fix visual refresh problem in queue
  865. - Fix several glitches with right-to-left languages
  866. - Write errors during downloads are now critical, as they usually require user interaction (e.g. disk full)
  867. - Calculate proper filesize on VMS servers
  868. - Remote directory tree did not display all known directories
  869. - 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.
  870.  
  871. 3.0.4 (2007-11-26)
  872.  
  873. - Linux: Fix empty challenge text if using interactive login
  874.  
  875. 3.0.4-rc1 (2007-11-20)
  876.  
  877. + Implement FTP Proxy support. Note that using a properly configured NAT router is recommended instead.
  878. + Implement FTP keep alive for those connecting to improperly configured servers
  879. - Fix crashes if deleting files in directories with more than 200 entries
  880. - Compatility improvements with VMS and z/VM servers
  881. - Now requires GnuTLS 2.0.4 which fixes a problem with servers using compression.
  882. - Changing list of ASCII files or increasing number of concurrent transfers had no effect until restart of FileZilla
  883.  
  884. 3.0.3 (2007-11-06)
  885.  
  886. + Install some default filters if filters.xml missing in user's settings directory
  887. - OS X: Fix remote file viewing/editing
  888. - Additional fixes for SFTP servers with nonstandard filename encodings
  889.  
  890. 3.0.3-rc1 (2007-10-31)
  891.  
  892. + Automatic server timezone detection. Custom offset in the Site Manager may need to be adjusted. FTP only.
  893. + Option to preserve file timestamps on downloads (all protocols)
  894. + Option to preserve file timestamps on uploads on FTP servers supporting the MFMT command
  895. + Add transfer type (ascii/binary/auto) selection to transfer menu
  896. - Shorten very long filenames on file exists dialog
  897. - Attempt at working around broken routers and firewalls disconnecting the control connection of the transfer session on transfers
  898. - Deleting directories containing lots of files should be faster now
  899. - Disallow settings/site import from files located in the settings storage directory
  900. - Fix nullpointer dereference on non-UTF8 enabled SFTP servers
  901. - *nix: Fix button height inconsistencies on dialogs with certain artwork (e.g. Ubuntu 7.10)
  902.  
  903. 3.0.2.1 (2007-10-17)
  904.  
  905. - Fix issue with message log not working properly
  906.  
  907. 3.0.2 (2007-10-17)
  908.  
  909. + MSW: Added /user=all and /user=current options to installer
  910. + Experimental support for z/VM servers
  911. - Fix typo in option handling code. Due to this, settings for date/time formatting have been reset.
  912. - Fix performance problem if FileZilla gets started with message log hidden
  913. - Work around possible race conditions in SFTP input thread leading to crashes
  914. - MSW: Fix issue with installer where reboot after uninstalling previous version disrupted installation. Fix will only work if uninstalling 3.0.2 or greater.
  915. - OS X: Use new icon
  916.  
  917. 3.0.2-rc1 (2007-10-10)
  918.  
  919. + Remote file viewing / editing
  920. + Display current server in window title
  921. - Don't remember incorrect password on SFTP connections with ASK logontype
  922. - MSW: Fix drag&drop to explorer in case of case-mismatch between requested and reported path.
  923. - *nix: Fix Makefiles so SFTP properly supports files > 2GB
  924. - Ascii filetype setting for extensionless files and dotfiles had negated effect
  925. - Fix error message if using multiple running instances save the settings at the same time
  926. - Fix parsing of very new files in directory listings if server is in a timezone ahead of the client
  927. - Fix range of timezone offset setting
  928. - Fix problems with remote path combobox if reconnecting after a disconnect
  929. - Display confirmation dialog if deleting file from remote directory tree context menu
  930. - Refresh remote directory listing after refreshing a single file
  931. - On very first startup, center FileZilla on screen
  932.  
  933. 3.0.1 (2007-09-19)
  934.  
  935. - Fix parsing of settings or site XML data containing double, leading or trailing whitespace.
  936. - MSW: Work around flaw in the combo box implementation used by the view headers
  937.  
  938. 3.0.1-rc1 (2007-09-15)
  939.  
  940. + Settings to configure size, date and time formatting
  941. + Message log and queue visibility will be remembered
  942. + Custom action to perform after queue completion
  943. + Add some confirmation dialogs
  944. - MSW: Fix file truncation if using speed limits
  945. - MSW: Fix slow startup on systems with floppy drives, disconnected network drivers and so on triggered by design flaw in Windows.
  946. - Fix misplaced settings dialog
  947. - Fix problems with remembering pane size
  948. - Properly refresh local directory if downloading into newly created subdirectories
  949. - Fix issues with language set to Japanese
  950.  
  951. 3.0.0 (2007-09-08)
  952.  
  953. + New application icon
  954. - Fix support for servers sending directory listing in yet another exotic format
  955. - Fix prefix search in list controls on wxGTK
  956. - Work around problem with wxSpinCtrl in site manager on wxGTK
  957. - Fix assertion on wxGTK if listing extensionless files
  958.  
  959. 3.0.0-rc3 (2007-08-31)
  960.  
  961. ! Fix buffer overflow if directory lisiting filters were enabled, causing FileZilla to crash.
  962. + Backspace key can be used to goes to parent directory in file lists
  963. - Fix file selection by entering filename prefix
  964. - Restore correct window size if FileZilla gets closed while minimized
  965. - Disable "Create directory" entry in remote filelist context menu while disconnected
  966. - Improve compatibility with SFTP servers using exotic listing formats
  967. - MSW: Fix locales not working
  968. - *nix: Fix queue scrolling
  969.  
  970. 3.0.0-rc2 (2007-08-25)
  971.  
  972. + Remember Window size and position
  973. + Remember sort column and order of file lists
  974. + Additional icon set by Brian Lukis
  975. + Added .desktop file on *nix systems
  976. + 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
  977. - Fix SSL transfers hanging if using speed limits
  978. - Compile fixes and compatibility improvements for various platforms
  979. - The usual assortment of small bugfixes, see changelog for details
  980.  
  981. 3.0.0-rc1 (2007-08-11)
  982.  
  983. ! Fix remotely triggered memory corruption if connection gets terminated during TLS handshake.
  984. + MSW: Add choice between "All Users" and "Current User" to installer
  985. + MSW: Add Desktop and My Documents links to directory tree
  986. + MSW: Ability to list shares on Network computers
  987. + Column widths in all list views will be saved
  988. + Refresh local file list after a successful file transfer
  989. + Add context menu to remote directory tree
  990. + Make Site Manager resizable
  991. - Don't leave empty files behind on failed downloads
  992. - Fix retry and cache logic if transfer command fails with 5yz reply
  993. - Limit number of simultaneous connections did not work properly
  994. - Refresh listing after chmod
  995. - Fix upload of empty files over TLS connections
  996.  
  997. Beta 11 (2007-07-20):
  998.  
  999. + Improved queue
  1000. + Import and export dialogs including import of Sitemanager data from legacy FZ 2.x
  1001. + Tab key can be used to switch between panes
  1002. + F6 toggles between quickconnect bar and local/remote path edit fields
  1003. + Location of settings directory can be specified in fzdefaults.xml
  1004. - Engine state could get mixed up if transfers failed
  1005. - Transfer of empty files could incorrectly time out
  1006. - Fix directory cache coherency if removing/renaming directories
  1007. - Work around lack of thread-safety in wxWidgets causing random misbehaviour
  1008. - Properly disconnect idle transfer engines after 30 seconds
  1009. - Update selections if changing sort order of file lists
  1010. - Various minor fixes
  1011.  
  1012. Beta 10 (2007-06-03):
  1013.  
  1014. + Fix bug that made Beta 9 unusable
  1015.  
  1016. Beta 9 (2007-06-01):
  1017.  
  1018. + Add "View hidden files" option to server menu
  1019. + Add dialog to clear private data
  1020. + Performance improvements of message log
  1021. + Avoid sending unnecessary TYPE commands
  1022. - Updated TinyXML component, fixes problems with filenames containing ampersands or other special XML entities.
  1023. - MSW: Fix deadlock in sftp component
  1024. - Don't retry connecting if user cancels new/changed hostkey notification
  1025.  
  1026. Beta 8 (2007-05-09):
  1027.  
  1028. ! Fix data corruption on FTPS uploads
  1029. + Implement speed limits
  1030. + Last used local directory will be remembered
  1031. + New option for the sorting of the filelists. Directories can be kept on top or sorted inline.
  1032. + MSW: Display warning if detecting a system with a networking bug confirmed by Microsoft
  1033. + 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.
  1034. - Directorylisting-parser fixes, including support for Microware OS-9
  1035. - MSW: Small SFTP transfer speed improvement
  1036. - *nix: Autocompletion did not work properly on GTK based systems
  1037. - MSW: Uninstalling FileZilla should no longer leave registry keys behind 
  1038. - lots of small bugfixes
  1039.  
  1040. Beta 7 (2007-03-27):
  1041.  
  1042. + New optionspage to change layout of file and directory panes
  1043. + Loading of predefined Sitemanager entries from fzdefaults.xml
  1044. + UTF-8 support for SFTP, merged in upstream changes from PuTTY.
  1045. - Ascii file FTP transfers should now work properly on non-Windows systems
  1046. - Fix SFTP transfers of filenames containing the following characters: [ ] \ * ?
  1047. - lots of small bugfixes and performance improvements
  1048.  
  1049. Beta 6 (2007-02-19):
  1050.  
  1051. + Vastly improved drag and drop support, including
  1052. + MSW: Shell extension to allow dragging of files from FileZilla into Explorer
  1053. + CTRL+A will select all files in currently focused file list
  1054. + Display warning if trying to connect to SFTP server using FTP protocol
  1055. - Fix timing issue in socket event handling, fixes transfers not starting on some systems
  1056. - Cosmetic fixes under non-Windows platforms.
  1057.  
  1058. Beta 5 (2007-01-11):
  1059.  
  1060. ! Fix format string vulnerabilities
  1061. + Partial drag and drop support.
  1062. - Lots of small bugfixes
  1063.  
  1064. Beta 4 (2006-12-14):
  1065.  
  1066. - Fix bug that made Beta 3 unusable
  1067.  
  1068. Beta 3 (2006-12-13):
  1069.  
  1070. - FTP over TLS/SSL support
  1071. - Major performance improvements
  1072. - Automatic connection attempt retries
  1073. - Improved compatibility with legacy systems and other exotic servers
  1074. - Lots of small bugfixes
  1075.  
  1076. Beta 2 (2006-10-15):
  1077.  
  1078. - Fix timeouts
  1079. - "Update available" notification did not go away after updating
  1080. - Upload progress for SFTP transfers did advance too fast
  1081. - Filters did not apply properly
  1082. - UNC paths can now be browsed locally
  1083. - Directory listings can now be sorted by timestamp and permissions
  1084.  
  1085. Beta 1 (2006-10-05):
  1086. - First beta
  1087.