diff --git a/history.txt b/history.txt index c57db6c358..de7e2278d2 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,17 @@ +2019-07-26 zzz + * Debian: Change debian files from stretch (Jetty 9.2, Tomcat 8, Java 8) + to buster (Jetty 9.4, Tomcat 9, Java 11) + * Prop from i2p.i2p.zzz.confsplit: + Split clients.config and i2ptunnel.config into individual files + for each client and tunnel, except on android and portable. + +2019-07-23 zzz + * Data: Initial support for enc types + * Router: Checks for new enc types + +2019-07-22 zzz + * NetDB: Handle LS2 blinded flag bit + 2019-07-19 zzz * Console: Split up /help page, prep for translation (ticket #2298) diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java index 0725033fa6..f6e6df3a5c 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 = "Monotone"; public final static String VERSION = CoreVersion.VERSION; - public final static long BUILD = 3; + public final static long BUILD = 4; /** for example "-test" */ public final static String EXTRA = "";