Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2010-04-23 16:02:18 +0000
committerGreg Wilkins2010-04-23 16:02:18 +0000
commita022459fabcc03c15408347b94f70e5648e754f5 (patch)
tree32b8d3c42adea2bcd6da4a93372985017f74fa8c /VERSION.txt
parenta7fdbde808d0ead9394fb6278bc77a699ef19965 (diff)
downloadorg.eclipse.jetty.project-a022459fabcc03c15408347b94f70e5648e754f5.tar.gz
org.eclipse.jetty.project-a022459fabcc03c15408347b94f70e5648e754f5.tar.xz
org.eclipse.jetty.project-a022459fabcc03c15408347b94f70e5648e754f5.zip
version
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1556 7e9141cc-0065-0410-87d8-b60c137991c4
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 351ef10153..455231d454 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -19,7 +19,7 @@ jetty-7.1-SNAPSHOT
+ Fix jetty-plus.xml reference to addLifeCycle
+ Add AnnotationConfiguration to jetty-plus.xml
-jetty-7.0.2.v20100331
+jetty-7.0.2.v20100331 31 March 2010
+ 297552 Don't call Continuation timeouts from acceptor tick
+ 298236 Additional unit tests for jetty-client
+ 306783 NPE in StdErrLog when Throwable is null
@@ -32,6 +32,17 @@ jetty-7.0.2.v20100331
+ Ensure webapps with no WEB-INF don't scan WEB-INF/lib
+ Allow Configuration array to be set on Server instance for all web apps
+jetty-6.1.24 21 April 2010
+ + JETTY-903 Stop both caches
+ + JETTY-1198 reset idle timeout on request body chunks
+ + JETTY-1200 SSL NIO Endpoint wraps non NIO buffers
+ + JETTY-1211 SetUID loadlibrary name and debug
+ + 308925 Protect the test webapp from remote access
+ + COMETD-99 ClientImpl logs exceptions in listeners with "debug" level
+ + COMETD-100 ClientImpl logs "null" as clientId
+ + COMETD-107 Reloading the application with reload extension does not fire /meta/connect handlers until long poll timeout expires
+ + Upgraded to cometd 1.1.1 client
+
jetty-6.1.23 2 April 2010
+ JSON parses NaN as null
+ Updated JSP to 2.1.v20091210

Back to the top