Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-06-10 02:17:34 +0000
committerGreg Wilkins2009-06-10 02:17:34 +0000
commit963fd5da81f50d7b0e4aa56719dd3fb99d52a6c1 (patch)
treea9df1c33469de57493f4937e581c5c422e519952 /VERSION.txt
parent4a38907a2c2ac3805d09008dbcd8af515fffcb32 (diff)
downloadorg.eclipse.jetty.project-963fd5da81f50d7b0e4aa56719dd3fb99d52a6c1.tar.gz
org.eclipse.jetty.project-963fd5da81f50d7b0e4aa56719dd3fb99d52a6c1.tar.xz
org.eclipse.jetty.project-963fd5da81f50d7b0e4aa56719dd3fb99d52a6c1.zip
279725 Support 100 and 102 expectations
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@356 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 f137ff6e5c..72f720e24a 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -8,6 +8,7 @@ jetty-7.0.0.M3-SNAPSHOT
+ Portable continuations for jetty6 and servlet3
+ Refactored continuations to only support response wrapping
+ Added ContinuationThrowable
+ + 279725 Support 100 and 102 expectations
jetty-7.0.0.M2 18 May 2009
+ JETTY-937 Work around Sun JVM bugs

Back to the top