forked from I2P_Developers/i2p.i2p
bump -14-rc
This commit is contained in:
10
history.txt
10
history.txt
@@ -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
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user