This commit is contained in:
zzz
2026-05-18 12:11:25 -04:00
parent 38e2b31e5b
commit 35585ce02d
2 changed files with 19 additions and 1 deletions
+18
View File
@@ -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;