diff --git a/build.xml b/build.xml
index 1561fdd9d..40b1ed2fa 100644
--- a/build.xml
+++ b/build.xml
@@ -1616,6 +1616,11 @@
+
+
@@ -1793,11 +1798,9 @@
since preppkg puts too much stuff in pkg-temp -->
-
+
diff --git a/history.txt b/history.txt
index f340136d1..2e3ca8d29 100644
--- a/history.txt
+++ b/history.txt
@@ -1,3 +1,14 @@
+2016-01-06 zzz
+ * Build: Remove big geoip files from release again
+ * Console: Properly register listen hosts with PortMapper
+ * DataHelper: Optimize checks in storeProps()
+ * I2PTunnel: Fixup console links in error pages if console is
+ on a non-standard host or port, or on https
+ * Jetty: Change default source logging from b64 to b32.
+ To change back to b64, add the following to the RequestLogImpl
+ section of jetty.xml: true
+ * PortMapper: Add method to convert wildcard host to actual host
+
2015-12-21 zzz
* SSU: Hand all messages pending after establishment to the
outbound queue at once, for efficiency.
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index 80cfb9c84..5b1ba79e3 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 = 18;
+ public final static long BUILD = 19;
/** for example "-test" */
public final static String EXTRA = "";