OSDN Git Service

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