Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoakim Erdfelt2015-08-03 17:44:55 +0000
committerJoakim Erdfelt2015-08-03 17:44:55 +0000
commitf95b41fa7c2b54a6654012e596bfc9ff27dd7ca6 (patch)
tree63391af8952dcc5039bde83472fd2c11a4fe4b4e
parent9e4fdb10bf649eddc2f08e4f5b1f254864b3ac7c (diff)
downloadorg.eclipse.jetty.project-f95b41fa7c2b54a6654012e596bfc9ff27dd7ca6.tar.gz
org.eclipse.jetty.project-f95b41fa7c2b54a6654012e596bfc9ff27dd7ca6.tar.xz
org.eclipse.jetty.project-f95b41fa7c2b54a6654012e596bfc9ff27dd7ca6.zip
Updating VERSION.txt description
-rw-r--r--VERSION.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index c99233d8a5..7fbb50ef74 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -3,7 +3,7 @@ jetty-9.3.3-SNAPSHOT
jetty-9.3.2.v20150730 - 30 July 2015
+ 470351 Fixed SNI matching of wildcard certificates
+ 470727 Thread Starvation of selector wakeups.
- + 472601 fix typo
+ + 472601 org.eclipse.jetty.util.log.Log.setLog() does not work as before
+ 472621 Unjustified timeout when serving static content
+ 472781 GzipHandler isMimeTypeGzipable() bad logic
+ 472859 ConcatServlet may expose protected resources.

Back to the top