Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-11-20 17:07:55 +0000
committerJesse McConnell2012-11-20 17:07:55 +0000
commit3a44196efd11b3df692e529655ff734dee6c3dbd (patch)
tree308539b5ec804f5ca3966104d254f7c30d207c96 /VERSION.txt
parent9dcd30a09294d0b683bf052b445593f4f0815488 (diff)
downloadorg.eclipse.jetty.project-3a44196efd11b3df692e529655ff734dee6c3dbd.tar.gz
org.eclipse.jetty.project-3a44196efd11b3df692e529655ff734dee6c3dbd.tar.xz
org.eclipse.jetty.project-3a44196efd11b3df692e529655ff734dee6c3dbd.zip
set for release
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt21
1 files changed, 20 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 0e91998562..c4f93ff153 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,23 @@
-jetty-9.0.0-SNAPSHOT
+jetty-9.0.0.M3 - 20 November 2012
+ + 391623 Add option to --stop to wait for target jetty to stop
+ + 392237 Port test-integration to jetty-9
+ + 392492 expect headers only examined for requests>=HTTP/1.1
+ + 392850 ContextLoaderListener not called in 9.0.0.M1 and M2
+ + 393075 1xx, 204, 304 responses ignore headers that suggest content
+ + 393832 start connectors last
+ + 393947 additional tests
+ + 394143 add jetty-all aggregate via release profile
+ + 394144 add jetty-jaspi
+ + 394215 Scheduled tasks throwing exceptions kill java.util.Timer thread.
+ + 394232 add jetty-ant into jetty9
+ + 394357 Make JarResource constructors protected
+ + 394370 Add unit tests for HttpTransportOverSPDY.send()
+ + 394383 add logging of the SSLEngine
+ + 394541 Add continuation jar and websocket jars to test-jetty-webapp
+ + 394545 Add jetty-jaas dependency to jetty-maven-plugin
+ + 394671 Fix setting loglevel on commandline, organize import, fix javadoc
+ + JETTY-846 Support maven-war-plugin configuration for jetty-maven-plugin; fix
+ NPE
jetty-9.0.0.M2 - 06 November 2012
+ 371170 MongoSessionManager LastAccessTimeTest fails

Back to the top