diff --git a/history.txt b/history.txt index de3a674a29..7687869189 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,33 @@ +2014-08-10 zzz +Prop from i2p.i2p.zzz.test2: + * Console: Show share options below 30% (ticket #1329) + * Crypto: Move TransientSessionKeyManager from core to router. + I2PAppContext will return the dummy SessionKeyManager which + is sufficient for non-tag uses (e.g. Bote). + Client use of end-to-end encryption using SessionTags was + disabled in release 0.6, 2005-07-27. + * KeysAndCert: Change hashcode to prevent possible collisions + caused by apps with zeroed pubkey + * Plugins: Start of SU3 support (ticket #1227) + * SAM: + - Don't spawn a thread for each transmitted datagram + - Set protocol field for raw and signed datagrams + - Enforce a 60s timeout for HELLO + - Use naming service cache to reduce Destination object churn + - Get Log object from the log manager + * SigType: Add static isAvailable() methods + * SSU: Speed up introductions by responding to HolePunch (ticket #1333) + * SU3File: + - Add support for XML and NEWS types + - Fix NPE on EOF reading input + - Add -x option to bypass signature verification + - Add -k option to use specified private key cert for verification + - Don't verify signature in showversion + * UPnP: Disable external entities in XML parser + +2014-08-10 zzz + * Console: Hide client delete buttons unless advanced on /configclients + * 2014-08-09 0.9.14.1 released 2014-08-07 kytv diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 87e5bffca0..282c18b422 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 = 1; + public final static long BUILD = 2; /** for example "-test" */ public final static String EXTRA = "";