[Ttssh2-commit] [3869] zlib のバージョンを上げた

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 4月 24日 (土) 13:12:02 JST


Revision: 3869
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3869
Author:   maya
Date:     2010-04-24 13:12:01 +0900 (Sat, 24 Apr 2010)

Log Message:
-----------
zlib のバージョンを上げた

Modified Paths:
--------------
    trunk/doc/en/html/about/history.html
    trunk/doc/en/html/reference/develop.txt
    trunk/doc/ja/html/about/history.html
    trunk/doc/ja/html/reference/develop.txt
    trunk/libs/buildzlib.bat


-------------- next part --------------
Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2010-04-21 15:13:26 UTC (rev 3868)
+++ trunk/doc/en/html/about/history.html	2010-04-24 04:12:01 UTC (rev 3869)
@@ -1493,7 +1493,7 @@
   <li>Misc
     <ul>
       <li>upgraded OpenSSL to 1.0.0</li>
-      <li>upgraded zlib to 1.2.4</li>
+      <li>upgraded zlib to 1.2.5</li>
     </ul>
   </li>
 </ul>

Modified: trunk/doc/en/html/reference/develop.txt
===================================================================
--- trunk/doc/en/html/reference/develop.txt	2010-04-21 15:13:26 UTC (rev 3868)
+++ trunk/doc/en/html/reference/develop.txt	2010-04-24 04:12:01 UTC (rev 3869)
@@ -17,7 +17,7 @@
 * Libraries
 - oniguruma 5.9.2 (http://www.geocities.jp/kosako3/oniguruma/)
 - openssl 1.0.0 (http://www.openssl.org/)
-- zlib 1.2.4 (http://www.zlib.net/)
+- zlib 1.2.5 (http://www.zlib.net/)
 - PuTTY 0.60 (http://www.chiark.greenend.org.uk/~sgtatham/putty/)
 
 

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2010-04-21 15:13:26 UTC (rev 3868)
+++ trunk/doc/ja/html/about/history.html	2010-04-24 04:12:01 UTC (rev 3869)
@@ -1494,7 +1494,7 @@
   <li>‚»‚Ì‘¼
     <ul>
       <li>OpenSSL 1.0.0‚֍·‚µ‘Ö‚¦‚½</li>
-      <li>zlib 1.2.4‚֍·‚µ‘Ö‚¦‚½</li>
+      <li>zlib 1.2.5‚֍·‚µ‘Ö‚¦‚½</li>
     </ul>
   </li>
 </ul>

Modified: trunk/doc/ja/html/reference/develop.txt
===================================================================
--- trunk/doc/ja/html/reference/develop.txt	2010-04-21 15:13:26 UTC (rev 3868)
+++ trunk/doc/ja/html/reference/develop.txt	2010-04-24 04:12:01 UTC (rev 3869)
@@ -20,7 +20,7 @@
 ¡ ƒ‰ƒCƒuƒ‰ƒŠ
 - oniguruma 5.9.2 (http://www.geocities.jp/kosako3/oniguruma/)
 - openssl 1.0.0 (http://www.openssl.org/)
-- zlib 1.2.4 (http://www.zlib.net/)
+- zlib 1.2.5 (http://www.zlib.net/)
 - PuTTY 0.60 (http://www.chiark.greenend.org.uk/~sgtatham/putty/)
 
 

Modified: trunk/libs/buildzlib.bat
===================================================================
--- trunk/libs/buildzlib.bat	2010-04-21 15:13:26 UTC (rev 3868)
+++ trunk/libs/buildzlib.bat	2010-04-24 04:12:01 UTC (rev 3869)
@@ -16,7 +16,7 @@
 :build
 if exist zlibd.lib goto build_release
 nmake -f win32\Makefile.msc.debug clean
-nmake -f win32\Makefile.msc.debug
+nmake -f win32\Makefile.msc.debug OBJA="inffast.obj"
 move zlibd.lib examples\
 move zlib.pdb examples\
 nmake -f win32\Makefile.msc.release clean
@@ -24,6 +24,6 @@
 move examples\zlib.pdb .\
 
 :build_release
-nmake -f win32\Makefile.msc.release
+nmake -f win32\Makefile.msc.release OBJA="inffast.obj"
 
 cd ..



Ttssh2-commit メーリングリストの案内
Back to archive index