Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2010-05-10 15:12:34 +0000
committerSimone Bordet2010-05-10 15:12:34 +0000
commitc3d31d68b0c849b46970037d5447189d3f4ceab6 (patch)
treed84bc9e4311b7cbe0ff17154d5b7944ac31d2053 /VERSION.txt
parentbcebcb329f2ce047cbdc851b130675907113465a (diff)
downloadorg.eclipse.jetty.project-c3d31d68b0c849b46970037d5447189d3f4ceab6.tar.gz
org.eclipse.jetty.project-c3d31d68b0c849b46970037d5447189d3f4ceab6.tar.xz
org.eclipse.jetty.project-c3d31d68b0c849b46970037d5447189d3f4ceab6.zip
Fix for #304803 (Remove TypeUtil Integer and Long caches).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1744 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index edeeb97c6b..c70d4954d5 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,9 +1,12 @@
+jetty-7.1.1-SNAPSHOT
+ + 304803 Remove TypeUtil Integer and Long caches
+jetty-7.1.0 5 May 2010
+ 306353 fixed cross context dispatch to root context.
+ 311154 Added deprecated StringBuffer API for backwards compatibility
+ 311554 Protect shutdown thread from Server#doStop
-jetty-7.1.0.RC1-SNAPSHOT
+jetty-7.1.0.RC1 5 May 2010
+ 286889 Allow System and Server classes to be set on Server instance and when applied to all webapps
+ 291448 SessionManager has isCheckingRemoteSessionIdEncoding
+ 296650 JETTY-1198 reset idle timeout on request body chunks

Back to the top