From b5ce70955bd9b9e0cbba1bdd949a3efaae4c94c4 Mon Sep 17 00:00:00 2001 From: zzz Date: Mon, 26 Dec 2022 14:15:30 -0500 Subject: [PATCH] bump -12 --- history.txt | 12 ++++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index 6c643f9d0..1047c9dfe 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,15 @@ +2022-12-26 zzz + * Console: Sort tunnels by name on /tunnels, /configtunnels, /i2ptunnel + * Router: Don't blocklist our own IP + * SSU: + - Fix NPE when SSU2 disabled + - Redesign peer test symmetric NAT detection + +2022-12-23 zzz + * SSU2: + - More peer test fixes + - Refactor in-session PacketBuilder2 methods to throw IOE + 2022-12-22 zzz * SSU: - Further restrict states to publish peer test cap diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 3c8f141dc..470d52b4b 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 = 11; + public final static long BUILD = 12; /** for example "-test" */ public final static String EXTRA = "";