• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FFFTPのソースコードです。


Commit MetaInfo

修訂0453e2da19a080abed868c7817eead691dc3d769 (tree)
時間2017-11-11 22:22:47
作者s_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Log Message

Modify documents.

Change Summary

差異

--- a/Package/EXEpress/amd64/jpn/ffftp.ini
+++ b/Package/EXEpress/amd64/jpn/ffftp.ini
@@ -25,7 +25,7 @@ BannerFile=banner.bmp
2525 UseURL=1
2626 HPTitle=このプログラムのウェブサイトにアクセスしますか?
2727 HPTitleE=
28-URL=https://ja.osdn.jp/projects/ffftp/
28+URL=https://ja.osdn.net/projects/ffftp/
2929 NoSaveInstallPath=0
3030 FailIfPathRegNotExist=0
3131 OnlyAdmin=0
--- a/doc/eng/FFFTP.txt
+++ b/doc/eng/FFFTP.txt
@@ -33,6 +33,43 @@ Changes in Ver.2.00
3333
3434 This list includes changes applied by automatic software updates.
3535
36+-- Added a feature to export settings as WinSCP INI format.
37+
38+-- Added an option to ignore addresses returned with PASV mode.
39+ Please use this for connection to hosts that have incorrect settings.
40+
41+-- Fixed bugs that the focus is lost after keyboard operation.
42+
43+-- Made it show the logged in user name on the title bar.
44+
45+-- Fixed bugs that connecting to hosts that supports only deprecated encryption
46+ methods is unable.
47+
48+-- Fixed bugs that local files with abnormal timestamps cause crashes.
49+
50+-- Supported proxy connection for automatic software update.
51+
52+-- Fixed bugs that sometimes Overwrite if newer does not work.
53+
54+-- Fixed bugs that it hangs up during drag-and-drop.
55+
56+-- Resolved flickering of the window caused by a side effect of bug
57+ countermeasure.
58+
59+-- Implemented Server Name Indication.
60+ This solves the problem that it cannot connect to some shared servers.
61+
62+-- Fixed bugs that sometimes it cannot reconnect after transfer failure.
63+
64+-- Fixed bugs that the queue of file transfer is not released on disconnection.
65+
66+-- Fixed bugs that sometimes Force Exit does not work while transfer.
67+
68+-- Fixed bugs that the behavior is strange after clicking Stop button.
69+
70+-- Fixed bugs that transfer fails at a host right after disconnection from
71+ another host whose number of simultaneous connections is more than 1.
72+
3673 -- Updated OpenSSL.
3774
3875 -- Updated SSL/TLS root CAs.
--- a/doc/eng/history.txt
+++ b/doc/eng/history.txt
@@ -3,6 +3,43 @@ FFFTP version history.
33 Changes in Ver.2.00
44 --------------------
55
6+-- Added a feature to export settings as WinSCP INI format.
7+
8+-- Added an option to ignore addresses returned with PASV mode.
9+ Please use this for connection to hosts that have incorrect settings.
10+
11+-- Fixed bugs that the focus is lost after keyboard operation.
12+
13+-- Made it show the logged in user name on the title bar.
14+
15+-- Fixed bugs that connecting to hosts that supports only deprecated encryption
16+ methods is unable.
17+
18+-- Fixed bugs that local files with abnormal timestamps cause crashes.
19+
20+-- Supported proxy connection for automatic software update.
21+
22+-- Fixed bugs that sometimes Overwrite if newer does not work.
23+
24+-- Fixed bugs that it hangs up during drag-and-drop.
25+
26+-- Resolved flickering of the window caused by a side effect of bug
27+ countermeasure.
28+
29+-- Implemented Server Name Indication.
30+ This solves the problem that it cannot connect to some shared servers.
31+
32+-- Fixed bugs that sometimes it cannot reconnect after transfer failure.
33+
34+-- Fixed bugs that the queue of file transfer is not released on disconnection.
35+
36+-- Fixed bugs that sometimes Force Exit does not work while transfer.
37+
38+-- Fixed bugs that the behavior is strange after clicking Stop button.
39+
40+-- Fixed bugs that transfer fails at a host right after disconnection from
41+ another host whose number of simultaneous connections is more than 1.
42+
643 -- Updated OpenSSL.
744
845 -- Updated SSL/TLS root CAs.
--- a/doc/jpn/FFFTP.txt
+++ b/doc/jpn/FFFTP.txt
@@ -32,6 +32,42 @@ Ver 2.00
3232
3333 自動更新機能で対応した内容を含めて記載します。
3434
35+・設定をWinSCP INI形式にエクスポートする機能を追加しました。
36+
37+・PASVモードで返されるアドレスを無視する機能を追加しました。
38+ 正しく設定されていないホストに接続する場合にお使いください。
39+
40+・キーボード操作時にフォーカスが失われるバグを修正しました。
41+
42+・タイトルバーにログインユーザー名を表示するようにしました。
43+
44+・非推奨の暗号方式のみ対応するホストに接続できないバグを修正しました。
45+
46+・異常なタイムスタンプのファイルがローカル側に存在するとクラッシュする
47+ バグを修正しました。
48+
49+・ソフトウェア自動更新機能でプロキシ接続に対応しました。
50+
51+・新しければ上書きが機能しない場合があるバグを修正しました。
52+
53+・ドラッグアンドドロップ中に応答しなくなるバグを修正しました。
54+
55+・バグ対策の副作用によるウィンドウのちらつきを解消しました。
56+
57+・Server Name Indicationを実装しました。
58+ これにより一部の共用サーバーに接続できない問題が解消されます。
59+
60+・転送失敗時に再接続できない場合があるバグを修正しました。
61+
62+・切断時にファイルの転送待ちが解除されないバグを修正しました。
63+
64+・転送中の強制終了が機能しない場合があるバグを修正しました。
65+
66+・受信中止をクリックした後の挙動がおかしくなるバグを修正しました。
67+
68+・同時接続数が1より大きいホストから切断した直後に別のホストで転送に
69+ 失敗するバグを修正しました。
70+
3571 ・OpenSSLを更新しました。
3672
3773 ・SSL/TLSのルート証明書を更新しました。
--- a/doc/jpn/history.txt
+++ b/doc/jpn/history.txt
@@ -2,6 +2,42 @@ FFFTP
22
33 ■Ver 2.00
44
5+・設定をWinSCP INI形式にエクスポートする機能を追加しました。
6+
7+・PASVモードで返されるアドレスを無視する機能を追加しました。
8+ 正しく設定されていないホストに接続する場合にお使いください。
9+
10+・キーボード操作時にフォーカスが失われるバグを修正しました。
11+
12+・タイトルバーにログインユーザー名を表示するようにしました。
13+
14+・非推奨の暗号方式のみ対応するホストに接続できないバグを修正しました。
15+
16+・異常なタイムスタンプのファイルがローカル側に存在するとクラッシュする
17+ バグを修正しました。
18+
19+・ソフトウェア自動更新機能でプロキシ接続に対応しました。
20+
21+・新しければ上書きが機能しない場合があるバグを修正しました。
22+
23+・ドラッグアンドドロップ中に応答しなくなるバグを修正しました。
24+
25+・バグ対策の副作用によるウィンドウのちらつきを解消しました。
26+
27+・Server Name Indicationを実装しました。
28+ これにより一部の共用サーバーに接続できない問題が解消されます。
29+
30+・転送失敗時に再接続できない場合があるバグを修正しました。
31+
32+・切断時にファイルの転送待ちが解除されないバグを修正しました。
33+
34+・転送中の強制終了が機能しない場合があるバグを修正しました。
35+
36+・受信中止をクリックした後の挙動がおかしくなるバグを修正しました。
37+
38+・同時接続数が1より大きいホストから切断した直後に別のホストで転送に
39+ 失敗するバグを修正しました。
40+
541 ・OpenSSLを更新しました。
642
743 ・SSL/TLSのルート証明書を更新しました。