Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2010-06-14 22:19:08 +0000
committerJoakim Erdfelt2010-06-14 22:19:08 +0000
commitc9db2c96200dda3b44e12325af6aa1c8ea0744a8 (patch)
tree0de47976a61b8a58bcc199367051b060a1acd84d /VERSION.txt
parent02b3db37276b7aff5a97d0bc2fb89071eb8d342a (diff)
downloadorg.eclipse.jetty.project-c9db2c96200dda3b44e12325af6aa1c8ea0744a8.tar.gz
org.eclipse.jetty.project-c9db2c96200dda3b44e12325af6aa1c8ea0744a8.tar.xz
org.eclipse.jetty.project-c9db2c96200dda3b44e12325af6aa1c8ea0744a8.zip
311550 The WebAppProvider should allow setTempDirectory
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@2000 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 838d8e8dff..c80a6bbae8 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,5 @@
jetty-7.1.5-SNAPSHOT
+ + 311550 The WebAppProvider should allow setTempDirectory
+ 316449 Websocket disconnect fix
jetty-7.1.4.v20100610
@@ -27,7 +28,7 @@ jetty-7.1.4.v20100610
+ 316334 Breaking change on org.eclipse.jetty.client.HttpExchange
+ 316399 Debug output in MultiPartFilter
+ 316413 Restarting webapp for packed war fails
- + 316557 OSGi HttpService is not available because context handlers files are not deployed
+ + 316557 OSGi HttpService failure due to undeployed context handlers
+ JETTY-547 Delay close after shutdown until request read
+ JETTY-1231 Support context request log handler

Back to the top