Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2011-09-08 16:40:37 +0000
committerJesse McConnell2011-09-08 16:40:37 +0000
commit37d0f53b0a3bd29f5997c9c1502724791dddae47 (patch)
treedfeff6ae9a28e493cbeb6edaf7a9d9581a89de5d /VERSION.txt
parent4a575d49587fe43ef2380cda612513f106bf32ab (diff)
downloadorg.eclipse.jetty.project-37d0f53b0a3bd29f5997c9c1502724791dddae47.tar.gz
org.eclipse.jetty.project-37d0f53b0a3bd29f5997c9c1502724791dddae47.tar.xz
org.eclipse.jetty.project-37d0f53b0a3bd29f5997c9c1502724791dddae47.zip
updating version.txt and resetting pom versions to 7.5.1-SNAPSHOT
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 c39820c9a0..229055636e 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,4 @@
-jetty-7.5.1.v20110907 - 07 September 2011
+jetty-7.5.1.v20110908 - 08 September 2011
+ 350634 Added Resource.newResource(File)
+ 356190 fix monodb tests for changed test api
+ 356428 removed timed waits from test
@@ -8,6 +8,7 @@ jetty-7.5.1.v20110907 - 07 September 2011
invalidate session
+ 356751 Add null protection to ServletContextHandler.doStop
+ 356823 correctly decode close codes. Send not utf-8 close code.
+ + 357058 Acceptor thread blocking
jetty-7.5.0.v20110901 - 01 September 2011
+ 356421 Upgraded websocket to draft 13 support

Back to the top