OSDN Git Service

Add option to change default host settings.
[ffftp/ffftp.git] / doc / eng / history.txt
index 7a40576..8fbfc18 100644 (file)
@@ -3,9 +3,267 @@ FFFTP version history.
 Changes in Ver.1.99\r
 --------------------\r
 \r
+-- Tested on Windows 8.1 (32bit/64bit).\r
+\r
+-- 64bit version is now available.\r
+   This works around the certain restriction on 64bit Windows.\r
+\r
+-- Added the feature of automatic software update.\r
+   It will connect to the dedicated server to check whether there are updates\r
+   every 7 days by default, and then confirm whether to apply them.\r
+\r
+-- Added a feature to encrypt the all settings with the master password.\r
+   This prevents malwares and third parties from skimming personal information.\r
+   Please note that 1.98g or former versions cannot read encrypted settings.\r
+   This feature is disabled by default.\r
+\r
+-- Fixed bugs that the apprication did not start when the INI file was modified\r
+   and BOM was inserted in it.\r
+\r
+-- Fixed bugs that user names which were sent to hosts were always encoded into\r
+   UTF-8.\r
+\r
+-- Fixed bugs of recognition of MLSD responses that include uppercase letters.\r
+\r
+-- Added an option to disable automatic refresh of the local view.\r
+\r
+-- Added an option to dispose old logs automatically.\r
+\r
+-- Supported UTF-8 HFS+ file name encoding (Windows Vista or later only).\r
+\r
+-- Improved automatic detection of Kanji code of filenames.\r
+\r
+-- Fixed bugs of Select dialog.\r
+\r
+-- Changed to confirm how the settings will be saved when the settings of a\r
+   future version exist in the registry.\r
+\r
+-- Changed to display file sizes with units of GB or larger.\r
+\r
+-- Changed to display the encryption status of the current connection.\r
+\r
+-- Changed to display the progress of file transfer on the taskbar (Windows 7\r
+   or later only).\r
+\r
+-- Added a function to move remote files to their parent directory.\r
+\r
+-- Supported high DPI displays.\r
+   The interface such as the menu will look smooth on high DPI displays.\r
+\r
+-- Added a feature to export settings as FileZilla XML format.\r
+\r
+-- Added an option not to use weak encryption methods for each host.\r
+   This refuses SSL 3.0 or older and encryption algorithms whose keys are\r
+   shorter than 128 bits.\r
+   This feature is enabled by default.\r
+\r
+-- Added the default settings to the host list.\r
+   This is used for the initial state of new hosts and Quick Connect.\r
+\r
+Changes in Ver.1.98g2\r
+--------------------\r
+\r
+-- Fixed the issue that the installer was contaminated by a file for the ZIP\r
+   version.\r
+\r
+-- Fixed bugs that the message indicating that SSL/TLS root CAs had been\r
+   modified was displayed.\r
+\r
+Changes in Ver.1.98g1\r
+--------------------\r
+\r
+-- Updated OpenSSL.\r
+\r
+-- Updated SSL/TLS root CAs.\r
+\r
+Changes in Ver.1.98g\r
+--------------------\r
+\r
+-- Tested on Windows 8 (32bit/64bit).\r
+\r
+-- Added an option to overwrite files only if they are larger than their\r
+   originals.\r
+\r
+-- Added an option to set a local Kanji code chosen at startup.\r
+\r
+-- Changed to directly show Browse For Folder dialog on clicking Change Folder\r
+   button in the local side.\r
+\r
+-- Improved conditions to send commands for keep alive.\r
+   Less likely to fail such as when deleting a large number of files.\r
+\r
+-- Supported the file list format of uClinux.\r
+\r
+-- Fixed bugs that unexpected files were deleted when removing a directory\r
+   which includes symbolic links.\r
+\r
+-- Added an option to handle of seconds of time stamps.\r
+\r
+-- Added an option to display file permissions in numbers.\r
+\r
+-- Added an option to reconnect after transfer errors.\r
+   This may work around the limitations on the transfer amount or time per\r
+   session.\r
+\r
+-- Fixed bugs that the file transfer might be aborted on operating the main\r
+   window if reusing sockets of the main window was enabled and you operated\r
+   the main window while files were transferring.\r
+\r
+-- Added an option to control NATs with Universal Plug and Play on non PASV\r
+   mode connections (Windows XP or later only).\r
+   This allows computers that are under NATs that have private IP addresses to\r
+   listen for connections with PORT commands.\r
+\r
+-- Supported the file list format of Windows Server 2008 R2.\r
+\r
+-- Added an option to turn on/off stateful FTP filtering of Windows Firewall\r
+   (Windows Vista or later only).\r
+   This may improve communication conditions in the case that FTPES connection\r
+   used to be interrupted or that the computer has only private IP addresses.\r
+\r
+Changes in Ver.1.98f\r
+--------------------\r
+\r
+-- Fixed bugs of incorrect behavior of Select dialog.\r
+\r
+-- Added an option for retaining timestamps on uploading.\r
+\r
+-- Changed to require the current master password before changing it.\r
+\r
+-- Fixed bugs that files in a temporary folder was shown in local file list\r
+   after files in a host had been dropped into other applications.\r
+\r
+-- Shortened intervals between keep alive packets.\r
+\r
+-- Fixed bugs that UI was unlocked in some cases when commands were being sent\r
+   over the socket of main window.\r
+\r
+-- Added extensions of files that will be transferred in ASCII mode.\r
+\r
+-- Extended command line options.\r
+\r
+-- Changed to try SSL when a host cannot recognize TLS on FTPS Explicit.\r
+\r
+-- Fixed bugs that corruption was caused when strings were converted from\r
+   UTF-8 to Shift_JIS on Windows Vista or later.\r
+\r
+-- Changed to refresh the local view automatically when files in the current\r
+   directory are modified.\r
+\r
+Changes in Ver.1.98e\r
+--------------------\r
+\r
+-- Fixed bugs that an inputted password is ignored if failed in login.\r
+\r
+-- Fixed bugs to crash under multicore CPU environment.\r
+\r
+-- Changed the location of temporary files.\r
+   This resolves interference in file list caches between instances of FFFTP.\r
+\r
+-- Supported the file list format of linux-ftpd.\r
+\r
+-- Added a feature to show file icons on local file list view.\r
+\r
+-- Supported HP NonStop Server (provided by Yuji Tanaka).\r
+\r
+-- Fixed bugs of missing some comannds at reconnecting\r
+   (provided by Yuji Tanaka).\r
+\r
+-- Fixed several messages (provided by Moriguchi Hirokazu).\r
+\r
+-- Fixed bugs of setting incorrect file timestamps by MDTM command.\r
+\r
+-- Fixed bugs that drag-and-drop was enabled during deleting files.\r
+\r
+-- Enhanced error handling of transferring files.\r
+\r
+-- Enabled reusing sockets of the main window by default.\r
+\r
+-- Fixed bugs that attributes of existing files were changed on uploading with\r
+   renaming by hosts.\r
+\r
+-- Fixed bugs of hanging on exit in some cases.\r
+\r
+-- Fixed bugs of hanging at accessing non-existent directories without full\r
+   path.\r
+\r
+-- Changed behavior of Auto of network type selection.\r
+   Name resolution and connection will be performed at same time on IPv4 and\r
+   IPv6, and whichever finished earlier will be used.\r
+\r
+-- Disabled saving settings in the registry about ZIP version copies.\r
+   To save in the registry, please remove "portable" the file.\r
+\r
+-- Fix bugs of corruption of the extensions columns.\r
+\r
+-- Added support for some MLSD responses that do not conform to RFC 3659.\r
+\r
+Changes in Ver.1.98d\r
+--------------------\r
+\r
 -- MLSD command became used for retrieving filenames on appropriate hosts.\r
    That is helpful for hosts that do not return filenames properly.\r
 \r
+-- Enhanced communication routines to reduce waiting time.\r
+\r
+-- Changed to display responses from hosts after decoding as Kanji code of\r
+   filenames.\r
+\r
+-- Fixed bugs of arbitrary code execution in saving registry settings to a\r
+   file.\r
+\r
+-- Fixed bugs of launching wrong files if correct ones contain no extensions.\r
+\r
+-- Internet Protocol Version 6 became available.\r
+   IPv6 will be used when name resolution for IPv4 is unavailable by default.\r
+\r
+-- Changed to detect encoding of strings in INI file automatically.\r
+\r
+-- Changed to verify SSL/TLS certificates with root CAs in FTPS connections.\r
+   Please modify "ssl.pem" in PEM format if you want to update root CA list.\r
+\r
+-- Added a feature to send commands for keep alive.\r
+   This is disabled by default.\r
+\r
+-- Reduced chance of stopping transfer when numerous files are transfered.\r
+\r
+-- Added a feature to retry transfering files if failed.\r
+\r
+-- Enhanced automatic detection of Kanji code of filenames.\r
+\r
+Changes in Ver.1.98c\r
+--------------------\r
+\r
+-- Changed to connect to hosts with Punycode if their names contain\r
+   international characters.\r
+\r
+-- Fixed bugs of resetting the current directory on reconnection.\r
+\r
+-- FTP over Implicit SSL/TLS became available.\r
+\r
+-- Fixed bugs of corruption on resuming downloading files larger than 4GB.\r
+\r
+-- Fixed communication routines to match specifications of Windows 2000.\r
+\r
+-- Enhanced responses of aborting.\r
+\r
+-- Fixed bugs of INI file backup.\r
+\r
+-- Fixed bugs of handling multi-byte character filenames on hosts whose Kanji\r
+   code of filenames are Shift_JIS.\r
+\r
+-- Added support for UTF-8 (without BOM) conversion under ASCII mode transfer.\r
+   UTF-8 added in 1.98 was renamed UTF-8 BOM.\r
+\r
+-- Changed size and layout of the window at the first run.\r
+\r
+-- Added settings to reuse connection of the main window for transfer threads.\r
+   This may allow to transfer files successfully as with 1.97b or earlier,\r
+   but sometimes may cause some errors.\r
+\r
+Changes in Ver.1.98b\r
+--------------------\r
+\r
 -- Added the feature that prevents from loading untrustworthy DLLs.\r
    It reduces the chance of being intercepted or tampered with passwords and\r
    data.\r
@@ -19,6 +277,14 @@ Changes in Ver.1.99
 \r
 -- Reduced chance of crash when numerous files are transfered.\r
 \r
+-- Fixed bugs of copying URL to clipboard.\r
+\r
+-- Added support for migration from 1.97b or earlier through INI file.\r
+\r
+-- Added settings to disallow unencrypted FTP.\r
+\r
+-- Fixed bugs of arbitrary code execution from the context menu.\r
+\r
 Changes in Ver.1.98a\r
 --------------------\r
 \r