From f57947d236aae0e8bf9e42f8e6e802b52d14a287 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 27 Sep 2015 23:50:14 +0900 Subject: [PATCH] Update doc --- README.android | 6 +++--- README.mingw | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.android b/README.android index 29dc8644..38d62764 100644 --- a/README.android +++ b/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 diff --git a/README.mingw b/README.mingw index 0c3a4583..e303472c 100644 --- a/README.mingw +++ b/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