bump for review

This commit is contained in:
zzz
2021-05-15 14:03:03 -04:00
parent f83bd18693
commit fb6e8249d0
2 changed files with 21 additions and 1 deletions

View File

@@ -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

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