diff --git a/history.txt b/history.txt
index 17fd18418..e26e63c4e 100644
--- a/history.txt
+++ b/history.txt
@@ -1,4 +1,7 @@
-$Id: history.txt,v 1.604 2007-12-26 15:55:07 complication Exp $
+$Id: history.txt,v 1.605 2007-12-28 15:27:20 zzz Exp $
+
+2007-12-29 zzz
+ * Change jetty timeout from 30 to 60 sec (thanks sponge!)
2007-12-28 zzz
* Add zzz's update signing key
diff --git a/installer/resources/jetty.xml b/installer/resources/jetty.xml
index 9566a41aa..b14335f4f 100644
--- a/installer/resources/jetty.xml
+++ b/installer/resources/jetty.xml
@@ -25,7 +25,7 @@
3
10
- 30000
+ 60000
1000
8443
8443
diff --git a/router/java/src/net/i2p/router/RouterVersion.java b/router/java/src/net/i2p/router/RouterVersion.java
index 5a86a809b..6bb950a2a 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.539 $ $Date: 2007-12-26 15:55:08 $";
+ public final static String ID = "$Revision: 1.540 $ $Date: 2007-12-28 15:27:16 $";
public final static String VERSION = "0.6.1.30";
- public final static long BUILD = 11;
+ public final static long BUILD = 12;
public static void main(String args[]) {
System.out.println("I2P Router version: " + VERSION + "-" + BUILD);
System.out.println("Router ID: " + RouterVersion.ID);