From 16a5295140f04568edc72f94e4c8c3b49ebf9c4c Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 11 Jun 2016 14:19:04 +0000 Subject: [PATCH] history for prop, -1 --- history.txt | 19 +++++++++++++++++++ .../src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index c3a9633d0f..4c6a785676 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,22 @@ +2016-06-11 zzz +Prop from i2p.i2p.zzz.test2: + * CPUID: Add CLI output for new AMD tests + * i2psnark standalone: + - Cherry-pick fixes from psi's github i2psnark_rpc branch + - Fix up Jetty XML file for Jetty 8 + - Start with JettyStart + - Add UrlLauncher to launch browser + - Fix up paths in CSS files during build + - Force startup delay to 0 + - Fix theme selection + - Adjust CSS and image paths + - Add shutdown hook to delete temp dir + * i2ptunnel CLI: Don't set the listen host to the I2CP host + * jbigi: + - Fix GMP version reporting for shared library (ticket #1800) + - mbuild-all script fixes + * NetDB: Improve handling of deferred search result jobs + * 2016-06-07 0.9.26 released 2016-06-03 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 = "";