Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-07-09 23:27:40 +0000
committerGreg Wilkins2009-07-09 23:27:40 +0000
commit1a476620304b3737edd33fc955b46b3d7dcbba63 (patch)
tree32fc03ae4a3c0caebc4e1bb82376c6dd3a82af23 /VERSION.txt
parent42a33c32fc1b357b24c888574662fb0188b97817 (diff)
downloadorg.eclipse.jetty.project-1a476620304b3737edd33fc955b46b3d7dcbba63.tar.gz
org.eclipse.jetty.project-1a476620304b3737edd33fc955b46b3d7dcbba63.tar.xz
org.eclipse.jetty.project-1a476620304b3737edd33fc955b46b3d7dcbba63.zip
282807 Better handling of 100 continues if response committed
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@535 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 6159b28e60..3ca380cef0 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -6,6 +6,7 @@ jetty-7.0.0.RC0 8 June 2009
+ 280843 Buffer pool uses isHeader
+ 271535 Adding integration tests, and enabling RFC2616 tests
+ 281287 Handle date headers before 1 Jan 1970
+ + 282807 Better handling of 100 continues if response committed.
jetty-7.0.0.M4 1 June 2009
+ 281059 NPE in QTP with debug on

Back to the top