From 4c24fa120faf7c25bc811e694eb454eaa31f0d78 Mon Sep 17 00:00:00 2001 From: Jesse McConnell Date: Thu, 15 May 2014 07:51:26 -0500 Subject: [PATCH] set for release --- VERSION.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/VERSION.txt b/VERSION.txt index 9d5446898b6..ef49aa1c9e4 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1,3 +1,31 @@ +jetty-9.2.0.RC0 - 15 May 2014 + + 419972 Support sending forms (application/x-www-form-urlencoded). + + 420368 Default content types for ContentProviders. + + 428966 Per-request cookie support. + + 430418 Jetty 9.1.3 and Chrome 33 permessage-deflate do not work together + + 431333 NPE In logging of WebSocket ExtensionConfig + + 432321 jetty-start / Allow defining extra start directories for common + configurations + + 432939 Jetty Client ContentResponse should have methods such as + getContentType() and getMediaType(). + + 433089 Client should provide Request.accept() method, like JAX-RS 2.0 + Invocation.Builder.accept(). + + 433405 Websocket Session.setMaxIdleTimeout fails with zero + + 433689 Evict old HttpDestinations from HttpClient. + + 434386 Request Dispatcher extracts args and prevents asyncIO. + + 434395 WebSocket / memory leak, WebSocketSession not cleaned up in abnormal + closure cases + + 434447 Able to create a session after a response.sendRedirect + + 434505 Allow property files on start.jar command line Signed-off-by: Tom + Zeller + + 434578 Complete listener not called if redirected to an invalid URI. + + 434679 Log static initialization via jetty-logging.properties fails + sometimes + + 434685 WebSocket read/parse does not discard remaining network buffer after + unrecoverable error case + + 434715 Avoid call to ServletHolder.getServlet() during handle() iff servlet + is available and instantiated + jetty-9.2.0.M1 - 08 May 2014 + 367680 jsp-file with load-on-startup not precompiled + 404511 removed deprecated StringMap