This commit is contained in:
zzz
2022-03-03 13:38:37 -05:00
parent 32d60858da
commit 87f7d470a6
2 changed files with 14 additions and 1 deletions

View File

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

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 = 2;
public final static long BUILD = 3;
/** for example "-test" */
public final static String EXTRA = "";