set for release

This commit is contained in:
Jesse McConnell 2014-05-23 09:30:34 -05:00
parent 6734a318c3
commit 0bf24e042a
1 changed files with 12 additions and 1 deletions

View File

@ -1,4 +1,15 @@
jetty-9.2.0-SNAPSHOT
jetty-9.2.0.v20140523 - 23 May 2014
+ 429390 Decoders and Encoders are not registered for non-annotated
ClientEndpoint
+ 435086 ${jetty.base}/resources not on classpath when using
--module=resources
+ 435088 lib/npn packaging of jetty-distribution is off
+ 435206 Can't add Cookie header on websocket ClientUpgradeRequest
+ 435217 Remove deprecated TagLibConfiguration
+ 435223 High cpu usage in
FCGIHttpParser.parseContent(ResponseContentParser.java:314).
+ 435338 Incorrect handling of asynchronous content.
+ 435412 Make AbstractSession.access() more amenable to customization
jetty-9.2.0.RC0 - 15 May 2014
+ 419972 Support sending forms (application/x-www-form-urlencoded).