bump -10, javadoc typo

This commit is contained in:
zzz
2022-03-20 07:59:32 -04:00
parent e08d2f354a
commit 458e980e2f
3 changed files with 16 additions and 2 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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 = "";