From b4fb8ba2c9cbb853042b7fd755de544ba67bef92 Mon Sep 17 00:00:00 2001 From: zzz Date: Fri, 6 Jan 2023 14:45:01 -0500 Subject: [PATCH] bump for review -15-rc --- history.txt | 11 +++++++++++ router/java/src/net/i2p/router/RouterVersion.java | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/history.txt b/history.txt index e59c495c6..0c7acf0a2 100644 --- a/history.txt +++ b/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: diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index def90930f..b9f86d25e 100644 --- a/router/java/src/net/i2p/router/RouterVersion.java +++ b/router/java/src/net/i2p/router/RouterVersion.java @@ -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";