Tatsuhiro Tsujikawa пре 10 година
родитељ
комит
f57947d236
2 измењених фајлова са 5 додато и 5 уклоњено
  1. 3 3
      README.android
  2. 2 2
      README.mingw

+ 3 - 3
README.android

@@ -38,14 +38,14 @@ See `the online manual
 Notes
 -----
 
-aria2c executable was generated using android-ndk-r10b.
+aria2c executable was generated using android-ndk-r10d.
 
 The following libraries were statically linked.
 
-* openssl 1.0.2a
+* openssl 1.0.2d
 * expat 2.1.0
 * c-ares 1.10.0
-* libssh2 1.5.0
+* libssh2 1.6.0
 
 Since Android does not have ``/etc/resolv.conf``, c-ares (asynchronous
 DNS resolver) is disabled by default. But name resolution is sometimes

+ 2 - 2
README.mingw

@@ -14,10 +14,10 @@ necessary. The linked libraries are:
 
 * gmp 6.0.0
 * expat 2.1.0
-* sqlite 3.8.8.2
+* sqlite 3.8.11.1
 * zlib 1.2.8
 * c-ares 1.10.0 with the dns.patch [1] applied
-* libssh2 1.5.0
+* libssh2 1.6.0
 
 [1] http://c-ares.haxx.se/mail/c-ares-archive-2014-05/0008.shtml