From 3da4369c96d8eacd45128e5018c441abc8851553 Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 21 Jan 2023 12:47:05 -0500 Subject: [PATCH] bump -3 --- history.txt | 16 ++++++++++++++++ .../java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index a8da92a3c..b4a371710 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,19 @@ +2023-01-21 zzz + * Console: + - Remove ERR- and WARN- prefixes from status strings + - Catch graph error in Docker (Gitlab #383) + * NTCP: Do not rebind internal port if only SSU external port changed + * SSU: + - Eliminate Symmetric NAT errors for "full cone" NATs + - Fix rare peer test NPE + - Fix initial SSU2 MTU when SSU1 disabled + +2023-01-19 zzz + * Build: Add i2psnark-release target + +2023-01-18 zzz + * i2psnark: Search CSS and JS + 2023-01-17 zzz * i2psnark: - Add basic search box diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index aee15848b..2d30a2c12 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 = "Git"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 2; + public final static long BUILD = 3; /** for example "-test" */ public final static String EXTRA = "";