I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit d82e2fe5 authored by zzz's avatar zzz
Browse files

bump -1

parent 965f84bb
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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 = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment