forked from I2P_Developers/i2p.i2p
bump -3
This commit is contained in:
13
history.txt
13
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
|
||||
|
||||
|
@ -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 = "";
|
||||
|
Reference in New Issue
Block a user