From 838da762f8fd8530e825079c7c9439cbcb3ea2ed Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 24 Nov 2010 16:47:50 +0000 Subject: [PATCH] -6 --- history.txt | 17 +++++++++++++++++ .../java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 00b97e989..b9ff2738b 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,20 @@ +2010-11-24 zzz + * configui: Add .pt + * configtunnels: Log cleanup + * graphs: Synch to conserve memory; cleanup + * i2psnark: + - Prevent dup requests during end game + (ticket 331 - thanks sponge and Oct!) + - POST parameter tweaks + - Message cleanup + * logs: Add trac login hint + * Router: + - Save some info to config file when installing or updating + - Remove global lock on accessing config + - Add global lock on reading/writing config file + * SimpleDataStructure: Fix problem in fromBase64() that + manifested itself as a configtunnels.jsp bug + 2010-11-24 sponge * Slackware, fix rc.i2p, bad logic. diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 4e28a2c8d..c10128fe6 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 = 5; + public final static long BUILD = 6; /** for example "-test" */ public final static String EXTRA = "";