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