Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-07-30 16:13:35 +0000
committerJoakim Erdfelt2015-07-30 16:13:35 +0000
commitb4cbf0dfca6c143ee379b3c4c0ccffc4b6d62414 (patch)
tree92f387b400d9d21b12961513e1ba0501422cb083
parentf54a85dac29fd6885809add86982f449df83b302 (diff)
downloadorg.eclipse.jetty.project-b4cbf0dfca6c143ee379b3c4c0ccffc4b6d62414.tar.gz
org.eclipse.jetty.project-b4cbf0dfca6c143ee379b3c4c0ccffc4b6d62414.tar.xz
org.eclipse.jetty.project-b4cbf0dfca6c143ee379b3c4c0ccffc4b6d62414.zip
Updating VERSION.txt top section
-rw-r--r--VERSION.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index f4e8afe346..23d75df3af 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,3 +1,13 @@
+jetty-9.2.13.v20150730 - 30 July 2015
+ + 472859 ConcatServlet may expose protected resources.
+ + 473006 Encode addPath in URLResource
+ + 473243 Delay resource close for async default content
+ + 473266 Better handling of MultiException
+ + 473322 GatherWrite limit handling
+ + 473624 ProxyServlet.Transparent / TransparentDelegate add trailing slash
+ before query when using prefix.
+ + 473832 SslConnection flips back buffers on handshake exception
+
jetty-9.2.12.v20150709 - 09 July 2015
+ 469414 Proxied redirects expose upstream server name.
+ 469936 Remove usages of SpinLock.

Back to the top