Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-08-05 13:10:38 +0000
committerGreg Wilkins2010-08-05 13:10:38 +0000
commitfb9ebc84bab3c06bf1f1e1a9cb38ae39c7704cdf (patch)
tree13fa8692312c6da3164539c7fb248de887730ca9 /VERSION.txt
parent2e566b924825f953677cc49ddab26ac917b6c85e (diff)
downloadorg.eclipse.jetty.project-fb9ebc84bab3c06bf1f1e1a9cb38ae39c7704cdf.tar.gz
org.eclipse.jetty.project-fb9ebc84bab3c06bf1f1e1a9cb38ae39c7704cdf.tar.xz
org.eclipse.jetty.project-fb9ebc84bab3c06bf1f1e1a9cb38ae39c7704cdf.zip
JETTY-1256 annotation jars from Orbit
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2209 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index ac5850f8f5..c9bdf12bab 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -11,11 +11,11 @@ jetty-7.2-SNAPSHOT
+ 321232 BasicAuthenticator ignores bad Authorization header.
+ 321307 HashSessionManager calls passivation listeners.
+ 321730 SelectChannelEndPoint prints to System.err
-
+ JETTY-912 added per exchange timeout api
+ 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
+ + JETTY-1256 annotation jars from Orbit
+ Fix jetty-plus.xml for new configuration names
+ Added ignore to Logger interface
+ Improved debug dump

Back to the top