diff --git a/history.txt b/history.txt index 6cc1f4cd6..6734f3335 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,13 @@ +2012-06-18 zzz + * i2psnark: + - Improve torrent shutdown handling to maximize chance of + announces getting to tracker + - Thread task to open tunnel and improve UI feedback while open is pending + - Clean up delete-torrent messages + - Remove redundant shutdown hook + - Avoid NPE in PEX message handling + - Log tweaks + 2012-06-15 zzz * I2PSocketEepGet: Use specified port * I2PTunnel: diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index ea17ad55f..e1f87e077 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 = 15; + public final static long BUILD = 16; /** for example "-test" */ public final static String EXTRA = "";