Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2012-01-20 17:36:25 +0000
committerJesse McConnell2012-01-20 17:36:25 +0000
commit9c205c3278aea842db49504ff64f73fc92d5afe6 (patch)
tree80c56577a93ccb3620f7fb6b9fc57760ff3919e1
parent80ffe47e7eb2db2c2939ea2f7299c414844b5702 (diff)
parentc2d33f8f69e1f1c69ab37ec8fbd328d5586cfde8 (diff)
downloadorg.eclipse.jetty.project-9c205c3278aea842db49504ff64f73fc92d5afe6.tar.gz
org.eclipse.jetty.project-9c205c3278aea842db49504ff64f73fc92d5afe6.tar.xz
org.eclipse.jetty.project-9c205c3278aea842db49504ff64f73fc92d5afe6.zip
Merge branch 'release'
-rw-r--r--VERSION.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index f3131428ef..359eb30f51 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,5 +1,21 @@
jetty-7.6.0-SNAPSHOT
+jetty-7.6.0.RC5 - 20 January 2012
+ + 359329 Prevent reinvocation of LoginModule.login with jaspi for already
+ authed user
+ + 368632 Remove superfluous removal of org.apache.catalina.jsp_file
+ + 368633 fixed configure.dtd resource mappings
+ + 368635 moved lifecycle state reporting from toString to dump
+ + 368773 process data constraints without realm
+ + 368787 always set token view to new header buffers in httpparser
+ + 368821 improved test harness
+ + 368920 JettyAwareLogger always formats the arguments.
+ + 368948 POM for jetty-jndi references unknown version for javax.activation.
+ + 368992 avoid non-blocking flush when writing to avoid setting !_writable
+ without _writeblocked
+ + JETTY-1475 made output state fields volatile to provide memory barrier for
+ non dispatched thread IO
+
jetty-7.6.0.RC4 - 13 January 2012
+ 365048 jetty Http client does not send proxy authentication when requesting
a Https-resource through a web-proxy.

Back to the top