forked from I2P_Developers/i2p.i2p
bump for review -15-rc
This commit is contained in:
11
history.txt
11
history.txt
@@ -1,3 +1,14 @@
|
||||
2023-01-03 zzz
|
||||
* Console: Add link to sort netdb country chart by count
|
||||
|
||||
2023-01-01 zzz
|
||||
* GeoIP 2023-01-01
|
||||
* I2CP: Reduce session limit to 50, limit is 0 for vmCommSystem
|
||||
* i2psnark:
|
||||
- Add missing button icons (dark/light themes)
|
||||
- Prep for JS DnD (Gitlab MR !73)
|
||||
* i2ptunnel: Do not retry if session limit exceeded
|
||||
|
||||
2022-12-31 zzz
|
||||
* Console: Change color palette for graphs on dark theme
|
||||
* i2psnark:
|
||||
|
||||
@@ -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 = 14;
|
||||
public final static long BUILD = 15;
|
||||
|
||||
/** for example "-test" */
|
||||
public final static String EXTRA = "-rc";
|
||||
|
||||
Reference in New Issue
Block a user