From f62c3047b586c2df277e0332a19fdbcaeddc4f6a Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 2 Mar 2012 01:34:21 +0000 Subject: [PATCH] history for prop, -1 --- history.txt | 33 +++++++++++++++++++ .../src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index e3b1aae09..c3290a434 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,36 @@ +2012-03-02 zzz + * BlockfileNamingService: Add negative cache + * Build: Add built-by to jars; check for corrupt jars on debug page + * configstats.jsp: Hide log settings unless already enabled + * DataStructures: + - Remove static logs + - Sort addresses in RouterInfo at initialization only; + change from Set to List to save space + - Remove unused counters in Lease to save space + - Increase max leases to 16 + * Graphs: + - New single graph page with easy resizing + - Support graphing of previous intervals + * i2pinstall.exe: Add icon + * i2psnark: + - Add tracker configuration form + - Remove custom tracker option from create form + - Add private torrent option + - More icons in buttons + - Use js for refresh + * I2PTunnelHTTPClient: + - Refactoring to use Java URI parser to better handle + escapes, IPv6 addresses, ports + - Rewrite i2paddresshelper scanning/removal + - Refactor out local server code + - Nicer address helper error page + * NetDB: + - Reenable verify of RI stores, disabled in 0.7.9, + checkin comments claim reenabled in 0.7.10 but didn't happen. + - Synchronize StoreJob.sendNext() to avoid dups + * netdb.jsp: Fix debug leaseset count again + * susidns: Add b64 hash to details page + * 2012-02-27 0.8.13 released 2012-02-22 kytv diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index a411b0099..87e5bffca 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 = 0; + public final static long BUILD = 1; /** for example "-test" */ public final static String EXTRA = "";