OSDN Git Service

End the support for Windows XP and earlier.
authors_kawamoto <s_kawamoto@users.sourceforge.jp>
Mon, 20 Jul 2015 04:54:24 +0000 (13:54 +0900)
committers_kawamoto <s_kawamoto@users.sourceforge.jp>
Mon, 20 Jul 2015 04:54:24 +0000 (13:54 +0900)
Modify documents.

17 files changed:
FFFTP_Eng_Release/FFFTP.exe
FFFTP_Eng_Release_64/FFFTP.exe
Release/FFFTP.exe
Release_64/FFFTP.exe
common.h
dist/Microsoft.VC90.CRT.manifest [deleted file]
dist/amd64/Microsoft.VC90.CRT.manifest [deleted file]
dist/amd64/msvcr120.dll [new file with mode: 0644]
dist/amd64/msvcr90.dll [deleted file]
dist/msvcr120.dll [new file with mode: 0644]
dist/msvcr90.dll [deleted file]
doc/eng/FFFTP.txt
doc/eng/history.txt
doc/jpn/FFFTP.txt
doc/jpn/history.txt
htmlhelp/FFFTP.CHM
htmlhelp/HTML/H0000001.HTM

index d2428f6..d315ca1 100644 (file)
Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
index 0245748..622fe72 100644 (file)
Binary files a/FFFTP_Eng_Release_64/FFFTP.exe and b/FFFTP_Eng_Release_64/FFFTP.exe differ
index 047597b..9295dfb 100644 (file)
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
index f30fce6..9f5b428 100644 (file)
Binary files a/Release_64/FFFTP.exe and b/Release_64/FFFTP.exe differ
index da2f059..30bfe09 100644 (file)
--- a/common.h
+++ b/common.h
@@ -81,7 +81,7 @@
 // ソフトウェア自動更新\r
 // リリースバージョンはリリース予定年(10進数4桁)+月(2桁)+日(2桁)+通し番号(0スタート2桁)とする\r
 // 2014年7月31日中の30個目のリリースは2014073129\r
-#define RELEASE_VERSION_NUM            2015071100      /* リリースバージョン */\r
+#define RELEASE_VERSION_NUM            2015072000      /* リリースバージョン */\r
 \r
 \r
 // SourceForge.JPによるフォーク\r
diff --git a/dist/Microsoft.VC90.CRT.manifest b/dist/Microsoft.VC90.CRT.manifest
deleted file mode 100644 (file)
index 328d083..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">\r
-    <assemblyIdentity\r
-        type="win32"\r
-        name="Microsoft.VC90.CRT"\r
-        version="9.0.21022.8"\r
-        processorArchitecture="x86"\r
-        publicKeyToken="1fc8b3b9a1e18e3b"\r
-    />\r
-    <file name="msvcr90.dll"/>\r
-</assembly>\r
-\r
diff --git a/dist/amd64/Microsoft.VC90.CRT.manifest b/dist/amd64/Microsoft.VC90.CRT.manifest
deleted file mode 100644 (file)
index e4450ee..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="yes"?>\r
-<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">\r
-    <assemblyIdentity\r
-        type="win32"\r
-        name="Microsoft.VC90.CRT"\r
-        version="9.0.21022.8"\r
-        processorArchitecture="amd64"\r
-        publicKeyToken="1fc8b3b9a1e18e3b"\r
-    />\r
-    <file name="msvcr90.dll"/>\r
-</assembly>\r
-\r
diff --git a/dist/amd64/msvcr120.dll b/dist/amd64/msvcr120.dll
new file mode 100644 (file)
index 0000000..d711c92
Binary files /dev/null and b/dist/amd64/msvcr120.dll differ
diff --git a/dist/amd64/msvcr90.dll b/dist/amd64/msvcr90.dll
deleted file mode 100644 (file)
index 0ae568a..0000000
Binary files a/dist/amd64/msvcr90.dll and /dev/null differ
diff --git a/dist/msvcr120.dll b/dist/msvcr120.dll
new file mode 100644 (file)
index 0000000..8c36149
Binary files /dev/null and b/dist/msvcr120.dll differ
diff --git a/dist/msvcr90.dll b/dist/msvcr90.dll
deleted file mode 100644 (file)
index a68249a..0000000
Binary files a/dist/msvcr90.dll and /dev/null differ
index 44c3ca8..d49d2fa 100644 (file)
@@ -2,7 +2,7 @@
 [Software Name]  FFFTP Ver.1.99 (FTP Client software)\r
 [Copyright]      Copyright(C) 1997-2010 Sota & cooperators\r
                  Copyright (C) 2011-2015 FFFTP Project (Hiromichi Matsushima, Suguru Kawamoto, IWAMOTO Kouichi, vitamin0x, unarist, Asami, fortran90, tomo1192, Yuji Tanaka, Moriguchi Hirokazu, Fu-sen).\r
-[Environment]    Windows 8.1, 8, 7, Vista, XP, 2000\r
+[Environment]    Windows 10, 8.1, 8, 7, Vista\r
 ============================================================\r
 \r
 About INI File\r
@@ -33,6 +33,11 @@ Changes in Ver.1.99
 \r
 -- Tested on Windows 8.1 (32bit/64bit).\r
 \r
+-- Tested on Windows 10 (32bit/64bit).\r
+\r
+-- Ended the support for Windows XP and earlier.\r
+   This works only on Windows Vista or later.\r
+\r
 -- 64bit version is now available.\r
    This works around the certain restriction on 64bit Windows.\r
 \r
index b0b75a3..0370928 100644 (file)
@@ -5,6 +5,11 @@ Changes in Ver.1.99
 \r
 -- Tested on Windows 8.1 (32bit/64bit).\r
 \r
+-- Tested on Windows 10 (32bit/64bit).\r
+\r
+-- Ended the support for Windows XP and earlier.\r
+   This works only on Windows Vista or later.\r
+\r
 -- 64bit version is now available.\r
    This works around the certain restriction on 64bit Windows.\r
 \r
index 18806d3..54b4fe2 100644 (file)
@@ -1,6 +1,6 @@
 ============================================================\r
 \81y\83\\83t\83g\96¼\81z\81@FTP\83N\83\89\83C\83A\83\93\83g FFFTP\81isf.jp\94Å\81j Ver 1.99\r
-\81y\93®\8dì\8am\94F\8aÂ\8b«\81z\81@Windows 8.1\81A8\81A7\81AVista\81AXP\81A2000\r
+\81y\93®\8dì\8am\94F\8aÂ\8b«\81z\81@Windows 10\81A8.1\81A8\81A7\81AVista\r
 \81y\83T\83|\81[\83g\81z\81@http://osdn.jp/projects/ffftp/\r
 ============================================================\r
 \r
@@ -32,6 +32,11 @@ Ver 1.99
 \r
 \81EWindows 8.1 (32bit/64bit)\82Å\93®\8dì\82ð\8am\94F\82µ\82Ü\82µ\82½\81B\r
 \r
+\81EWindows 10 (32bit/64bit)\82Å\93®\8dì\82ð\8am\94F\82µ\82Ü\82µ\82½\81B\r
+\r
+\81EWindows XP\88È\91O\82Ì\83T\83|\81[\83g\82ð\8fI\97¹\82µ\82Ü\82µ\82½\81B\r
+\81@Windows Vista\88È\8d~\82Å\82Ì\82Ý\93®\8dì\82µ\82Ü\82·\81B\r
+\r
 \81E64bit\94Å\82ª\97\98\97p\89Â\94\\82É\82È\82è\82Ü\82µ\82½\81B\r
 \81@\82±\82ê\82É\82æ\82è64bit\94ÅWindows\82Å\93Á\92è\82Ì\91\80\8dì\82ª\90§\8cÀ\82³\82ê\82é\82Ì\82ð\89ñ\94ð\82Å\82«\82Ü\82·\81B\r
 \r
index 27e3fbb..454fa77 100644 (file)
@@ -4,6 +4,11 @@ FFFTP
 \r
 \81EWindows 8.1 (32bit/64bit)\82Å\93®\8dì\82ð\8am\94F\82µ\82Ü\82µ\82½\81B\r
 \r
+\81EWindows 10 (32bit/64bit)\82Å\93®\8dì\82ð\8am\94F\82µ\82Ü\82µ\82½\81B\r
+\r
+\81EWindows XP\88È\91O\82Ì\83T\83|\81[\83g\82ð\8fI\97¹\82µ\82Ü\82µ\82½\81B\r
+\81@Windows Vista\88È\8d~\82Å\82Ì\82Ý\93®\8dì\82µ\82Ü\82·\81B\r
+\r
 \81E64bit\94Å\82ª\97\98\97p\89Â\94\\82É\82È\82è\82Ü\82µ\82½\81B\r
 \81@\82±\82ê\82É\82æ\82è64bit\94ÅWindows\82Å\93Á\92è\82Ì\91\80\8dì\82ª\90§\8cÀ\82³\82ê\82é\82Ì\82ð\89ñ\94ð\82Å\82«\82Ü\82·\81B\r
 \r
index c90c732..b16875f 100644 (file)
Binary files a/htmlhelp/FFFTP.CHM and b/htmlhelp/FFFTP.CHM differ
index 99c35a5..209b72c 100644 (file)
@@ -5,7 +5,7 @@
 <BODY>\r
 <P align=center><FONT face="\82l\82\83S\83V\83b\83N">&nbsp;<FONT color=#0000ff \r
 size=6>\82e\82e\82e\82s\82o</FONT>\81@Ver 1.99</FONT><FONT face="\82l\82\83S\83V\83b\83N"><BR></FONT>(\93®\8dì\8am\94F\8aÂ\8b« \r
-<STRONG>Windows 8.1, 8, 7, Vista, XP, 2000</STRONG>)</P>\r
+<STRONG>Windows 10, 8.1, 8, 7, Vista</STRONG>)</P>\r
 <P><BR>\82f\82t\82h\82È\82e\82s\82o\83N\83\89\83C\83A\83\93\83g\83c\81[\83\8b\82Å\82·\81B</P><STRONG>\r
 <P style="MARGIN-RIGHT: 0px" dir=ltr><STRONG><FONT \r
 color=#ff0000>\82¨\8eg\82¢\82Ì\91O\82É</FONT></STRONG></P>\r
@@ -24,5 +24,5 @@ color=#ff0000>
 <P>\81\99\83~\83\89\81[\83\8a\83\93\83O\8b@\94\\82É\82æ\82è\81A\83\8d\81[\83J\83\8b\91¤\82Ì\83t\83@\83C\83\8b\8d\\90¬\82ð\82»\82Ì\82Ü\82Ü\83z\83X\83g\91¤\82É\8dÄ\8c»\82Å\82«\82Ü\82·\81BWeb\83y\81[\83W\82Ì\83t\83@\83C\83\8b\93]\91\97\82È\82Ç\82É\95Ö\97\98\82Å\82·\81B</P>\r
 <P><BR><STRONG>\93®\8dì\8am\94F\8aÂ\8b«</STRONG></P>\r
 <P style="MARGIN-RIGHT: 0px" \r
-dir=ltr>FFFTP\82Í\88È\89º\82Ì\8aÂ\8b«\82Å\93®\8dì\82ð\8am\94F\82µ\82Ä\82¢\82Ü\82·\81B<BR>&nbsp;&nbsp;&nbsp; Windows&nbsp;8.1 (32bit/64bit)<BR&nbsp;&nbsp;&nbsp; Windows&nbsp;8 (32bit/64bit)<BR>&nbsp;&nbsp;&nbsp; Windows&nbsp;7 (32bit/64bit)<BR>&nbsp;&nbsp;&nbsp; Windows Vista (32bit/64bit)<BR>&nbsp;&nbsp;&nbsp; Windows XP (32bit)<BR>&nbsp;&nbsp;&nbsp; Windows 2000</P>\r
+dir=ltr>FFFTP\82Í\88È\89º\82Ì\8aÂ\8b«\82Å\93®\8dì\82ð\8am\94F\82µ\82Ä\82¢\82Ü\82·\81B<BR>&nbsp;&nbsp;&nbsp; Windows&nbsp;10 (32bit/64bit)<BR>&nbsp;&nbsp;&nbsp; Windows&nbsp;8.1 (32bit/64bit)<BR>&nbsp;&nbsp;&nbsp; Windows&nbsp;8 (32bit/64bit)<BR>&nbsp;&nbsp;&nbsp; Windows&nbsp;7 (32bit/64bit)<BR>&nbsp;&nbsp;&nbsp; Windows Vista (32bit/64bit)</P>\r
 <P style="MARGIN-RIGHT: 0px" dir=ltr>&nbsp;</P></BODY></HTML>\r