This commit is contained in:
zzz
2022-11-23 12:24:29 -05:00
parent 965f84bbfa
commit d82e2fe5ac
2 changed files with 19 additions and 1 deletions

View File

@ -1,3 +1,21 @@
2022-11-23 zzz
* Build: Add debcheckpatch to release targets
* CLI: Sort MTU output by address
* Console:
- Add status and banned tabs to /peers (WIP)
- Change mtn tunnel in help FAQ to git
- Cleanup /debug update and app manager sections
- Dark theme banlist margin fix
- /configlogging fixes
* Crypto: Don't use AccessController in I2PProvider, deprecated as of Java 17
* i2ptunnel:
- SOCKS 5 tunnel improvements and torsocks support
- Fix log message on config migration
* Router: KeysAndCert compressible padding (Proposal 161, Gitlab MR !66)
* SSU: Remove unneeded queue latency check in UDPSender
* SSU2: Increase Session Created max padding
* SusiDNS: Fix off-by-one in next page last item number
2022-11-21 2.0.0 (API 0.9.56) released
2022-11-12 zzz

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