diff --git a/history.txt b/history.txt index ad7880fb1d..398b6ca0c8 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,26 @@ +2010-11-22 zzz + * Addressbook: Fix rename error on Windows (tkt 323 - thanks RN!) + * build.xml: Cleanup, fix distclean error in older ants. + * Console: + - Convert GraphHelper to a FormHandler + - Require POST for all forms + - Change the way we store the Writer to prevent problems + - Fix bonus setting on configpeer.jsp + - More ".jsp" removal + * i2psnark: + - Defer piece loading until required + - Stub out Extension message support + - Convert GET to POST, require POST + * NTCP: Log tweak + * SSLEepGet, Reseeder: + - Implement additional CA loading + - Provide facility to reuse SSL state for speed + - Provide facility to store previously untrusted certificates + - Add www.cacert.org cert to the installer and updater so + SSL on a.netdb.i2p2.de and c.netdb.i2p2.de will work + - Add SSL reseed hosts, prefer them by default + - Reseed message cleanup + 2010-11-19 zzz * Addressbook - Store last-fetched time so we don't always fetch subscriptions after restart diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 0725033fa6..f6e6df3a5c 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 = 3; + public final static long BUILD = 4; /** for example "-test" */ public final static String EXTRA = "";