Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-07-28 13:11:59 +0000
committerGreg Wilkins2010-07-28 13:11:59 +0000
commite025cc3ca4af1241c8e4e6c30d0a072842bbf702 (patch)
tree8b71dddfddec02510a7723aff498b38edd09ded7 /VERSION.txt
parentef9ebf31b61f81c012e012b48296db97f742a227 (diff)
downloadorg.eclipse.jetty.project-e025cc3ca4af1241c8e4e6c30d0a072842bbf702.tar.gz
org.eclipse.jetty.project-e025cc3ca4af1241c8e4e6c30d0a072842bbf702.tar.xz
org.eclipse.jetty.project-e025cc3ca4af1241c8e4e6c30d0a072842bbf702.zip
JETTY-1250 Parallel start of HandlerCollection
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2190 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 3547fb5dbf..5cb38d0763 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -10,6 +10,7 @@ jetty-7.2-SNAPSHOT
+ 320457 Added rfc2045 support to B64Code
+ JETTY-1245 Do not use direct buffers with NIO SSL
+ JETTY-1249 Apply max idle time to all connectors
+ + JETTY-1250 Parallel start of HandlerCollection
+ Added ignore to Logger interface
+ Improved debug dump

Back to the top