Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-11-07 23:38:23 +0000
committerGreg Wilkins2010-11-07 23:38:23 +0000
commit79ca06a386444d9f5c3ee00b88171088892fabbf (patch)
tree04c2a0c091cf0650da0f2b236945692e4c47188a /VERSION.txt
parent5e6bcdc0091de320700e3905d6a36bfd1f100278 (diff)
downloadorg.eclipse.jetty.project-79ca06a386444d9f5c3ee00b88171088892fabbf.tar.gz
org.eclipse.jetty.project-79ca06a386444d9f5c3ee00b88171088892fabbf.tar.xz
org.eclipse.jetty.project-79ca06a386444d9f5c3ee00b88171088892fabbf.zip
329643 Improved deployment of resource collections
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2477 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 ac016b9565..108f8339db 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -13,6 +13,7 @@ jetty-7.2.1-SNAPSHOT
+ 329180 Spin check for Selector to stop
+ 329410 Enforce XmlConfiguration properties as Map<String,String>
+ 329642 Concurrent modification exception in Deployment Manager
+ + 329643 Improved deployment of resource collections
+ JETTY-748 Prevent race close of socket by old acceptor threads
+ JETTY-1291 Extract query parameters even if POST content consumed
+ JETTY-1295 Contexts mixed up when hot-deploying on virtual hosts

Back to the top