This commit is contained in:
zzz
2022-12-22 09:59:22 -05:00
parent ac799b7ffa
commit 3580430005
2 changed files with 15 additions and 1 deletions

View File

@@ -1,5 +1,19 @@
2022-12-22 zzz
* SSU:
- Further restrict states to publish peer test cap
- Peer test scheduling fixes
* SSU2:
- Further restrict states to be a peer test Charlie
- Peer test fixes
2022-12-21 zzz
* CLI: Add a "help" command, improve command listing
* Router: Add IPv6 analysis to Sybil checker
2022-12-20 zzz
* Router: Add IPv6 localhost and wildcard to blocklist
* SSU2: Peer test improvements and fixes
* Util: Speed up IP string to byte conversion
2022-12-19 zzz
* CLI: Add NewsHandler CLI to fetch news from servers

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