OSDN Git Service

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