diff --git a/history.txt b/history.txt index a9bdd48a2..4a3c6e530 100644 --- a/history.txt +++ b/history.txt @@ -1,5 +1,29 @@ +2023-02-04 zzz + * Router: + - Continue work on congestion caps (proposal 162) + - Stat cleanup + +2023-02-03 zzz + * i2psnark: Fix failure on torrents with '#' in the name + * Util: Fix check for illegal chars in storeProps() + +2023-02-01 zzz + * Console: Don't list same client SKM twice on /debug for subsessions + * Profiles: + - Count all build rejections in tunnel history + - Remove 30m tunnel history rates + * Ratchet: Don't bundle LS with ratchet ACK + 2023-01-30 zzz - * Tunnels: Refactor peer selection + * Blocklist: + - Don't maintain IPv6 blocklist unless we have an IPv6 address + - Don't read in same-country blocklist unless configured or in strict country + * NTCP2: Ensure we publish a "6" address on transition to firewalled + * Streaming: Refactor sig checking + * Tunnels: + - Refactor peer selection + - Improve expl. build success in well-connected routers during congestion + * Util: Add experimental config to bypass Fortuna and just use /dev/random 2023-01-27 zzz * Console: Debug page cleanups diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 9bc4388a0..f2424bd3b 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 = 5; + public final static long BUILD = 6; /** for example "-test" */ public final static String EXTRA = "";