Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-11-09 01:22:06 +0000
committerGreg Wilkins2009-11-09 01:22:06 +0000
commitbb1bb0b960d88c88c5f90ffa5f4478450bec1a88 (patch)
tree57e10a69d39955f6464f5de92b31eb305807b0ef /VERSION.txt
parent7e74c619899573e9cea0828833b06cfe83574d09 (diff)
downloadorg.eclipse.jetty.project-bb1bb0b960d88c88c5f90ffa5f4478450bec1a88.tar.gz
org.eclipse.jetty.project-bb1bb0b960d88c88c5f90ffa5f4478450bec1a88.tar.xz
org.eclipse.jetty.project-bb1bb0b960d88c88c5f90ffa5f4478450bec1a88.zip
294563 Initial websocket implementation
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1040 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index b03e660a1d..dc84160a79 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -18,6 +18,7 @@ jetty-7.0.1-SNAPSHOT
+ 294154 Patched jetty-osgi
+ 294224 HttpClient timeout setting has no effect when connecting to host
+ 294345 Support for HTTP/301 + HTTP/302 response codes
+ + 294563 Initial websocket implementation
+ JETTY-937 More JVM bug work arounds. Insert pause if all else fails
+ JETTY-983 Send content-length with multipart ranges
+ JETTY-1114 unsynchronised WebAppClassloader.getResource(String)

Back to the top