diff --git a/history.txt b/history.txt index fe310cdd0..d6d4f5c45 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,23 @@ +2021-05-14 zzz + * SAM: Remove ancient client demo code + * Update Translations + +2021-05-10 zzz + * Sybil: Fix retention of analysis files when configured + to never delete + +2021-05-07 zzz + * Console: /configpeer improvements + +2021-05-04 zzz + * GeoIP 2021-05 + +2021-05-02 zzz + * Console: Update bug report URLs + +2021-04-25 zzz + * Console: Add author for initial news + 2021-04-24 zzz * Jetty: Patch for CVE-2021-28165 Jetty #6072 - Jetty server high CPU when client send data length > 17408 diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index a4b4ca39e..d1964d0a7 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 = 16; + public final static long BUILD = 17; /** for example "-test" */ public final static String EXTRA = "-rc";