Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-04-05 23:22:55 +0000
committerGreg Wilkins2009-04-05 23:22:55 +0000
commit22b5d08bfd5f91ff1551bd6937b40f35bc27e7be (patch)
tree03913ee1cf662544dfd6784cc629ccc13fb66bf5 /VERSION.txt
parent474503077332e1963126ee3cfb4d8683da924b30 (diff)
downloadorg.eclipse.jetty.project-22b5d08bfd5f91ff1551bd6937b40f35bc27e7be.tar.gz
org.eclipse.jetty.project-22b5d08bfd5f91ff1551bd6937b40f35bc27e7be.tar.xz
org.eclipse.jetty.project-22b5d08bfd5f91ff1551bd6937b40f35bc27e7be.zip
271258 FORM Authentication dispatch handling avoids caching
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@110 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 883496a33a..a003f8195e 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,4 +1,7 @@
-jetty-7.0.0.M0-SNAPSHOT
+jetty-7.0.0.M1-SNAPSHOT
+ + 271258 FORM Authentication dispatch handling avoids caching
+
+jetty-7.0.0.M0
+ JETTY-496 Support inetd/xinetd through use of System.inheritedChannel()
+ JETTY-540 Merged 3.0 Public Review changes
+ JETTY-567 Delay in initial TLS Handshake With FireFox 3 beta5 and SslSelectChannelConnector

Back to the top