Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-07-14 03:49:54 +0000
committerGreg Wilkins2010-07-14 03:49:54 +0000
commitb3ef44b8cee8bd126f2fd1fb84371976a9c7fddb (patch)
treef576de66862e19d7a4d8a1d8091be5924ec777b4 /VERSION.txt
parent1fe1ca1b35270012d2d35352fa0286407909a440 (diff)
downloadorg.eclipse.jetty.project-b3ef44b8cee8bd126f2fd1fb84371976a9c7fddb.tar.gz
org.eclipse.jetty.project-b3ef44b8cee8bd126f2fd1fb84371976a9c7fddb.tar.xz
org.eclipse.jetty.project-b3ef44b8cee8bd126f2fd1fb84371976a9c7fddb.zip
JETTY-1245 Do not use direct buffers with NIO SSL
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2118 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 1308011f5a..791982737c 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -3,6 +3,7 @@ jetty-7.2-SNAPSHOT
+ 319370 WebAppClassLoader.Context
+ 319519 Warn about duplicate configuration files
+ 319655 Reset HEAD status
+ + JETTY-1245 Do not use direct buffers with NIO SSL
+ JETTY-1247 synchronize recylcing of SSL NIO buffers
+ JETTY-1249 Apply max idle time to all connectors
+ JETTY-1251 Replace then close selector for JVM bugs

Back to the top