Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VERSION.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 03ec82371d..3e91892d66 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,9 @@
-jetty-7.6.15-SNAPSHOT
+jetty-7.6.15.v20140411 - 11 April 2014
+ + 422137 Added maxQueued to QueuedThreadPool MBean
+ + 425038 WebSocketClient leaks file handles when exceptions are thrown from
+ open()
+ + 425551 Memory Leak in SelectConnector$ConnectTimeout.expired.
+ + 432452 ConnectHandler does not timeout sockets in FIN_WAIT2.
jetty-7.6.14.v20131031 - 31 October 2013
+ 417772 fixed low resources idle timeout

Back to the top