diff --git a/history.txt b/history.txt index 8dad528f1..3a3f37bf0 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,14 @@ +2022-12-17 zzz + * Console: Fix UDP disabled error when SSU 1 disabled + * SSU: + - Don't call rebuildIfNecessary() from dropPeer() and addPeer() every time + - Don't call test forceRunSoon() in addPeer() every time + - Fix IP closeness check when firewalled + * SSU2: + - Immediately remove establish state from EstablishmentManager on fatal error + - Send in-session termination after certain session confirmed errors + * Transport: Fix multiple v4/v6 RouterAddresses + 2022-12-15 zzz * Router: Change transient IPv4 blocklist to LHMCache * SSU: Check banlist after session confirmed diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 6a9511fad..f40f9f7a0 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 = 8; + public final static long BUILD = 9; /** for example "-test" */ public final static String EXTRA = "";