Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-02-28 11:22:01 +0000
committerGreg Wilkins2010-02-28 11:22:01 +0000
commit27aa1d806dc65d099f10167d9461a51ed9e152d6 (patch)
treecf1a2c309c8dc1098b22fdbdf8a6446768a4b57a /VERSION.txt
parent57423b8dd952d16cb76287e754b444e9697990b6 (diff)
downloadorg.eclipse.jetty.project-27aa1d806dc65d099f10167d9461a51ed9e152d6.tar.gz
org.eclipse.jetty.project-27aa1d806dc65d099f10167d9461a51ed9e152d6.tar.xz
org.eclipse.jetty.project-27aa1d806dc65d099f10167d9461a51ed9e152d6.zip
updated servlet 3 api
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1312 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 135f769fd8..7f2ec374a0 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -32,6 +32,7 @@ jetty-7.0.2-SNAPSHOT
+ JETTY-1184 shrink thread pool even with frequent small jobs
+ COMETD-46 reset ContentExchange response content on resend
+ Added IPAccessHandler
+ + Updated Servlet3Continuation to final 3.0.20100224
jetty-7.0.1.v20091125 25 November 2009
+ 274251 DefaultServlet supports exact match mode.

Back to the top