From a5c4ba3bff5082fc3c4376bfe510bec2b10f8403 Mon Sep 17 00:00:00 2001 From: zzz Date: Sat, 3 Mar 2007 20:30:52 +0000 Subject: [PATCH] 2007-03-03 zzz * Upgrade from Jetty 5.1.6 to 5.1.12 which fixes spaces in URL * Add a updaterWithJetty build target --- apps/jetty/build.xml | 17 ++++++++--------- build.xml | 14 ++++++++++++++ history.txt | 6 +++++- .../java/src/net/i2p/router/RouterVersion.java | 4 ++-- 4 files changed, 29 insertions(+), 12 deletions(-) diff --git a/apps/jetty/build.xml b/apps/jetty/build.xml index d7d6a68df..6688f0059 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 a2fabc3d5..a3a737d9b 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 a78401617..d8a97c9e6 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 25181e746..156898edf 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);