Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2011-03-29 10:30:06 +0000
committerSimone Bordet2011-03-29 10:30:06 +0000
commit0dcf64caa148c2ebee8514f1b536cde31c08cf46 (patch)
tree0d7495186ac21253b9f1fbba3c906ee38b7cc80c /VERSION.txt
parentf1a3caeaca7d81d0317dcc28615a85f0edf58834 (diff)
downloadorg.eclipse.jetty.project-0dcf64caa148c2ebee8514f1b536cde31c08cf46.tar.gz
org.eclipse.jetty.project-0dcf64caa148c2ebee8514f1b536cde31c08cf46.tar.xz
org.eclipse.jetty.project-0dcf64caa148c2ebee8514f1b536cde31c08cf46.zip
Fixes #341206 (Stop order is wrong in HandlerWrapper).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2919 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 197108bffc..383fcefa9e 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -11,10 +11,11 @@ jetty-7.3.2-SNAPSHOT
+ 340878 Integrations should be able to load their own keystores
+ 340920 Dynamically assign RMI registry port for integration testing
+ 341006 Move inner enums out into separate file
- + 341105 Stack trace is printed for an ignored exception
+ + 341105 Stack trace is printed for an ignored exception
+ 341145 WebAppContext MBean attribute serverClasses returns empty value
+ Ensure generated fragment names are unique
+ JETTY-1245 Pooled Buffers implementation
+ + 341206 Stop order is wrong in HandlerWrapper
jetty-7.3.1.v20110307 7 March 2011
+ 316382 Support a more strict SSL option with certificates

Back to the top