bump -14-rc

This commit is contained in:
zzz
2022-12-31 14:10:58 -05:00
parent 6b1859421f
commit 5818f8e26d
2 changed files with 11 additions and 1 deletions

View File

@@ -1,3 +1,13 @@
2022-12-31 zzz
* Console: Change color palette for graphs on dark theme
* i2psnark:
- Update tracker list after editing torrent (Gitlab #380)
- Throttle torrent startup to prevent OOMs
2022-12-30 zzz
* UPnP: Catch AssertionError when closing SSDP multicast socket
* Util: Add methods to convert IPv6 addresses to canonical RFC 5952 strings
2022-12-29 zzz
* Tunnels: Limit requested client tunnels during congestion

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