Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2011-04-21 15:29:20 +0000
committerSimone Bordet2011-04-21 15:29:20 +0000
commit057eb0a102c1aeec9d2574a14a779946a8b57cd1 (patch)
treeb0d525a274c8d8e84d8d12969360859a2f27c7ff /VERSION.txt
parente38ed573247be5cc67d8f7c9e49612a87f664390 (diff)
downloadorg.eclipse.jetty.project-057eb0a102c1aeec9d2574a14a779946a8b57cd1.tar.gz
org.eclipse.jetty.project-057eb0a102c1aeec9d2574a14a779946a8b57cd1.tar.xz
org.eclipse.jetty.project-057eb0a102c1aeec9d2574a14a779946a8b57cd1.zip
Fixes #343567 (HttpClient does not limit the destination's exchange queue).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3028 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 67737667e3..0e3f3f62df 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,10 +1,11 @@
-jetty-7.4.1-SNAPSHOT
+jetty-7.4.1-SNAPSHOT
+ 343083 Set nested dispatch type and connection
+ 343277 add support for a context white list
+ 343352 make sure that jetty.osgi.boot is activated when a WAB is registered
+ + 343567 HttpClient does not limit the destination's exchange queue
jetty-7.4.0.v20110414
- + 342504 Scanner Listener
+ + 342504 Scanner Listener
+ 342700 refine websocket API for anticipated changes
+ JETTY-1362 Set root cause of UnavailableException
+ Various test harness cleanups to avoid random failures

Back to the top