From 2fb1ad035ff20ded897b65254e53f5180e43eb6d Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 1 Feb 2016 13:45:09 +0000 Subject: [PATCH] history for prop, -1 --- history.txt | 13 +++++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index a6c968fcf0..6956732cf2 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,16 @@ +2016-02-01 zzz +Prop from i2p.i2p.zzz.imagegen: + * Console: + - New imagegen webapp, including servlets for identicons, QR codes, + and random art. Bundles a small part of zxing, most of identicon, + and a rewrite of randomart from gnutls. + - Add identicons to sybil page. + * i2ptunnel: Add identicons to i2ptunnel address helper conflict page. + Clean up text on the conflict page for readability. + * SusiDNS: + - Display QR and identicon images on details page + - Fix title whitespace + * 2016-01-27 0.9.24 released 2016-01-27 zzz diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index a411b00998..87e5bffca0 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 = "";