From 87f7d470a651a6cba387d07f54fce71d5a4d5c87 Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 3 Mar 2022 13:38:37 -0500 Subject: [PATCH] bump -3 --- history.txt | 13 +++++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index cc6ff7d9e..f6774f0a1 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,16 @@ +2022-03-03 zzz + * NetDB: Load reseed RI if newer than in-memory + * NTCP: Start out reachable if SSU disabled + +2022-03-02 zzz + * SSU: Finish initial implementation of SSU2 + Unit tested only, testnet testing to follow + Data phase retransmissions unimplemented + +2022-03-01 zzz + * NetDB: Add new reseeds + * Util: More efficient detection of connectivity + 2022-02-25 zzz * Sybil: Family analysis improvements 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 = "";