Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2010-04-07 20:04:37 +0000
committerJan Bartel2010-04-07 20:04:37 +0000
commite89eab77f3cf67cf719e618d4bf94f7c152c02d1 (patch)
treefa4c040c460f197968baffc0aef1847d377de6c0 /VERSION.txt
parentac50ff46f3386fef7f07fc2f262bf513d95f09c7 (diff)
downloadorg.eclipse.jetty.project-e89eab77f3cf67cf719e618d4bf94f7c152c02d1.tar.gz
org.eclipse.jetty.project-e89eab77f3cf67cf719e618d4bf94f7c152c02d1.tar.xz
org.eclipse.jetty.project-e89eab77f3cf67cf719e618d4bf94f7c152c02d1.zip
jetty-plus.xml was not finished being ported to jetty-7 because it still referred to addLifeCycle instead of addBean. Also added AnnotationConfiguration in as part of plusConfig
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1477 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 64e30904c2..4c5cde3159 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -5,6 +5,8 @@ jetty-7.1-SNAPSHOT
+ 307847 Fixed combining mime type parameters
+ 307898 Handle large/async websocket messages
+ JETTY-1202 Use platform default algorithm for SecureRandom
+ + Fix jetty-plus.xml reference to addLifeCycle
+ + Add AnnotationConfiguration to jetty-plus.xml
jetty-7.0.2.v20100331
+ 297552 Don't call Continuation timeouts from acceptor tick

Back to the top