Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-05-23 11:33:40 +0000
committerGreg Wilkins2009-05-23 11:33:40 +0000
commit8f04010f674be395dd7cadf56a7f603927c90fad (patch)
treedd17e1c7a309927e1240e920635dc9f8f7783596 /VERSION.txt
parentf946f8609b5de3b32d3ff759c7356bb798d656c2 (diff)
downloadorg.eclipse.jetty.project-8f04010f674be395dd7cadf56a7f603927c90fad.tar.gz
org.eclipse.jetty.project-8f04010f674be395dd7cadf56a7f603927c90fad.tar.xz
org.eclipse.jetty.project-8f04010f674be395dd7cadf56a7f603927c90fad.zip
portable continuations
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@265 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 0e305412be..8024e054dd 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -4,6 +4,7 @@ jetty-7.0.0.M3-SNAPSHOT
+ added WebAppContext.setConfigurationDiscovered for servlet 3.0 features
+ 274251 Allow dispatch to welcome files that are servlets (configurable)
+ 277403 Cleanup system property usage.
+ + Portable continuations for jetty6 and servlet3
jetty-7.0.0.M2 18 May 2009
+ JETTY-937 Work around Sun JVM bugs

Back to the top