Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2013-03-08 18:12:21 +0000
committerJoakim Erdfelt2013-03-08 18:12:21 +0000
commit9025d21fb8a8b38e1a51522cac8275e9e6c99756 (patch)
treebda6f07e1ad4dc70a3d3458b6725e3a20c140882 /VERSION.txt
parentf01e4f0b2ce5bbda941eff7ac2316d70cbd204e1 (diff)
downloadorg.eclipse.jetty.project-9025d21fb8a8b38e1a51522cac8275e9e6c99756.tar.gz
org.eclipse.jetty.project-9025d21fb8a8b38e1a51522cac8275e9e6c99756.tar.xz
org.eclipse.jetty.project-9025d21fb8a8b38e1a51522cac8275e9e6c99756.zip
Updating VERSION.txt top section
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index e94d8f7a49..bf6e9fcf09 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,4 @@
-jetty-9.0.0.v20130306 - 06 March 2013
+jetty-9.0.0.v20130308 - 08 March 2013
+ 399070 add updated version of npn-boot jar to start.ini
+ 399799 do not hold lock while calling invalidation listeners
+ 399967 Destroyables destroyed on undeploy and shutdown hook
@@ -34,6 +34,10 @@ jetty-9.0.0.v20130306 - 06 March 2013
upstream server. Fix several other small proxy issues
+ 402316 HttpReceiver and null pointer exception.
+ 402341 Host with default port causes redirects loop.
+ + 402726 WebAppContext references old WebSocket packages in system and
+ server classes
+ + 402757 WebSocket client module can't be used with WebSocket server
+ module in the same WAR
jetty-9.0.0.RC2 - 24 February 2013
+ Fix etc/jetty.xml TimerScheduler typo that is preventing normal startup

Back to the top