Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-10-19 01:47:00 +0000
committerGreg Wilkins2010-10-19 01:47:00 +0000
commitce026a4f118f30161d0f648ee4d1ae959c7e048a (patch)
tree15efeb9e26333cea5f9ba099a58043158626b863 /VERSION.txt
parentbda68489b9acd28e535a3cd1847be993ba6cff4b (diff)
downloadorg.eclipse.jetty.project-ce026a4f118f30161d0f648ee4d1ae959c7e048a.tar.gz
org.eclipse.jetty.project-ce026a4f118f30161d0f648ee4d1ae959c7e048a.tar.xz
org.eclipse.jetty.project-ce026a4f118f30161d0f648ee4d1ae959c7e048a.zip
JETTY-1289 LRU cache for filter chains
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2362 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index c92f5ab017..05da1d1d93 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -11,6 +11,7 @@ jetty-7.2.0.RC1 15 October 2010
+ 327601 Multipart Filter handles quoted tokens
+ 327725 Nested ResourceCaches
+ JETTY-1288 Info statement when atypical classloader set on WebAppContext
+ + JETTY-1289 LRU cache for filter chains
jetty-7.2.0.RC0 1 October 2010
+ 314087 Simplified SelectorManager

Back to the top