Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Bartel2010-08-05 12:32:16 +0000
committerJan Bartel2010-08-05 12:32:16 +0000
commit2e566b924825f953677cc49ddab26ac917b6c85e (patch)
tree8aa0db6dd08e5bd31a7dfce3bf55afa873384b93 /VERSION.txt
parentef5fb6198c5e87a797dbc73f890ef2d6ad84d361 (diff)
downloadorg.eclipse.jetty.project-2e566b924825f953677cc49ddab26ac917b6c85e.tar.gz
org.eclipse.jetty.project-2e566b924825f953677cc49ddab26ac917b6c85e.tar.xz
org.eclipse.jetty.project-2e566b924825f953677cc49ddab26ac917b6c85e.zip
Fix jetty-plus configuration names.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2208 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 04c0398574..ac5850f8f5 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -16,6 +16,7 @@ jetty-7.2-SNAPSHOT
+ 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
+ + Fix jetty-plus.xml for new configuration names
+ Added ignore to Logger interface
+ Improved debug dump

Back to the top