Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2013-02-22 13:12:03 +0000
committerJesse McConnell2013-02-22 13:12:03 +0000
commit86b5d806284b884c91bb198f3186095085632d55 (patch)
tree99855fdb4e517439bfb644c2a637b20fe924b406 /VERSION.txt
parentc5037420472015206a30d655bd8437be897ae140 (diff)
downloadorg.eclipse.jetty.project-86b5d806284b884c91bb198f3186095085632d55.tar.gz
org.eclipse.jetty.project-86b5d806284b884c91bb198f3186095085632d55.tar.xz
org.eclipse.jetty.project-86b5d806284b884c91bb198f3186095085632d55.zip
Updating VERSION.txt top section
Diffstat (limited to 'VERSION.txt')
-rw-r--r--VERSION.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/VERSION.txt b/VERSION.txt
index e7ef859184..f070f239e4 100644
--- a/VERSION.txt
+++ b/VERSION.txt
@@ -1,8 +1,11 @@
-jetty-9.0.0.RC1 - 21 February 2013
+jetty-9.0.0.RC1 - 22 February 2013
+ 227244 Remove import of backport-util-concurrent Arrays class
+ 362854 Continuation implementations may deadlock.
+ + 376273 Early EOF because of SSL Protocol Error on
+ https://api-3t.paypal.com/nvp.
+ 381521 allow compress methods to be configured
+ 388103 Add API for tracking down upload progress.
+ + 394064 ensure that JarFile instances are closed on JarFileResource.release()
+ 398649 ServletContextListener.contextDestroyed() is not called on
ContextHandler unregistration
+ 399463 add start.ini documentation for OPTIONS. Remove reference to
@@ -31,9 +34,15 @@ jetty-9.0.0.RC1 - 21 February 2013
+ 401177 Make org.eclipse.jetty.websocket.api.WebSocketAdapter threadsafe
+ 401183 Handle push streams in new method StreamFrameListener.onPush()
instead of SessionFrameListener.syn()
+ + 401211 Remove requirement for jetty-websocket.jar in WEB-INF/lib
+ + 401317 Make Safari 5.x websocket support minVersion level error more clear
+ + 401382 Prevent parseAvailable from parsing next chunk when previous has not
+ been consumed. Handle no content-type in chunked request.
+ 401414 Hostname verification fails.
+ 401427 WebSocket messages sent from onConnect fail to be read by jetty
websocket-client
+ + 401474 Performance problem in org.eclipse.jetty.annotation.AnnotationParser
+ + 401485 zip file closed exception
jetty-9.0.0.RC0 - 01 February 2013
+ 362226 HttpConnection "wait" call causes thread resource exhaustion

Back to the top