Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-05-17 06:55:40 +0000
committerGreg Wilkins2011-05-17 06:55:40 +0000
commitc53749c23235a74bd8d338172d9b4ab615deb4c7 (patch)
treebe7c76bd219545b86797f21d7256d47c472cf5df /VERSION.txt
parent53417972ec90304f40934a22930b2df742780093 (diff)
downloadorg.eclipse.jetty.project-c53749c23235a74bd8d338172d9b4ab615deb4c7.tar.gz
org.eclipse.jetty.project-c53749c23235a74bd8d338172d9b4ab615deb4c7.tar.xz
org.eclipse.jetty.project-c53749c23235a74bd8d338172d9b4ab615deb4c7.zip
338364 Fixed expires header for set cookies
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3162 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 4b9c98ba58..4b97e66495 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,10 +1,12 @@
jetty-7.4.2-SNAPSHOT
+ + 338364 Fixed expires header for set cookies
+ 345729 binding for managing server and system classes globally
+ 345615 Enable SSL Session caching
+ 345763 Source file is updated during the build
+ 345873 Update jetty-ssl.xml to new style
+ 345900 Handle ipv6 with default port
+ 346014 Fixed full HttpGenerator
+ + JETTY-1342 Recreate selector if wakeup throws JVM bug
jetty-7.4.1.v20110513
+ 288563 remove unsupported and deprecated --secure option

Back to the top