diff --git a/core/java/src/org/apache/http/conn/ssl/package.html b/core/java/src/org/apache/http/conn/ssl/package.html new file mode 100644 index 000000000..31242f694 --- /dev/null +++ b/core/java/src/org/apache/http/conn/ssl/package.html @@ -0,0 +1,8 @@ +
++From Apache HttpClient 4.4.1. +For I2PSSSLSocketFactory. +Small modifications to remove additional Apache dependencies. +Apache 2.0 license. +
+ diff --git a/core/java/src/org/apache/http/conn/util/package.html b/core/java/src/org/apache/http/conn/util/package.html new file mode 100644 index 000000000..e2627cb12 --- /dev/null +++ b/core/java/src/org/apache/http/conn/util/package.html @@ -0,0 +1,8 @@ + ++From Apache HttpClient 4.4.1. +For HostnameVerifier. +Small modifications to remove additional Apache dependencies. +Apache 2.0 license. +
+ diff --git a/core/java/src/org/apache/http/util/package.html b/core/java/src/org/apache/http/util/package.html new file mode 100644 index 000000000..08d0217e6 --- /dev/null +++ b/core/java/src/org/apache/http/util/package.html @@ -0,0 +1,8 @@ + ++From Apache HttpCore 4.4.1. +For HostnameVerifier. +Small modifications to remove additional Apache dependencies. +Apache 2.0 license. +
+ diff --git a/history.txt b/history.txt index 17bb61688..3c25c15fc 100644 --- a/history.txt +++ b/history.txt @@ -1,5 +1,16 @@ +2015-04-25 zzz + * I2PSSLSocketFactory: Add hostname verification + * SSLEepGet: + - Rework recent setSoTimeout code changes, as they broke SNI + - Add option to save certs even if no errors + - Add option to disable hostname verification + 2015-04-24 zzz - * i2ptunnel: Fix Socks and SocksIRC tunnels not starting + * Util: Catch and convert OOM in I2PThread.start() + * i2ptunnel: + - Fix Socks and SocksIRC tunnels not starting + - Fix shutdown of client tunnels on server socket errors, + * Updates: Fail fast if HTTP proxy is not running (ticket #1530) 2015-04-23 zzz * Streaming: diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index a6204817e..f2522cd4e 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -18,7 +18,7 @@ public class RouterVersion { /** deprecated */ public final static String ID = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 8; + public final static long BUILD = 9; /** for example "-test" */ public final static String EXTRA = "";