Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse McConnell2014-05-15 12:51:26 +0000
committerJesse McConnell2014-05-15 12:51:26 +0000
commit4c24fa120faf7c25bc811e694eb454eaa31f0d78 (patch)
tree421527e53fd9f8f3a8115f1b6b555996569fe0df
parent7982a38ea6721f19486fac4b0c4487e4c5be1703 (diff)
downloadorg.eclipse.jetty.project-4c24fa120faf7c25bc811e694eb454eaa31f0d78.tar.gz
org.eclipse.jetty.project-4c24fa120faf7c25bc811e694eb454eaa31f0d78.tar.xz
org.eclipse.jetty.project-4c24fa120faf7c25bc811e694eb454eaa31f0d78.zip
set for release
-rw-r--r--VERSION.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/VERSION.txt b/VERSION.txt
index 9d5446898b..ef49aa1c9e 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<tzeller@dragonacea.biz>
+ + 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

Back to the top