Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2011-11-29 02:08:26 +0000
committerGreg Wilkins2011-11-29 02:08:26 +0000
commita47e07445a02cae34075e29c0205ca7151ceb8fc (patch)
tree1dd59d59cd8d3a33e51565fb3d5c8d910e4b7976 /VERSION.txt
parent05784d5081ae8c3c84e5aee7f3ac3c27892f3cba (diff)
downloadorg.eclipse.jetty.project-a47e07445a02cae34075e29c0205ca7151ceb8fc.tar.gz
org.eclipse.jetty.project-a47e07445a02cae34075e29c0205ca7151ceb8fc.tar.xz
org.eclipse.jetty.project-a47e07445a02cae34075e29c0205ca7151ceb8fc.zip
Upating VERSION.txt top section
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt30
1 files changed, 29 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index a9591f26b4..d36c10c7fa 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,32 @@
-jetty-7.6.0-SNAPSHOT
+jetty-7.6.0.RC0 - 29 November 2011
+ + Refactored NIO layer for better half close handling
+ + 349110 fixed bypass chunk handling
+ + 360546 handle set count exceeding max integer
+ + 362111 StdErrLog.isDebugEnabled() returns true too often
+ + 362113 Improve Test Coverage of org.eclipse.jetty.util.log classes
+ + 362407 setTrustStore(Resource) -> setTrustStoreResource(R)
+ + 362447 add setMaxNonceAge() to DigestAuthenticator
+ + 362468 NPE at line org.eclipse.jetty.io.BufferUtil.putHexInt
+ + 362614 NPE in accepting connection
+ + 362626 IllegalStateException thrown when SslContextFactory preconfigured
+ with SSLContext
+ + 362696 expand virtual host configuration options to ContextHandler and add
+ associated test case for new behavior
+ + 362742 improved UTF8 exception reason
+ + 363124 improved websocket close handling
+ + 363381 Throw IllegalStateException if Request uri is null on getServerName
+ + 363408 GzipFilter should not attempt to compress HTTP status 204
+ + 363488 ShutdownHandler use stopper thread
+ + 363718 Setting java.rmi.server.hostname in jetty-jmx.xml
+ + 363757 partial fix
+ + 363785 StdErrLog must use system-dependent EOL.
+ + 363943 ignore null attribute values
+ + 363993 EOFException parsing HEAD response in HttpTester
+ + 364638 SCEP does idle timestamp checking. New setCheckForIdle method
+ controls onIdleExpired callback. 364921 a second onIdleExpired callback will
+ result in close rather than a shutdown output.
+ + 364657 Support HTTP only cookies from standard API
+ + JETTY-1442 add _hostHeader setter for ProxyRule
jetty-7.5.4.v20111024 - 24 October 2011
+ 358263 JDBCSessionIdManager add setDatasource(DataSource) method

Back to the top