Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2010-03-16 11:56:25 +0000
committerSimone Bordet2010-03-16 11:56:25 +0000
commitfa37afd7fe1cbc3e561ea8fac7fe4e1ddfe59ab7 (patch)
tree8c072db09f19f0eafba641b3f72b37c11e96d189 /VERSION.txt
parent96ec4af2df81e38f7d0910218ade0bbe758433a0 (diff)
downloadorg.eclipse.jetty.project-fa37afd7fe1cbc3e561ea8fac7fe4e1ddfe59ab7.tar.gz
org.eclipse.jetty.project-fa37afd7fe1cbc3e561ea8fac7fe4e1ddfe59ab7.tar.xz
org.eclipse.jetty.project-fa37afd7fe1cbc3e561ea8fac7fe4e1ddfe59ab7.zip
Fixes #305997 (Coalesce buffers in ChannelEndPoint.flush()).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1382 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 1c447b275d..f1520378a5 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -42,10 +42,11 @@ jetty-7.0.2.RC0
+ JETTY-1179 Persistant session tables created on MySQL use wrong datatype
+ JETTY-1184 shrink thread pool even with frequent small jobs
+ JETTY-1133 Handle multiple URL ; parameters
- + JETTY-1192 Fixed Digested POST
+ + JETTY-1192 Fixed Digested POST
+ COMETD-46 reset ContentExchange response content on resend
+ Added IPAccessHandler
+ Updated Servlet3Continuation to final 3.0.20100224
+ + 305997 Coalesce buffers in ChannelEndPoint.flush()
jetty-7.0.1.v20091125 25 November 2009
+ 274251 DefaultServlet supports exact match mode.

Back to the top