This commit is contained in:
zzz
2024-05-05 09:00:50 -04:00
parent 44f313449a
commit 71992b2af6
2 changed files with 18 additions and 1 deletions
+17
View File
@@ -1,3 +1,20 @@
2024-05-05 zzz
* NetDB: Various fixes and adjustments
* Pull translations from Transifex
2024-05-03 zzz
* NetDB: Don't lookup RI if temp. banlisted
* Router: Add Tor blocklist
* Tunnels: OBEP distributor: Check and charge RI lookup bandwidth
2024-05-02 zzz
* Profiles: Fixes for firstHeardAbout and/or lastHeardAbout being zero
2024-05-01 zzz
* NetDB:
- Limit number of DSRM entries to follow
- Deny old ANY lookup type to non-ff
2024-04-27 zzz
* Sybil: Disable IP checks for now
@@ -20,7 +20,7 @@ public class RouterVersion {
public final static String VERSION = CoreVersion.VERSION;
/** for example: "beta", "alpha", "rc" */
public final static String QUALIFIER = "";
public final static long BUILD = 3;
public final static long BUILD = 4;
/** for example "-test" */
public final static String EXTRA = "";
public final static String FULL_VERSION = VERSION + "-" + BUILD + QUALIFIER + EXTRA;