Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2015-05-29 13:38:59 +0000
committerJesse McConnell2015-05-29 13:38:59 +0000
commitf42ea615b6412db0fdb6f2462ef291328665c14c (patch)
tree0147a88b5a5d439cc10900508ad920b26e47a81b
parent4472b614b94550c167dab5c2e3f3362368d4dba0 (diff)
downloadorg.eclipse.jetty.project-f42ea615b6412db0fdb6f2462ef291328665c14c.tar.gz
org.eclipse.jetty.project-f42ea615b6412db0fdb6f2462ef291328665c14c.tar.xz
org.eclipse.jetty.project-f42ea615b6412db0fdb6f2462ef291328665c14c.zip
set for release
-rw-r--r--VERSION.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 45ec26e7ef..9953104678 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,6 +1,4 @@
-jetty-9.2.12-SNAPSHOT
-
-jetty-9.2.11.v20150528 - 28 May 2015
+jetty-9.2.11.v20150529 - 29 May 2015
+ 461499 ConnectionPool may leak connections.
+ 463579 Add support for 308 status code.
+ 464292 Implement stream-based transformer for AsyncMiddleManServlet.
@@ -27,6 +25,8 @@ jetty-9.2.11.v20150528 - 28 May 2015
+ 468008 Scanner ignores directory length
+ 468421 HttpClient#send fails with IllegalArgumentException on non-lowercase
schemes.
+ + 468714 SelectorManager updateKey race without submit
+ + 468747 XSS vulnerability in HttpSpiContextHandler
jetty-9.2.11.M0 - 25 March 2015
+ 454934 WebSocketClient / connectToServer can block indefinitely during

Back to the top