diff --git a/history.txt b/history.txt index e7edc851f..abd4708cc 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,18 @@ +2010-03-25 zzz + * configclients.jsp: Fix dup anchor + * Console: Sort plugin links in summary bar + * i2psnark: + - Send numwant=0 if we don't need peers + - Report returned complete and incomplete counts + if higher than peer count + - Allow missing peer list + - Log tweaks + * netdb.jsp: Tag transport properties + * Plugins: Remove final check and install console + messages after a while + * PrivateKeyFile: Add b32 output + * Reseed: Add another host + 2010-03-18 zzz * Blocklist, CommSystem, FIFOBandwidth, TransportManager, OutNetMessage, InNetMessagePool: @@ -48,6 +63,10 @@ not sure why taking them from the tail "reduces latency" - Java 5 cleanup +2010-03-17 zzz + * I2PTunnel: Disable nonce checking when console password set + * Reseed: Add another host + * 2010-03-15 0.7.12 released 2010-03-13 zzz diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index b8546913b..f17951822 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 = "";