Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-09-07 22:52:40 +0000
committerJesse McConnell2011-09-07 22:52:40 +0000
commit66af591b8c31905d338e5b58043bf3c7503bcdb2 (patch)
treee99d8f100e5dcce7d8cb2e376283b35141673d7b /VERSION.txt
parent39838ed3a5cbc7b68e3a9643d145db4eeb4bf0c8 (diff)
downloadorg.eclipse.jetty.project-66af591b8c31905d338e5b58043bf3c7503bcdb2.tar.gz
org.eclipse.jetty.project-66af591b8c31905d338e5b58043bf3c7503bcdb2.tar.xz
org.eclipse.jetty.project-66af591b8c31905d338e5b58043bf3c7503bcdb2.zip
Updating VERSION.txt top section
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 09d4700004..c39820c9a0 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,13 @@
-jetty-7.5.1-SNAPSHOT
+jetty-7.5.1.v20110907 - 07 September 2011
+ + 350634 Added Resource.newResource(File)
+ + 356190 fix monodb tests for changed test api
+ + 356428 removed timed waits from test
+ + 356693 reduce visibility to webapp of websocket implementations
+ + 356695 jetty server jars are provided for websockets
+ + 356726 Instead of the sessionDestroyed called sessionCreated after
+ invalidate session
+ + 356751 Add null protection to ServletContextHandler.doStop
+ + 356823 correctly decode close codes. Send not utf-8 close code.
jetty-7.5.0.v20110901 - 01 September 2011
+ 356421 Upgraded websocket to draft 13 support

Back to the top