Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-02-01 01:57:12 +0000
committerGreg Wilkins2011-02-01 01:57:12 +0000
commitf807e15c775f60c1fe375e79b48a1d8f42fa54bb (patch)
tree73b7aede7252d3230df8361a8859277ab8a4272d /VERSION.txt
parentbcb2773c1bcbe88a401af84953c8a6858cd144a4 (diff)
downloadorg.eclipse.jetty.project-f807e15c775f60c1fe375e79b48a1d8f42fa54bb.tar.gz
org.eclipse.jetty.project-f807e15c775f60c1fe375e79b48a1d8f42fa54bb.tar.xz
org.eclipse.jetty.project-f807e15c775f60c1fe375e79b48a1d8f42fa54bb.zip
335329 Stop SSL spin during handshake and renogotiate
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2719 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 d2d8bd814e..4448c08cd4 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -28,6 +28,7 @@ jetty-7.3.0-SNAPSHOT
+ 334062 It should be possible to embed in the jetty.home.bundle the ssl keystore files
+ 334229 javax-security needs to import the package javax.security.cert in its OSGi manifest
+ 334311 fix buffer reuse issue in CachedExchange
+ + 335329 Stop SSL spin during handshake and renogotiate
+ 335361 Fixed 'jetty.sh check' to show current PID when JETTY_PID env. variable is set
+ 335641 Cleaned up dispatch handling to avoid key.interestOps==0 when undispatched
+ 335681 Improve ChannelEndPoint.close() to avoid spinning

Back to the top