OSDN Git Service

Modify documents.
[ffftp/ffftp.git] / doc / eng / history.txt
1 FFFTP version history.\r
2 \r
3 Changes in Ver.1.99\r
4 --------------------\r
5 \r
6 -- Fixed bugs that the apprication did not start when the INI file was modified\r
7    and BOM was inserted in it.\r
8 \r
9 -- Fixed bugs that user names which were sent to hosts were always encoded into\r
10    UTF-8.\r
11 \r
12 -- Fixed bugs of recognition of MLSD responses that include uppercase letters.\r
13 \r
14 -- Added an option to disable automatic refresh of the local view.\r
15 \r
16 -- Added an option to dispose old logs automatically.\r
17 \r
18 -- Supported UTF-8 HFS+ file name encoding (Windows Vista or later only).\r
19 \r
20 -- Improved automatic detection of Kanji code of filenames.\r
21 \r
22 -- Fixed bugs of Select dialog.\r
23 \r
24 -- Changed to confirm how the settings will be saved when the settings of a\r
25    future version exist in the registry.\r
26 \r
27 -- Changed to display file sizes with units of GB or larger.\r
28 \r
29 -- Changed to display the encryption status of the current connection.\r
30 \r
31 -- Changed to display the progress of file transfer on the taskbar (Windows 7\r
32    or later only).\r
33 \r
34 -- Added a function to move remote files to their parent directory.\r
35 \r
36 -- Supported high DPI displays.\r
37 \r
38 Changes in Ver.1.98g\r
39 --------------------\r
40 \r
41 -- Tested on Windows 8 (32bit/64bit).\r
42 \r
43 -- Added an option to overwrite files only if they are larger than their\r
44    originals.\r
45 \r
46 -- Added an option to set a local Kanji code chosen at startup.\r
47 \r
48 -- Changed to directly show Browse For Folder dialog on clicking Change Folder\r
49    button in the local side.\r
50 \r
51 -- Improved conditions to send commands for keep alive.\r
52    Less likely to fail such as when deleting a large number of files.\r
53 \r
54 -- Supported the file list format of uClinux.\r
55 \r
56 -- Fixed bugs that unexpected files were deleted when removing a directory\r
57    which includes symbolic links.\r
58 \r
59 -- Added an option to handle of seconds of time stamps.\r
60 \r
61 -- Added an option to display file permissions in numbers.\r
62 \r
63 -- Added an option to reconnect after transfer errors.\r
64    This may work around the limitations on the transfer amount or time per\r
65    session.\r
66 \r
67 -- Fixed bugs that the file transfer might be aborted on operating the main\r
68    window if reusing sockets of the main window was enabled and you operated\r
69    the main window while files were transferring.\r
70 \r
71 -- Added an option to control NATs with Universal Plug and Play on non PASV\r
72    mode connections (Windows XP or later only).\r
73    This allows computers that are under NATs that have private IP addresses to\r
74    listen for connections with PORT commands.\r
75 \r
76 -- Supported the file list format of Windows Server 2008 R2.\r
77 \r
78 -- Added an option to turn on/off stateful FTP filtering of Windows Firewall\r
79    (Windows Vista or later only).\r
80    This may improve communication conditions in the case that FTPES connection\r
81    used to be interrupted or that the computer has only private IP addresses.\r
82 \r
83 Changes in Ver.1.98f\r
84 --------------------\r
85 \r
86 -- Fixed bugs of incorrect behavior of Select dialog.\r
87 \r
88 -- Added an option for retaining timestamps on uploading.\r
89 \r
90 -- Changed to require the current master password before changing it.\r
91 \r
92 -- Fixed bugs that files in a temporary folder was shown in local file list\r
93    after files in a host had been dropped into other applications.\r
94 \r
95 -- Shortened intervals between keep alive packets.\r
96 \r
97 -- Fixed bugs that UI was unlocked in some cases when commands were being sent\r
98    over the socket of main window.\r
99 \r
100 -- Added extensions of files that will be transferred in ASCII mode.\r
101 \r
102 -- Extended command line options.\r
103 \r
104 -- Changed to try SSL when a host cannot recognize TLS on FTPS Explicit.\r
105 \r
106 -- Fixed bugs that corruption was caused when strings were converted from\r
107    UTF-8 to Shift_JIS on Windows Vista or later.\r
108 \r
109 -- Changed to refresh the local view automatically when files in the current\r
110    directory are modified.\r
111 \r
112 Changes in Ver.1.98e\r
113 --------------------\r
114 \r
115 -- Fixed bugs that an inputted password is ignored if failed in login.\r
116 \r
117 -- Fixed bugs to crash under multicore CPU environment.\r
118 \r
119 -- Changed the location of temporary files.\r
120    This resolves interference in file list caches between instances of FFFTP.\r
121 \r
122 -- Supported the file list format of linux-ftpd.\r
123 \r
124 -- Added a feature to show file icons on local file list view.\r
125 \r
126 -- Supported HP NonStop Server (provided by Yuji Tanaka).\r
127 \r
128 -- Fixed bugs of missing some comannds at reconnecting\r
129    (provided by Yuji Tanaka).\r
130 \r
131 -- Fixed several messages (provided by Moriguchi Hirokazu).\r
132 \r
133 -- Fixed bugs of setting incorrect file timestamps by MDTM command.\r
134 \r
135 -- Fixed bugs that drag-and-drop was enabled during deleting files.\r
136 \r
137 -- Enhanced error handling of transferring files.\r
138 \r
139 -- Enabled reusing sockets of the main window by default.\r
140 \r
141 -- Fixed bugs that attributes of existing files were changed on uploading with\r
142    renaming by hosts.\r
143 \r
144 -- Fixed bugs of hanging on exit in some cases.\r
145 \r
146 -- Fixed bugs of hanging at accessing non-existent directories without full\r
147    path.\r
148 \r
149 -- Changed behavior of Auto of network type selection.\r
150    Name resolution and connection will be performed at same time on IPv4 and\r
151    IPv6, and whichever finished earlier will be used.\r
152 \r
153 -- Disabled saving settings in the registry about ZIP version copies.\r
154    To save in the registry, please remove "portable" the file.\r
155 \r
156 -- Fix bugs of corruption of the extensions columns.\r
157 \r
158 -- Added support for some MLSD responses that do not conform to RFC 3659.\r
159 \r
160 Changes in Ver.1.98d\r
161 --------------------\r
162 \r
163 -- MLSD command became used for retrieving filenames on appropriate hosts.\r
164    That is helpful for hosts that do not return filenames properly.\r
165 \r
166 -- Enhanced communication routines to reduce waiting time.\r
167 \r
168 -- Changed to display responses from hosts after decoding as Kanji code of\r
169    filenames.\r
170 \r
171 -- Fixed bugs of arbitrary code execution in saving registry settings to a\r
172    file.\r
173 \r
174 -- Fixed bugs of launching wrong files if correct ones contain no extensions.\r
175 \r
176 -- Internet Protocol Version 6 became available.\r
177    IPv6 will be used when name resolution for IPv4 is unavailable by default.\r
178 \r
179 -- Changed to detect encoding of strings in INI file automatically.\r
180 \r
181 -- Changed to verify SSL/TLS certificates with root CAs in FTPS connections.\r
182    Please modify "ssl.pem" in PEM format if you want to update root CA list.\r
183 \r
184 -- Added a feature to send commands for keep alive.\r
185    This is disabled by default.\r
186 \r
187 -- Reduced chance of stopping transfer when numerous files are transfered.\r
188 \r
189 -- Added a feature to retry transfering files if failed.\r
190 \r
191 -- Enhanced automatic detection of Kanji code of filenames.\r
192 \r
193 Changes in Ver.1.98c\r
194 --------------------\r
195 \r
196 -- Changed to connect to hosts with Punycode if their names contain\r
197    international characters.\r
198 \r
199 -- Fixed bugs of resetting the current directory on reconnection.\r
200 \r
201 -- FTP over Implicit SSL/TLS became available.\r
202 \r
203 -- Fixed bugs of corruption on resuming downloading files larger than 4GB.\r
204 \r
205 -- Fixed communication routines to match specifications of Windows 2000.\r
206 \r
207 -- Enhanced responses of aborting.\r
208 \r
209 -- Fixed bugs of INI file backup.\r
210 \r
211 -- Fixed bugs of handling multi-byte character filenames on hosts whose Kanji\r
212    code of filenames are Shift_JIS.\r
213 \r
214 -- Added support for UTF-8 (without BOM) conversion under ASCII mode transfer.\r
215    UTF-8 added in 1.98 was renamed UTF-8 BOM.\r
216 \r
217 -- Changed size and layout of the window at the first run.\r
218 \r
219 -- Added settings to reuse connection of the main window for transfer threads.\r
220    This may allow to transfer files successfully as with 1.97b or earlier,\r
221    but sometimes may cause some errors.\r
222 \r
223 Changes in Ver.1.98b\r
224 --------------------\r
225 \r
226 -- Added the feature that prevents from loading untrustworthy DLLs.\r
227    It reduces the chance of being intercepted or tampered with passwords and\r
228    data.\r
229    Please add --protect to command line options to use this feature.\r
230    If slowdown or crash occured, you may adjust the protection level with\r
231    --protect-medium or --protect-low option.\r
232 \r
233 -- Changed to confirm SSL certificate on first time connection with FTPS.\r
234 \r
235 -- Changed to reuse SSL sessions of FTPS control connection.\r
236 \r
237 -- Reduced chance of crash when numerous files are transfered.\r
238 \r
239 -- Fixed bugs of copying URL to clipboard.\r
240 \r
241 -- Added support for migration from 1.97b or earlier through INI file.\r
242 \r
243 -- Added settings to disallow unencrypted FTP.\r
244 \r
245 -- Fixed bugs of arbitrary code execution from the context menu.\r
246 \r
247 Changes in Ver.1.98a\r
248 --------------------\r
249 \r
250 -- Fixed bugs of character corruption of host list dialog.\r
251 \r
252 -- Fixed bugs of playing sound whose filename contains multi-byte characters.\r
253 \r
254 -- Fixed bugs of printing logs of transfer rate.\r
255 \r
256 -- Changed behavior of filename encoding settings migration from 1.97b.\r
257 \r
258 -- Reduced chance of failure of connecting to hosts that do not support FTPS.\r
259 \r
260 -- Changed behavior of entering a new master password.\r
261 \r
262 -- Removed the log size limit.\r
263 \r
264 Changes in Ver.1.98\r
265 --------------------\r
266 \r
267 -- SourceForge.JP took over the development.\r
268    Thanks Mr. Sota for FFFTP the most sophisticated FTP client.\r
269 \r
270 -- Fixed bugs to crash under multicore CPU environment.\r
271 \r
272 -- Changed internal characters into UTF-8.\r
273 \r
274 -- JRE32.DLL became unavailable. (It does not support UTF-8.)\r
275 \r
276 -- Shift_JIS, JIS, EUC and UTF-8 conversion under ASCII mode transfer became\r
277    available.\r
278 \r
279 -- Changed default Kanji code of filenames on hosts into UTF-8.\r
280 \r
281 -- Filenames that depend Unicode characters can be treated.\r
282 \r
283 -- Disabled file list cache by default.\r
284 \r
285 -- FTP over Explicit SSL/TLS became available.\r
286    Passwords, user names and files are encrypted on the connections to\r
287    appropriate hosts.\r
288 \r
289 -- Replaced UTF-8N with UTF-8. (They are identical in this case.)\r
290 \r
291 -- Added the simultaneous connections feature up to 4.\r
292 \r
293 Changes in Ver.1.97b\r
294 --------------------\r
295 \r
296 -- Fixed Drag & Drop to the Explorer does not works when select multiple files\r
297    or folders.\r
298 \r
299 \r
300 Changes in Ver.1.97a\r
301 --------------------\r
302 \r
303 -- Fixed when your password is longer than 32 characters, FFFTP saves only\r
304    first 32 characters.\r
305 \r
306 -- Fixed FFFTP causes application error on Windows 2000.\r
307 \r
308 Changes in Ver.1.97\r
309 -------------------\r
310 \r
311 -- Now you can use master password.\r
312    This function is made by Gengen-san.\81@Thanks.\r
313    When you use this virsion first, set master password from following menu.\r
314     File ->\81@Settings -> Change Master password\r
315 \r
316 -- Now passwords are encrypted with AES.\r
317    This function is made by Moca-san.\81@Thanks.\r
318 \r
319 Changes in Ver.1.96d\r
320 --------------------\r
321 \r
322 -- Fixed IBM Extended Kanji Code was not converted when host's Kanji code \r
323    was set to EUC or JIS.\r
324 \r
325 -- Fixed FFFTP reacts when user presses some keys (ex. BackSpace key) on \r
326    the help window.\r
327 \r
328 Changes in Ver.1.96c\r
329 --------------------\r
330 \r
331 -- Fixed Directory Traversal Vulnerability.\r
332 \r
333 Changes in Ver.1.96b\r
334 --------------------\r
335 \r
336 -- Change font of the file move confirmation dialog.\r
337 \r
338 Changes in Ver.1.96a\r
339 --------------------\r
340 \r
341 -- Supports file list which has one space character in a group name.\r
342 \r
343 Changes in Ver.1.96\r
344 --------------------\r
345 \r
346 -- The confirmation dialog is displayed when move file on the host.\r
347    This setting can be changed.\r
348    (Options - Settings - Operation)\r
349 \r
350 -- Fixed FFFTP sometimes freeze when user clicks both mouse buttons on the \r
351    toolbar. (Thank you sunasunamix-san.)\r
352 \r
353 -- Fixed FFFTP works incorrect when drop files to the title line of the file \r
354    list of the detailes mode.\r
355 \r
356 Changes in Ver.1.95\r
357 --------------------\r
358 \r
359 This version is modified by miau-san.\r
360 \r
361 -- Move focus to the address bar by the ALT+D key.\r
362 \r
363 -- Move focus from the address bar to the file list by the TAB key.\r
364 \r
365 -- Change transfer mode (ASCII -> BINARY -> AUTO) by the Ctrl+M Key.\r
366 \r
367 -- Focus top of the file list immediately after reading the file list.\r
368 \r
369 -- Disable accelerator key while reading the file list.\r
370 \r
371 -- If Veiwer2 or Viewer3 (on the tool setting window) prefixed "d ", it \r
372    assumed differential viewer. \r
373    If you select one file on the host file list and start the differential \r
374    viewer, FFFTP carries two file name to the viewer, one is the file name \r
375    on the host side and the other is the same file name on the local side.\r
376 \r
377 -- Fixed unexpected disconnect when download is error because of local file \r
378    is read only.\r
379 \r
380 -- Show notify dialog when download destination local file is read only.\r
381 \r
382 Changes in Ver.1.94a\r
383 --------------------\r
384 \r
385 -- Change temporary file handling while drag and drop. (Yutaka Hitrata-san)\r
386 \r
387 -- Disable FFFTP main window operation while drag and drop. \r
388    (Yutaka Hitrata-san)\r
389 \r
390 Changes in Ver.1.94\r
391 --------------------\r
392 \r
393 -- Yutaka Hirata-san imprements OLE Drag & Drop using with nakka-san's \r
394    library. Now you can drag and drop from FFFTP to the exploler.\r
395 \r
396 -- Yutaka Hirata-san imprements file move function in the host side file\r
397    list window. Now you can move files to the child folder.\r
398 \r
399 Changes in Ver.1.93\r
400 --------------------\r
401 \r
402 -- Added setting of UTF-8N encoding.\r
403 -- Show application menu when SHIFT-F10 key is pressed.\r
404 \r
405 Changes in Ver.1.92c\r
406 --------------------\r
407 \r
408 -- Expand transfer buffer size to increase speed.\r
409 \r
410 Changes in Ver.1.92b\r
411 --------------------\r
412 \r
413 -- Fix 'Save settings to file' and 'Load settings from file' function does \r
414    not work on Windows Vista.\r
415 \r
416 Changes in Ver.1.92a\r
417 --------------------\r
418 \r
419 -- Use LIST command to get file names from server.\r
420 -- Use PASV mode default.\r
421 -- Anonymous FTP sites are no longer registerd when start the FFFTP first.\r
422 \r
423 Changes in Ver.1.92\r
424 --------------------\r
425 \r
426 -- Fixed application error on PASV mode.\r
427 -- Fixed pathname length was limited by the windows size which above on the \r
428    file list window.\r
429 -- Support file list format of Chinese Solaris.\r
430 -- Added setting of replace @ by the any character on Firewall.\r
431 -- Fixed write to registory unexpectedly when INI file which specified by \r
432    the '-n' option is not exist.\r
433 -- Now support "Koushin Fuutauk".\r
434 \r
435 Changes in Ver.1.91\r
436 --------------------\r
437 -- Fixed Timezone displayed erroneus.\r
438 -- Support ShibaSoku WL Series file list format. (Set Host Type on the Host \r
439    Setting Window.)\r
440 \r
441 Changes in Ver.1.90\r
442 --------------------\r
443 - Transfer speed improved.\r
444 - Add new firewall type. ("USER FW user:FW password@host")\r
445 - Fixed file size diaplayed erroneus when over 2 giga bytes.\r
446 - Improve download abortion process.\r
447 - Now file size divides and diaplays every 3 figure.\r
448 - Remove drive names from file list.\r
449 - Fixed "Load setting from file" command failes when folder name has space\r
450   character. (such as "My Documents")\r
451 - Turn on "Confirm deletions during Mirror Upload" option switch by default.\r
452 \r
453 Changes in Ver.1.89b\r
454 --------------------\r
455 - Fixed Mirror Upload / Mirror Download bug.\r
456 \r
457 Changes in Ver.1.89a\r
458 --------------------\r
459 - Fixed file list not refreshed after upload.\r
460 \r
461 Changes in Ver.1.89\r
462 --------------------\r
463 - Transfer speed improved.\r
464 - Fixed Transfer Status Window didn't close after the transfer complete.\r
465 - Fixed FFFTP was stalled when received unexpected PASV server message.\r
466 - Fixed server message processing.\r
467 - Add "Load Setting from File" menu.\r
468 - Support Agilent Logic Analyzer. (Set Host Type on the Host Setting Window.)\r
469 \r
470 Changes in Ver.1.88b\r
471 --------------------\r
472 - Refine dialog and menu messages. (Thank you Mr.Jim.)\r
473 \r
474 Changes in Ver.1.88a\r
475 --------------------\r
476 - Fixed "Cannot remove FFFTP" error message diaplayed.\r
477 \r
478 Changes in Ver.1.88\r
479 -------------------\r
480 - Change to use the Registory to save settings when run first.\r
481 - Add Save Serrings function.\r
482   (File -> Settings -L Save settings to file)\r
483 - Now max 40 characters Owner name is displaied on file list.\r
484 - Open folder when drag & drop a file to local file list from the explorer.\r
485 - Page scroll when SHIFT + Mouse Wheel.\r
486 - Fixed mouse wheel scroll didn't work when multi monitor.\r
487 - Fixed noise displaied around the file list window.\r
488 \r
489 Changes in Ver.1.87a\r
490 --------------------\r
491 - Fixed forget bookmark.\r
492 \r
493 Changes in Ver.1.87\r
494 --------------------\r
495 - Fixed no dialup entry diaplayed on Windows9x.\r
496 - Reconnect automatically when oprate by the user after disconnected cause \r
497   of timeout from the host.\r
498 \r
499 Changes in Ver.1.86a\r
500 --------------------\r
501 - Fixed download terminated incorrectly.\r
502 \r
503 Changes in Ver.1.86\r
504 --------------------\r
505 - Renew process again to fix file transfer sometimes did not start \r
506   or stop.\r
507 - Disable strip host name feature added on 1.83.\r
508 - Support Windows XP's theme.\r
509 - Fixed display wrong format when file name has "&" character.\r
510 - Add No RAS Control option.\r
511 - Change path separater character to ">" when Stratus.\r
512 - Support OS9 server subfolder.\r
513 - Support server that replies following file list.\r
514     -rwxrwxrwx SEQ 36203776 01/07/07 12:38:28 ABCDEFG\r
515 - Support server that replies following file list. (IBM server)\r
516     MTS940 3390   2001/07/26  1    1  FB      80  3120  PS  FTPOUT.CNTL\r
517 - Support hidden drives.\r
518 \r
519 Changes in Ver.1.85\r
520 --------------------\r
521 - Fixed file transfer sometimes did not start or stop.\r
522 \r
523 Changes in Ver.1.84\r
524 --------------------\r
525 - Fixed file transfer sometimes did not start or stop.\r
526 - Fixed high CPU usage.\r
527 - Change anonymous FTP list.\r
528 \r
529 Changes in Ver.1.83\r
530 --------------------\r
531 - You can type folder name into current folder window now.\r
532 - You can now copy log data with mouse dragging.\r
533 - Support server that replies file list which has any characters after \r
534   the owner and the group name.\r
535 - Strip host name when the URL enterd into host name window.\r
536 - Fixed freez until timeout when network is heavy.\r
537 - Fixed FFFTP did not terminate normally until file transfer is in \r
538   progress.\r
539 \r
540 Changes in Ver.1.82\r
541 --------------------\r
542 - Use XPWD command first to get current folder.\r
543 - Add folder list button on change local folder dialog.\r
544 - Add -n command line option. (See ffftp -h)\r
545 - Support server that replies date string such as "5/14".\r
546 - Support OS9 server. (without sub-directory support)\r
547 \r
548 Changes in Ver.1.81\r
549 --------------------\r
550 - File list that containes Ctrl-H are now displaied.\r
551 - Show error reason when file transfer error occured.\r
552 - Copying URL to clipboard include port number.\r
553 - Add default permission for folder.\r
554 - Fixed file date becomes future.\r
555 \r
556 Changes in Ver.1.80\r
557 --------------------\r
558 - Fixed Ctrl-Shift-D did not work to start mirroring download.\r
559 - Change default setting to use INI file.\r
560 - Give priority to use INI file when both INI and Registory settings\r
561   are existing.\r
562 \r
563 Changes in Ver.1.79a\r
564 --------------------\r
565 - First English version.\r
566 \r