add package.html files

This commit is contained in:
zzz
2015-04-25 23:15:52 +00:00
parent 40c4a42921
commit b90816fdf8
5 changed files with 37 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
<html><body>
<p>
From Apache HttpClient 4.4.1.
For I2PSSSLSocketFactory.
Small modifications to remove additional Apache dependencies.
Apache 2.0 license.
</p>
</body></html>

View File

@@ -0,0 +1,8 @@
<html><body>
<p>
From Apache HttpClient 4.4.1.
For HostnameVerifier.
Small modifications to remove additional Apache dependencies.
Apache 2.0 license.
</p>
</body></html>

View File

@@ -0,0 +1,8 @@
<html><body>
<p>
From Apache HttpCore 4.4.1.
For HostnameVerifier.
Small modifications to remove additional Apache dependencies.
Apache 2.0 license.
</p>
</body></html>

View File

@@ -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 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 2015-04-23 zzz
* Streaming: * Streaming:

View File

@@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */ /** deprecated */
public final static String ID = "Monotone"; public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION; public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 8; public final static long BUILD = 9;
/** for example "-test" */ /** for example "-test" */
public final static String EXTRA = ""; public final static String EXTRA = "";