Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gorovoy2011-05-18 02:16:58 +0000
committerMichael Gorovoy2011-05-18 02:16:58 +0000
commit990fea3a0464592d11aa566628ff8696adde526d (patch)
tree7145fa8d82133aba458540601765847a7077075c /VERSION.txt
parent5b7811ca76f4c940d01f90cedbaf9b3c216936b2 (diff)
downloadorg.eclipse.jetty.project-990fea3a0464592d11aa566628ff8696adde526d.tar.gz
org.eclipse.jetty.project-990fea3a0464592d11aa566628ff8696adde526d.tar.xz
org.eclipse.jetty.project-990fea3a0464592d11aa566628ff8696adde526d.zip
346179 o.e.j.util.ScannerTest fails on MacOS X platform
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3197 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 7182f8897f..7b4f8f0103 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,4 @@
-jetty-7.4.2-SNAPSHOT
+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
@@ -6,6 +6,7 @@ jetty-7.4.2-SNAPSHOT
+ 345873 Update jetty-ssl.xml to new style
+ 345900 Handle ipv6 with default port
+ 346014 Fixed full HttpGenerator
+ + 346179 o.e.j.util.ScannerTest fails on MacOS X platform
+ JETTY-1342 Recreate selector if wakeup throws JVM bug
jetty-7.4.1.v20110513
@@ -22,7 +23,7 @@ jetty-7.4.1.v20110513
+ 343680 Handle OSGi bundle jars not ending in ".war"
+ 343707 'REQUEST' is printed on console for each incoming HTTP request
+ 343923 flush timeouts applied to outer loop
- + 343936 Session idle calls unbind and remove listeners
+ + 343936 Session idle calls unbind and remove listeners
+ 344059 Websockets draft-07
+ 344067 Add support for OSGi fragment bundles to add static resources to web-bundles
+ 344513 Attempting to set ConfigurationClasses in jetty-web.xml causes NPE
@@ -30,7 +31,7 @@ jetty-7.4.1.v20110513
+ 345047 Readded deprecated ScanningAppDeployer#setMonitoredDir
+ 345290 Weak references from SessionIdManager. HashSessionManager cleanup.
+ 345543 Always close endpoint on SSLException
- + 345656 Disambiguate SslContextFactory#validateCerts property
+ + 345656 Disambiguate SslContextFactory#validateCerts property
+ 345679 Allow setting an initialized KeyStore as keystore/truststore of SslContextFactory
+ 345704 jetty-nested works with forwarded SSL in cloudfoundry
+ JETTY-954 WebAppContext eats any start exceptions instead of stopping the server load

Back to the top