From 92e596399a2e689dc13d94d93faf9d6892e43ae9 Mon Sep 17 00:00:00 2001 From: Jesse McConnell Date: Thu, 29 Oct 2009 18:24:22 +0000 Subject: [PATCH] adjust version with latest bug fix git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1018 7e9141cc-0065-0410-87d8-b60c137991c4 --- VERSION.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/VERSION.txt b/VERSION.txt index ab383beea21..aa70db00566 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -12,6 +12,7 @@ jetty-7.0.1-SNAPSHOT + 292642 Fix errors in embedded Jetty examples + 292825 Continuations ISE rather than ignore bad transitions + 292546 Proactively enforce HttpClient idle timeout + + 293506 Unable to use jconsole with Jetty when running with security manager + JETTY-937 More JVM bug work arounds. Insert pause if all else fails + JETTY-983 Send content-length with multipart ranges + JETTY-1114 unsynchronised WebAppClassloader.getResource(String)