Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-05-12 13:07:20 +0000
committerGreg Wilkins2010-05-12 13:07:20 +0000
commitbecb140427cde76158444d5eaa004f4a65f96b2f (patch)
tree59c29fdb2522160e4037ed86362ecfed0e19ca6f /VERSION.txt
parent91bfa30e6cbc74b9d9b338bf29c797fcad07cc2f (diff)
downloadorg.eclipse.jetty.project-becb140427cde76158444d5eaa004f4a65f96b2f.tar.gz
org.eclipse.jetty.project-becb140427cde76158444d5eaa004f4a65f96b2f.tar.xz
org.eclipse.jetty.project-becb140427cde76158444d5eaa004f4a65f96b2f.zip
310918 Fixed write blocking for client HttpConnection
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1765 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 fd8c885770..17cb0fa908 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -11,6 +11,7 @@ jetty-7.1.1-SNAPSHOT
+ 308858 Update test suite to JUnit4 - Module jetty-plus
+ 308863 Update test suite to JUnit4 - Module jetty-servlet
+ 308855 Update test suite to JUnit4 - Module jetty-io
+ + 310918 Fixed write blocking for client HttpConnection
jetty-7.1.0 5 May 2010
+ 306353 fixed cross context dispatch to root context.

Back to the top