From 458e980e2f1ce8e1d4c8d29c194ecad1b71f4e1f Mon Sep 17 00:00:00 2001 From: zzz Date: Sun, 20 Mar 2022 07:59:32 -0400 Subject: [PATCH] bump -10, javadoc typo --- core/java/src/net/i2p/data/DatabaseEntry.java | 2 +- history.txt | 14 ++++++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/core/java/src/net/i2p/data/DatabaseEntry.java b/core/java/src/net/i2p/data/DatabaseEntry.java index 6b4f25d2b..f93cc65a2 100644 --- a/core/java/src/net/i2p/data/DatabaseEntry.java +++ b/core/java/src/net/i2p/data/DatabaseEntry.java @@ -65,7 +65,7 @@ public abstract class DatabaseEntry extends DataStructureImpl { /** * A common interface to the timestamp of the two subclasses. - * Identical to getEarliestLeaseData() in LeaseSet, + * Identical to getEarliestLeaseDate() in LeaseSet, * and getPublished() in RouterInfo. * Note that for a LeaseSet this will be in the future, * and for a RouterInfo it will be in the past. diff --git a/history.txt b/history.txt index fdec4fb1d..dc909b39a 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,17 @@ +2022-03-20 zzz + * NetDB: + - Refactor family validation + - Remove duplicate store in FloodOnlyLookupMatchJob + - Don't store an entry which is older + +2022-03-18 zzz + * Console: Fix rare IAE on destination sort + * SSU2: Implement peer test state machine + +2022-03-17 zzz + * SSU: Peer Test refactor + * SSU2: Relay and Peer Test WIP + 2022-03-15 zzz * SSU2: Fixes diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index f40f9f7a0..837dbdd0f 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 = 9; + public final static long BUILD = 10; /** for example "-test" */ public final static String EXTRA = "";