mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-07 00:11:39 +00:00
bump -8
This commit is contained in:
+18
@@ -1,3 +1,21 @@
|
||||
2026-05-18 zzz
|
||||
* SSU2: Peer test result fix as Alice when we never got Charlie's RI
|
||||
|
||||
2026-05-17 zzz
|
||||
* i2psnark:
|
||||
- Add check for empty filenames
|
||||
- Fix check for existing base file when adding via create form
|
||||
- Use unfiltered base file name if it exists
|
||||
|
||||
2026-05-16 zzz
|
||||
* Transports: Reduce min downtime to rekey transport keys
|
||||
|
||||
2026-05-15 zzz
|
||||
* Console: Don't display hide/show news links on /configupdate
|
||||
* i2psnark: Increase max form keys
|
||||
* Router: Fix rare NPE at startup in InNetMessagePool
|
||||
* Susimail: Remove static login nonce
|
||||
|
||||
2026-05-12 zzz
|
||||
* SSU2: Require three consecutive peer tests for IPv6 state changes
|
||||
|
||||
|
||||
@@ -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 = 7;
|
||||
public final static long BUILD = 8;
|
||||
/** 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