mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
bump -4
This commit is contained in:
+17
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user