Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimone Bordet2010-04-26 15:09:17 +0000
committerSimone Bordet2010-04-26 15:09:17 +0000
commit53b2e8d6c18b3d28d61bce1e3d8a903c2b19d65e (patch)
tree6ca84dab4d30912d1c31d782c0097d3f6d681691 /VERSION.txt
parentfd9b4b8ae900a2c0aa8278acbc22b254a3db3fd3 (diff)
downloadorg.eclipse.jetty.project-53b2e8d6c18b3d28d61bce1e3d8a903c2b19d65e.tar.gz
org.eclipse.jetty.project-53b2e8d6c18b3d28d61bce1e3d8a903c2b19d65e.tar.xz
org.eclipse.jetty.project-53b2e8d6c18b3d28d61bce1e3d8a903c2b19d65e.zip
Fixes 310467 (Allow SocketConnector to create generic Connection objects).
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1561 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 455231d454..001d2e8eec 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,5 +1,4 @@
-
-jetty-7.1-SNAPSHOT
+jetty-7.1.0-SNAPSHOT
+ 294563 Websocket client connection
+ 297104 Improve handling of CONNECT method
+ 306349 ProxyServlet does not work unless deployed at /
@@ -7,7 +6,7 @@ jetty-7.1-SNAPSHOT
+ 307847 Fixed combining mime type parameters
+ 307898 Handle large/async websocket messages
+ 308009 ObjectMBean incorrectly casts getTargetException() to Exception
- + 308420 convert jetty-plus.xml to use DeploymentManager
+ + 308420 convert jetty-plus.xml to use DeploymentManager
+ 308925 Protect the test webapp from remote access
+ 309466 Removed synchronization from StdErrLog
+ 309765 Added JSP module
@@ -18,6 +17,7 @@ jetty-7.1-SNAPSHOT
+ JETTY-1202 Use platform default algorithm for SecureRandom
+ Fix jetty-plus.xml reference to addLifeCycle
+ Add AnnotationConfiguration to jetty-plus.xml
+ + 310467 Allow SocketConnector to create generic Connection objects
jetty-7.0.2.v20100331 31 March 2010
+ 297552 Don't call Continuation timeouts from acceptor tick

Back to the top