OSDN Git Service

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