Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-09-16 16:44:40 +0000
committerJesse McConnell2013-09-16 16:44:40 +0000
commitb8d0018af1aa18e4711a37bb021d3207c39c80cf (patch)
tree7e07a51f2ce34275825b1e40aeda4c8c34380adc
parenta71dce39ca8fd184bb9de9c60af687d34a88f75d (diff)
downloadorg.eclipse.jetty.project-b8d0018af1aa18e4711a37bb021d3207c39c80cf.tar.gz
org.eclipse.jetty.project-b8d0018af1aa18e4711a37bb021d3207c39c80cf.tar.xz
org.eclipse.jetty.project-b8d0018af1aa18e4711a37bb021d3207c39c80cf.zip
set for release
-rw-r--r--VERSION.txt20
1 files changed, 19 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 24987024a3..63f3e415ef 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,22 @@
-jetty-7.6.13-SNAPSHOT
+jetty-7.6.13.v20130916 - 16 September 2013
+ + 412629 PropertyFileLoginModule doesn't cache user configuration file even
+ for refreshInterval=0
+ + 413484 setAttribute in nosql session management better handles _dirty status
+ + 413684 deprecated unsafe alias checkers
+ + 414235 RequestLogHandler configured on a context fails to handle forwarded
+ requests
+ + 414393 StringIndexOutofBoundsException with > 8k multipart content without
+ CR or LF
+ + 414431 Avoid debug NPE race
+ + 414507 Ensure AnnotationParser ignores parent dir hierarchy when checking
+ for hidden dirnames
+ + 414652 WebSocket's sendMessage() may hang on congested connections.
+ + 415192 <jsp-file> maps to JspPropertyGroupServlet instead of JspServlet
+ + 415401 Add XmlConfiguration.initializeDefaults that allows to set default
+ values for any XmlConfiguration that may be overridden in the config file
+ + 416585 WebInfConfiguration examines webapp classloader first instead of its
+ parent when looking for container jars
+ + 416990 JMX names statically unique
jetty-7.6.12.v20130726 - 26 July 2013
+ 396706 CGI support parameters

Back to the top