diff --git a/apps/jetty/build.xml b/apps/jetty/build.xml
index d7d6a68df4..6688f00592 100644
--- a/apps/jetty/build.xml
+++ b/apps/jetty/build.xml
@@ -3,29 +3,30 @@
-
+
-
+
-
+
-
+
-
+
-
+
+
@@ -33,9 +34,7 @@
-
-
-
+
diff --git a/build.xml b/build.xml
index a2fabc3d5c..a3a737d9bc 100644
--- a/build.xml
+++ b/build.xml
@@ -7,6 +7,7 @@
+
@@ -292,6 +293,9 @@
+
+
+
@@ -353,6 +357,16 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/history.txt b/history.txt
index a784016175..d8a97c9e6a 100644
--- a/history.txt
+++ b/history.txt
@@ -1,4 +1,8 @@
-$Id: history.txt,v 1.553 2007-02-28 21:29:12 zzz Exp $
+$Id: history.txt,v 1.554 2007-03-03 15:11:07 zzz Exp $
+
+2007-03-03 zzz
+ * Upgrade from Jetty 5.1.6 to 5.1.12 which fixes spaces in URL
+ * Add a updaterWithJetty build target
2007-03-03 zzz
* Implement priority sending for NTCP
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index 25181e7462..156898edfb 100644
--- a/router/java/src/net/i2p/router/RouterVersion.java
+++ b/router/java/src/net/i2p/router/RouterVersion.java
@@ -15,9 +15,9 @@ import net.i2p.CoreVersion;
*
*/
public class RouterVersion {
- public final static String ID = "$Revision: 1.489 $ $Date: 2007-02-28 21:29:11 $";
+ public final static String ID = "$Revision: 1.490 $ $Date: 2007-03-03 15:11:05 $";
public final static String VERSION = "0.6.1.27";
- public final static long BUILD = 3;
+ public final static long BUILD = 4;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);