Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2009-09-17 08:03:08 +0000
committerSimone Bordet2009-09-17 08:03:08 +0000
commit0b70620b8282cb0105dd5c8487104b36c68457a2 (patch)
tree8ebf5007965a031482544d157ecb05a2d4a687d8 /VERSION.txt
parentb16c1f00dcf068e566e96a7b310f0281692f7279 (diff)
downloadorg.eclipse.jetty.project-0b70620b8282cb0105dd5c8487104b36c68457a2.tar.gz
org.eclipse.jetty.project-0b70620b8282cb0105dd5c8487104b36c68457a2.tar.xz
org.eclipse.jetty.project-0b70620b8282cb0105dd5c8487104b36c68457a2.zip
Fixed bug #289686: HttpExchange.setStatus() has too coarse synchronization.
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@929 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 2f6c7b1448..c98e2d3fad 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -5,7 +5,7 @@ jetty-7.0.1-SNAPSHOT
+ 288401 HttpExchange.cancel() Method Unimplemented
+ 289265 Test harness for async input
+ 289027 deobfuscate HttpClient SSL passwords
-
+
jetty-7.0.0.RC6-SNAPSHOT
+ JETTY-719 Document state machine of jetty http client
+ JETTY-780 CNFE during startup of webapp with spring-context >= 2.5.1
@@ -37,6 +37,7 @@ jetty-7.0.0.RC6-SNAPSHOT
+ 289285 org.eclipse.jetty.continuation 7.0.0.RC5 imports the org.mortbay.util.ajax package
+ Tweak DefaultServletTest under windows
+ Copy VERSION.txt to distro
+ + 289686 HttpExchange.setStatus() has too coarse synchronization
jetty-6.1.20 27 August 2009
+ JETTY-838 Don't log and throw

Back to the top