diff --git a/history.txt b/history.txt index 7687869189..aa11143a60 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,20 @@ +2014-08-10 zzz +Prop from i2p.i2p.zzz.snarkconfig: + * i2psnark: + - Move config file and DHT persistence file to a config dir + - Move per-torrent configuration from "zmeta" in the main config file + to a per-torrent config file (ticket #1132) + - Split timestamp and bitfield into separate configs + - Fix misspelling of autoStart config + - Remove two unused SnarkManager methods + - Refactor file deletion in prep for better file name handling (ticket #571) + - Don't use canonical files in directory listings, + for speed and to avoid file comparison problems (tickets #1079, #1148) + - Set base file/dir in Storage constructor, make final, + in prep for arbitrary locations (ticket #1028) + - Add missing nonce protection for file priority setting + - Add torrent mime type + 2014-08-10 zzz Prop from i2p.i2p.zzz.test2: * Console: Show share options below 30% (ticket #1329) diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 282c18b422..0725033fa6 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 = 2; + public final static long BUILD = 3; /** for example "-test" */ public final static String EXTRA = "";