Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-04-21 10:25:46 +0000
committerGreg Wilkins2010-04-21 10:25:46 +0000
commita32d7cd5176f75cda494e00601c77f5486882b37 (patch)
tree9371a75774841e5f95b359cc67e9106a1644ad57 /VERSION.txt
parentc0b88885b155c8f692e711a62903bf5de56fd6d7 (diff)
downloadorg.eclipse.jetty.project-a32d7cd5176f75cda494e00601c77f5486882b37.tar.gz
org.eclipse.jetty.project-a32d7cd5176f75cda494e00601c77f5486882b37.tar.xz
org.eclipse.jetty.project-a32d7cd5176f75cda494e00601c77f5486882b37.zip
JETTY-1200 SSL NIO Endpoint wraps non NIO buffers
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1535 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 6e3a5fae98..a6c638425d 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -12,6 +12,7 @@ jetty-7.1-SNAPSHOT
+ 309466 Removed synchronization from StdErrLog
+ 309765 Added JSP module
+ JETTY-903 Stop both caches
+ + JETTY-1200 SSL NIO Endpoint wraps non NIO buffers
+ JETTY-1202 Use platform default algorithm for SecureRandom
+ Fix jetty-plus.xml reference to addLifeCycle
+ Add AnnotationConfiguration to jetty-plus.xml

Back to the top