home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 January / maximum-cd-2009-01.iso / DiscContents / FileZilla_3.1.5_win32-setup.exe / NEWS < prev    next >
Encoding:
Text File  |  2008-10-22  |  27.0 KB  |  594 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.1.5 (2008-10-22)
  14.  
  15. + 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.
  16. - Numpad keys could not be used to search for entries in the file lists
  17. - OS X: Use smaller font sizes in message log and directory trees
  18. - Fix vertical alignment of labels next to the directory boxes above the directory trees
  19. - Use lighter text colors in message log if using dark background
  20. - *nix: Transfer status lines will no longer overlap the queue scrollbar
  21. - *nix: Fix font colors if using themes with dark backgrounds (e.g. DarkRoom under Ubuntu 8.10)
  22. - Fix XML corruption problems
  23.  
  24. 3.1.4.1 (2008-10-16)
  25.  
  26. - *nix: Fix crash if renaming directories using the local directory tree
  27. - Rebuilt official binaries to revert a regression in wxWidgets causing memory corruption
  28.  
  29. 3.1.4 (2008-10-15)
  30.  
  31. - *nix and OS X: Avoid SIGPIPE if socket gets closed during uploads
  32. - Fix SFTP speed limits
  33. - Avoid reduntant refreshes of local file lists on some drag&drop operations
  34. - Send user agent with requests if using HTTP proxy
  35. - MSW: Add checkbox to start FileZilla to finish page of intaller
  36. - Reselect previously set default file exists action if reopening dialog on a queue item
  37. - OS X: Do not check /net whether it has subdirectories, it is extremely slow
  38. - Upon reconnecting, fall back to list current directory if last used directory is no longer accessible
  39.  
  40. 3.1.4-rc1 (2008-10-08)
  41.  
  42. + Configurable number of decimal places for filesize formatting
  43. + Allow editing of files with identical name but different remote paths
  44. + File changed notification displays more information
  45. + Manual transfer dialog
  46. + Quickconnect bar can be hidden
  47. + MSW: React to added or removed drive letters
  48. - Downloading updates should no longer randomly freeze the client after HTTP redirects
  49. - Huge queues should save slightly faster
  50.  
  51. 3.1.3.1 (2008-09-29)
  52.  
  53. - Download speedlimits were not working since 3.1.3-beta1
  54. - On very fast connections, sockets could receive close event before being marked active, leading to timeouts
  55.  
  56. 3.1.3 (2008-09-21)
  57.  
  58. - Fzsftp no longer crashes if receiving invalid data from server and instead quits gracefully
  59. - Fix crash if entering hostname with characters not allowed in internationalized domain names
  60. - OS X: Fix crash if path to FileZilla contained non-ASCII characters
  61. - Compatibility with yet another exotic directory listing format
  62.  
  63. 3.1.3-rc1 (2008-09-15)
  64.  
  65. + Keep remote directory tree and file list if disconnected by the server. Transparently reconnect before performing the next operation.
  66. - OS X: Massive performance improvements
  67. - Various small performance improvements
  68.  
  69. 3.1.3-beta1 (2008-09-10)
  70.  
  71. + New socket event handling system, more flexible and a bit faster
  72. + Performance improvements for local directory tree
  73. - MSW: Using prefix search to select an item now also changes the startpoint for a multiple selection.
  74. - Fix directory creation logic if the directory to create is a root directory
  75.  
  76. 3.1.2 (2008-08-30)
  77.  
  78. - Allow drive labels with more than one letter for servertype DOS
  79. - Slight speedup of transfer queue, defer redrawing of UI elements to idle time
  80.  
  81. 3.1.2-rc1 (2008-08-24)
  82.  
  83. + Add directory listing filter condition to match on containing path name
  84. + Implement kiosk mode in which FileZilla will not write any passwords to disk. Can be enabled through fzdefaults.xml
  85. + Add option to disable update checks to fzdefaults.xml
  86. + Vast performance improvements if handling queues and directories with thousands of files
  87. + Faster TLS/SSL handshake on data connections
  88. - Queue should no longer get mixed up if LIST command fails during recursive downloads
  89. - Fix crash if using -s commandline argument
  90. - Fix spurious transfer failures if multiple engines try to list the same directory
  91. - Loading invalid filters could crash FileZilla
  92. - User/pass authentication for SOCKS5 proxy support was not working properly
  93. - If stopping queue processing while recursively downloading directories, files added by the recursive operation will no longer reenable queue processing
  94. - MSW: Keep site manager wide enough so that all notebook tabs fit
  95. - Fix crash if server does not support resuming of large files
  96. - SFTP uploads did not fail if server ran out of diskspace
  97. - If compiled for some 64bit systems, SFTP resumes of files larger than 2^32 did not work properly
  98.  
  99. 3.1.1.1 (2008-08-11)
  100.  
  101. - Fix crash if a connection attempt gets aborted
  102.  
  103. 3.1.1 (2008-08-10)
  104.  
  105. + Save filter toggle state
  106. + MSW: Display drive labels if available
  107. - Fix crash in new socket class if using active mode FTP
  108. - Request user attention (e.g. blinking in taskbar) if an edited file changes and the program is minimized
  109. - Don't issue mdtm command on links for the automatic timezone detection on SFTP servers
  110. - Do not capture menu shortcut keys in file lists
  111. - Allow directory comparison if filters are toggled off
  112. - MSW: Sorting in site dropdown menu is now identical to sorting inside the Site Manager
  113. - OS X: If closing the file rename edit box, refresh neighboring lines to get rid of artifacts left behind by the edit control border
  114.  
  115. 3.1.1-rc1 (2008-08-04)
  116.  
  117. + If using "Ask for password" and "Interactive" logon types, a username is now optional in the Site Manager
  118. + New iconset: OpenCrystal
  119. + MSW: Whether icon sets should be installed or not can be seleted in the installer
  120. - Fix parsing of URLs containing port number in quickconnect bar
  121. - Fix handling of local write errors if downloading files
  122. - If closing FileZilla, the queue is now properly saved using a backup copy to prevent corruption of queue file
  123. - Slight performance improvement if opening settings dialog, language and theme pages are now populated on demand
  124. - Reply to server's shutdown notification on SSL/TLS secured downloads if connection still open
  125. - After downloading files, local file count did not update
  126. - "My Sites" in Site Manager should not be draggable
  127. - Fix entering IPv6 addresses in Site Manager
  128. - Directory cache was incoherent after renaming a directory
  129. - Several fixes to new socket class
  130. - MSW: Starting a bounding box selection (Windows calls it marquee selection) did not set focus to the file lists
  131.  
  132. 3.1.0.1 (2008-07-24)
  133.  
  134. ! 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
  135. - Fix infinite loop in new socket class
  136. - Fix file descriptor/handle leak in new socket class
  137. - Fix locking error if cancelling an operation waiting for a lock held by a different engine
  138. - MSW: In rare cases, initial read event was not triggered on transfer sockets
  139. - Add missing icon in LonE theme
  140.  
  141. 3.1.0 (2008-07-23)
  142.  
  143. + Right-clicking filter button in toolbar toggles filters
  144. - Fix oddities in visual formatting of IPv6 addresses
  145. - MSW: Enable IPv6 support on SFTP connections
  146. - Connecting using an IPv6 address did not work on SFTP
  147. - Editing remote files did not pick up local changes if timestamp preserving was enabled
  148.  
  149. 3.1.0-rc2 (2008-07-19)
  150.  
  151. + Enable SOCKS5 and HTTP/1.1 proxy support for SFTP connections
  152. - Fix sorting remote file list by owner/group
  153. - *nix: Install FileZilla application icons according to the freedesktop.org Icon Theme Specification
  154. - *nix: Use the system's tinyxml library if available
  155.  
  156. 3.1.0-rc1 (2008-07-17)
  157.  
  158. + SOCKS5 and HTTP/1.1 proxy support
  159. + The "Open" item in local directory listing context menu will open the system's file browser if a directory is selected
  160. + New iconset: LonE
  161. + 2 new file exists actions
  162.  
  163. 3.1.0-beta2 (2008-07-12)
  164.  
  165. - Filecount in statusbar no longer count upwards if deleting files
  166. - MSW: Call WSAStartup, fixes WSANOTINITIALISED problem
  167. - MSW: Use closesocket(fd) instead of close(fd), the latter caused uploads to hang at the end
  168. - MSW: Fix socket hang after changing event handler. Use a better way to resend events
  169.  
  170. 3.1.0-beta1 (2008-07-10)
  171.  
  172. + IPv6 support
  173. + Add option to reopen file if trying to edit a file already being edited
  174. - Fix SFTP file descriptor leak on some transfer failures
  175. - Fix crash if remote directory gets cleared between opening context menu and selecting view/edit item
  176.  
  177. 3.0.11.1 (2008-07-05)
  178.  
  179. - Show number of filtered files in status bars if directory appears empty
  180. - Support for international domain names was accidentally commented out
  181. - Add missing path separator in remote filename on file exists dialog
  182. - Fix shrinking panes if using widescreen or blackboard styles
  183. - MSW: If showing file changed notification dialog after editing a file, program could become unresponsive in some cases
  184. - MSW: Fix visual problems with right-to-left languages introduced with the flicker corrections in 3.0.11
  185. - MSW: Main component can no longer be unselected in the installer
  186.  
  187. 3.0.11 (2008-06-15)
  188.  
  189. - MSW: Reduce flicker if resizing main window
  190. - Improve compatibility with Cygwin's SSH server. Use Site Manager to select server type
  191. - Correct position of queue size in statusbar
  192.  
  193. 3.0.11-rc1 (2008-06-09)
  194.  
  195. + File list status bars showing number of (selected) files and directories along with total filesize
  196. + MSW: Installer improvements. The installer now remembers the installation options.
  197. + The update wizard now shows a list of changes in the new version
  198. - Fix sorting issues of file lists
  199. - Reduce CPU load if deleting or uploading many files
  200. - MSW: Prefix search in file lists did not work with all characters
  201. - OS X: SFTP didn't work if full bundle path contained spaces
  202. - OS X: Fix odd dialog sizes
  203.  
  204. 3.0.10 (2008-05-20)
  205.  
  206. - 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
  207.  
  208. 3.0.10-rc2 (2008-05-15)
  209.  
  210. - MSW: Performance improvements. Windows is inherently flawed since it does not cache directory contents.
  211.  
  212. 3.0.10-rc1 (2008-05-14)
  213.  
  214. + Commandline arguments, see manpage for details
  215. + Columns in file lists can be reordered or hidden by right-clicking the column header
  216. + Added some useful links to help menu
  217. - Don't send redundant MKD commands to server if multiple transfers want to create the same directory multiple times
  218. - Fix sizing problems with some interface layouts
  219.  
  220. 3.0.9.3 (2008-05-06)
  221.  
  222. + 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.
  223. - *NIX: Renaming local files did not change local filelist
  224. - OS X: Deleting non-empty local directories did not work in all cases
  225. - MSW: Program could become unresponsive if update available dialog appears while a menu was opened
  226. - MSW: Update wizard should use correct download location on Vista to save installation files
  227. - Fix possible duplication of queue items on shutdown
  228. - Cap input length of speedlimit edit controls
  229. - Fix crash if getting disconnected while remote directory creating dialog was open
  230. - Quickconnect bar did not handle URLs with trailing paths
  231. - Update menu and toolbar state after clearing private data
  232. - NIX: Filetype column was empty on some filetypes
  233.  
  234. 3.0.9.2 (2008-04-18)
  235.  
  236. - Fix rare crash if closing FileZilla
  237. - *nix: Fix problems with drag&drop operation starting from local directory tree- Filetype display and ascii/binary detection did not work on VMS servers
  238. - Requeue did not work properly for edited files
  239. - Fix state of comparison button if comparison could not be started
  240. - Fix crash if changing filters while comparison mode is active
  241. - Fix ghost item appearing if applying filters after exiting comparison mode
  242. - Compatibility fix with broken servers sending PWD reply with single quotation marks
  243. - *nix: Display drop highlight in file lists
  244.  
  245. 3.0.9.1 (2008-04-07)
  246.  
  247. - Reset keyboard search prefix in file lists on directory and selection changes
  248.  
  249. 3.0.9-rc1 (2008-03-31)
  250.  
  251. + Automatic resume on some types of transfer failures
  252. + Improve main statusbar
  253.   + Icon to display selected transfer mode on FTP connections
  254.   + Icon to show current certificate and cipher on FTP(E)S connections
  255.   + Icon to show key exchange and encryption algorithms on SFTP connections
  256. + Remember last selected item in Site Manager
  257. + Various improvements to main menu
  258. - New menu and toolbar state update system to reduce CPU usage and increase responsiveness
  259. - Fix refresh problem with local directory tree
  260. - Fix unreadable text with some color schemes
  261. - Submit operating system version on update availability check
  262. - Fix connection problems with some SFTP servers introduced in 3.0.8
  263. - *nix: Fix message catalog install directory
  264.  
  265. 3.0.8.1 (2008-03-17)
  266.  
  267. - Fix infinite loop in local directory tree
  268.  
  269. 3.0.8 (2008-03-13)
  270.  
  271. - *nix: No longer follows symbolic links if deleting local directories
  272. - Fix crash if dropping a file on a fill item in directory comparison mode
  273. - Handle DEL key in queue and local directory tree
  274. - Handle F2 key in local directory tree
  275.  
  276. 3.0.8-rc1 (2008-03-07)
  277.  
  278. + Add interface for SFTP public key authentication
  279. + Add option to bypass proxy settings to sitemanager and quickconnect bar
  280. + Automatic timezone detection for SFTP listings
  281. + Preserving file timestamp on SFTP transfers
  282. + If using Site Manager, display site name in window title during connection
  283. - Tell user in message log to use interactive logon type if SFTP server sends multiple prompts
  284. - Fix performance issue with local file listings, most noticeable if browsing network shares
  285. - Reduce initial window size on very small display resolutions like 800x600 or below
  286.  
  287. 3.0.7.1 (2008-02-19)
  288.  
  289. - Fix connections timing out shortly after sending keep alive command
  290. - Update remote file list if renaming files
  291. - *nix: Fix tab key in Site Manager not working
  292.  
  293. 3.0.7 (2008-02-14)
  294.  
  295. - Timeouts were not working at all on FTP connections since 3.0.4-rc1
  296. - OS X: Application bundle can now be renamed
  297.  
  298. 3.0.7-rc1 (2008-02-10)
  299.  
  300. + Ability to select different toolbar icon sizes if theme supports it
  301. + Local listings can be filtered by file attributes (Windows) or permissions (other)
  302. + Option to enable timestamps in message log
  303. - Transfer queue pane did not remember its size correctly
  304. - Fix infinite loop if dragging root node in Site Manager
  305. - *nix: Fix segault if copying directory listing filters
  306. - Keyboard navigation in file lists fixed
  307.   - MSW: Ctrl + Space not working
  308.   - *nix: Ctrl + A not selecting all files
  309. - OS X: File changed notification can no longer get stuck behind main window
  310. - Disable download in remote context menu if local directory is not writable
  311. - Prevent opening multiple confirmation dialogs if closing FileZilla
  312. - Speed up loading time of the more complex dialogs
  313. - Fix cache problem if renaming files
  314. - If preserving file timestamps, use MDTM command if downloading files where the directory listing does not have enough precision
  315.  
  316. 3.0.6 (2008-01-30)
  317.  
  318. - If deleting or renaming a directory in SFTP, invalidate current working directories
  319. - Allow downloading of files starting with a dash using SFTP
  320. - MSW: /S installer argument works again
  321. - Improve queue on broken servers with a connection limit
  322.  
  323. 3.0.6-rc1 (2008-01-24)
  324.  
  325. + Site Manager improvements:
  326.   + Remember dialog size
  327.   + Site Manager will remember which folders are expanded or collapsed
  328.   + Sites can be moved and copied using Drag & Drop
  329.   + F2 key can be used to rename sites in Site Manager
  330. + Add context menu for local directory tree
  331. + *nix: Basic man pages
  332. - Do not allow empty names for filters and filter sets
  333. - custom file associations did not work if system associations were inherited
  334. - MSW: Fix Reboot/shutdown queue completion actions
  335.  
  336. 3.0.5.2 (2008-01-12)
  337.     
  338. - Fix local tree refresh causing unwanted directory changes.
  339. - Fix crash in path cache
  340. - Fix update check
  341. - Remove error message if locales aren't installed or FileZilla has not been translated into the default system language
  342.  
  343. 3.0.5.1 (2008-01-11)
  344.  
  345. - Fix crash if entering custom command
  346.  
  347. 3.0.5 (2008-01-10)
  348.  
  349. - Fix freeze if deleting remote directories
  350. - Compatibility with HP NonStop servers
  351. - MSW: Uninstaller did not remove defaultfilters.xml
  352. - Improve visual feedback for some drag&drop operations
  353. - Fix sort order in sitemanager dropdown menu
  354. - Fix size of file changed dialog
  355. - "Apply to current queue only" in file exists dialog did not work properly
  356. - Cached directory listings expire after 30 minutes
  357.  
  358. 3.0.5-rc1 (2007-12-31)
  359.  
  360. + Directory listing comparison
  361. + Ability to open and edit local files
  362. + Add option to use default system language. Note: Language selection will be reset to default if updating to this version.
  363. + New artwork for send and recv indicators
  364. - Fix crash with keepalive timer
  365. - *nix: Use proper locale initialization, happened too late in FZ's startup sequence in previous versions.
  366. - Fix issue with proxies in combination with nonstandard ports
  367. - Fix timezone offset detection if user has specified a custom offset
  368. - MSW: Cancel remote renaming of files if listing changes
  369. - Fix prefix search in file listings not working with all keys
  370. - Internal engine state could get confused on failed transfers
  371. - Fix visual refresh problem in queue
  372. - Fix several glitches with right-to-left languages
  373. - Write errors during downloads are now critical, as they usually require user interaction (e.g. disk full)
  374. - Calculate proper filesize on VMS servers
  375. - Remote directory tree did not display all known directories
  376. - 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.
  377.  
  378. 3.0.4 (2007-11-26)
  379.  
  380. - Linux: Fix empty challenge text if using interactive login
  381.  
  382. 3.0.4-rc1 (2007-11-20)
  383.  
  384. + Implement FTP Proxy support. Note that using a properly configured NAT router is recommended instead.
  385. + Implement FTP keep alive for those connecting to improperly configured servers
  386. - Fix crashes if deleting files in directories with more than 200 entries
  387. - Compatility improvements with VMS and z/VM servers
  388. - Now requires GnuTLS 2.0.4 which fixes a problem with servers using compression.
  389. - Changing list of ASCII files or increasing number of concurrent transfers had no effect until restart of FileZilla
  390.  
  391. 3.0.3 (2007-11-06)
  392.  
  393. + Install some default filters if filters.xml missing in user's settings directory
  394. - OS X: Fix remote file viewing/editing
  395. - Additional fixes for SFTP servers with nonstandard filename encodings
  396.  
  397. 3.0.3-rc1 (2007-10-31)
  398.  
  399. + Automatic server timezone detection. Custom offset in the Site Manager may need to be adjusted. FTP only.
  400. + Option to preserve file timestamps on downloads (all protocols)
  401. + Option to preserve file timestamps on uploads on FTP servers supporting the MFMT command
  402. + Add transfer type (ascii/binary/auto) selection to transfer menu
  403. - Shorten very long filenames on file exists dialog
  404. - Attempt at working around broken routers and firewalls disconnecting the control connection of the transfer session on transfers
  405. - Deleting directories containing lots of files should be faster now
  406. - Disallow settings/site import from files located in the settings storage directory
  407. - Fix nullpointer dereference on non-UTF8 enabled SFTP servers
  408. - *nix: Fix button height inconsistencies on dialogs with certain artwork (e.g. Ubuntu 7.10)
  409.  
  410. 3.0.2.1 (2007-10-17)
  411.  
  412. - Fix issue with message log not working properly
  413.  
  414. 3.0.2 (2007-10-17)
  415.  
  416. + MSW: Added /user=all and /user=current options to installer
  417. + Experimental support for z/VM servers
  418. - Fix typo in option handling code. Due to this, settings for date/time formatting have been reset.
  419. - Fix performance problem if FileZilla gets started with message log hidden
  420. - Work around possible race conditions in SFTP input thread leading to crashes
  421. - MSW: Fix issue with installer where reboot after uninstalling previous version disrupted installation. Fix will only work if uninstalling 3.0.2 or greater.
  422. - OS X: Use new icon
  423.  
  424. 3.0.2-rc1 (2007-10-10)
  425.  
  426. + Remote file viewing / editing
  427. + Display current server in window title
  428. - Don't remember incorrect password on SFTP connections with ASK logontype
  429. - MSW: Fix drag&drop to explorer in case of case-mismatch between requested and reported path.
  430. - *nix: Fix Makefiles so SFTP properly supports files > 2GB
  431. - Ascii filetype setting for extensionless files and dotfiles had negated effect
  432. - Fix error message if using multiple running instances save the settings at the same time
  433. - Fix parsing of very new files in directory listings if server is in a timezone ahead of the client
  434. - Fix range of timezone offset setting
  435. - Fix problems with remote path combobox if reconnecting after a disconnect
  436. - Display confirmation dialog if deleting file from remote directory tree context menu
  437. - Refresh remote directory listing after refreshing a single file
  438. - On very first startup, center FileZilla on screen
  439.  
  440. 3.0.1 (2007-09-19)
  441.  
  442. - Fix parsing of settings or site XML data containing double, leading or trailing whitespace.
  443. - MSW: Work around flaw in the combo box implementation used by the view headers
  444.  
  445. 3.0.1-rc1 (2007-09-15)
  446.  
  447. + Settings to configure size, date and time formatting
  448. + Message log and queue visibility will be remembered
  449. + Custom action to perform after queue completion
  450. + Add some confirmation dialogs
  451. - MSW: Fix file truncation if using speed limits
  452. - MSW: Fix slow startup on systems with floppy drives, disconnected network drivers and so on triggered by design flaw in Windows.
  453. - Fix misplaced settings dialog
  454. - Fix problems with remembering pane size
  455. - Properly refresh local directory if downloading into newly created subdirectories
  456. - Fix issues with language set to Japanese
  457.  
  458. 3.0.0 (2007-09-08)
  459.  
  460. + New application icon
  461. - Fix support for servers sending directory listing in yet another exotic format
  462. - Fix prefix search in list controls on wxGTK
  463. - Work around problem with wxSpinCtrl in site manager on wxGTK
  464. - Fix assertion on wxGTK if listing extensionless files
  465.  
  466. 3.0.0-rc3 (2007-08-31)
  467.  
  468. ! Fix buffer overflow if directory lisiting filters were enabled, causing FileZilla to crash.
  469. + Backspace key can be used to goes to parent directory in file lists
  470. - Fix file selection by entering filename prefix
  471. - Restore correct window size if FileZilla gets closed while minimized
  472. - Disable "Create directory" entry in remote filelist context menu while disconnected
  473. - Improve compatibility with SFTP servers using exotic listing formats
  474. - MSW: Fix locales not working
  475. - *nix: Fix queue scrolling
  476.  
  477. 3.0.0-rc2 (2007-08-25)
  478.  
  479. + Remember Window size and position
  480. + Remember sort column and order of file lists
  481. + Additional icon set by Brian Lukis
  482. + Added .desktop file on *nix systems
  483. + 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
  484. - Fix SSL transfers hanging if using speed limits
  485. - Compile fixes and compatibility improvements for various platforms
  486. - The usual assortment of small bugfixes, see changelog for details
  487.  
  488. 3.0.0-rc1 (2007-08-11)
  489.  
  490. ! Fix remotely triggered memory corruption if connection gets terminated during TLS handshake.
  491. + MSW: Add choice between "All Users" and "Current User" to installer
  492. + MSW: Add Desktop and My Documents links to directory tree
  493. + MSW: Ability to list shares on Network computers
  494. + Column withs in all list views will be saved
  495. + Refresh local file list after a successful file transfer
  496. + Add context menu to remote directory tree
  497. + Make Site Manager resizable
  498. - Don't leave empty files behind on failed downloads
  499. - Fix retry and cache logic if transfer command fails with 5yz reply
  500. - Limit number of simultaneous connections did not work properly
  501. - Refresh listing after chmod
  502. - Fix upload of empty files over TLS connections
  503.  
  504. Beta 11 (2007-07-20):
  505.  
  506. + Improved queue
  507. + Import and export dialogs including import of Sitemanager data from legacy FZ 2.x
  508. + Tab key can be used to switch between panes
  509. + F6 toggles between quickconnect bar and local/remote path edit fields
  510. + Location of settings directory can be specified in fzdefaults.xml
  511. - Engine state could get mixed up if transfers failed
  512. - Transfer of empty files could incorrectly time out
  513. - Fix directory cache coherency if removing/renaming directories
  514. - Work around lack of thread-safety in wxWidgets causing random misbehaviour
  515. - Properly disconnect idle transfer engines after 30 seconds
  516. - Update selections if changing sort order of file lists
  517. - Various minor fixes
  518.  
  519. Beta 10 (2007-06-03):
  520.  
  521. + Fix bug that made Beta 9 unusable
  522.  
  523. Beta 9 (2007-06-01):
  524.  
  525. + Add "View hidden files" option to server menu
  526. + Add dialog to clear private data
  527. + Performance improvements of message log
  528. + Avoid sending unnecessary TYPE commands
  529. - Updated TinyXML component, fixes problems with filenames containing ampersands or other special XML entities.
  530. - MSW: Fix deadlock in sftp component
  531. - Don't retry connecting if user cancels new/changed hostkey notification
  532.  
  533. Beta 8 (2007-05-09):
  534.  
  535. ! Fix data corruption on FTPS uploads
  536. + Implement speed limits
  537. + Last used local directory will be remembered
  538. + New option for the sorting of the filelists. Directories can be kept on top or sorted inline.
  539. + MSW: Display warning if detecting a system with a networking bug confirmed by Microsoft
  540. + 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.
  541. - Directorylisting-parser fixes, including support for Microware OS-9
  542. - MSW: Small SFTP transfer speed improvement
  543. - *nix: Autocompletion did not work properly on GTK based systems
  544. - MSW: Uninstalling FileZilla should no longer leave registry keys behind 
  545. - lots of small bugfixes
  546.  
  547. Beta 7 (2007-03-27):
  548.  
  549. + New optionspage to change layout of file and directory panes
  550. + Loading of predefined Sitemanager entries from fzdefaults.xml
  551. + UTF-8 support for SFTP, merged in upstream changes from PuTTY.
  552. - Ascii file FTP transfers should now work properly on non-Windows systems
  553. - Fix SFTP transfers of filenames containing the following characters: [ ] \ * ?
  554. - lots of small bugfixes and performance improvements
  555.  
  556. Beta 6 (2007-02-19):
  557.  
  558. + Vastly improved drag and drop support, including
  559. + MSW: Shell extension to allow dragging of files from FileZilla into Explorer
  560. + CTRL+A will select all files in currently focused file list
  561. + Display warning if trying to connect to SFTP server using FTP protocol
  562. - Fix timing issue in socket event handling, fixes transfers not starting on some systems
  563. - Cosmetic fixes under non-Windows platforms.
  564.  
  565. Beta 5 (2007-01-11):
  566.  
  567. ! Fix format string vulnerabilities
  568. + Partial drag and drop support.
  569. - Lots of small bugfixes
  570.  
  571. Beta 4 (2006-12-14):
  572.  
  573. - Fix bug that made Beta 3 unusable
  574.  
  575. Beta 3 (2006-12-13):
  576.  
  577. - FTP over TLS/SSL support
  578. - Major performance improvements
  579. - Automatic connection attempt retries
  580. - Improved compatibility with legacy systems and other exotic servers
  581. - Lots of small bugfixes
  582.  
  583. Beta 2 (2006-10-15):
  584.  
  585. - Fix timeouts
  586. - "Update available" notification did not go away after updating
  587. - Upload progress for SFTP transfers did advance too fast
  588. - Filters did not apply properly
  589. - UNC paths can now be browsed locally
  590. - Directory listings can now be sorted by timestamp and permissions
  591.  
  592. Beta 1 (2006-10-05):
  593. - First beta
  594.