set for release

This commit is contained in:
Jesse McConnell 2015-08-25 11:57:52 -05:00
parent 6c5477de86
commit 7a2f4df2c9
2 changed files with 29 additions and 2 deletions

View File

@ -1,4 +1,31 @@
jetty-9.3.3-SNAPSHOT
jetty-9.3.3.v20150825 - 25 August 2015
+ 470311 Introduce a proxy-protocol module.
+ 471055 Restore legacy/experimental WebSocket extensions (deflate-frame)
+ 472411 PathResource.checkAliasPath() typo
+ 473321 Overriding SSL context KeyStoreType requires explicit override of
TrustStoreType
+ 474025 SslContextFactory does not work with JCEKS Keystore
+ 474068 Update WebSocket Extension for permessage-deflate draft-22
+ 474319 Reintroduce blocking connect().
+ 474321 Allow synchronous address resolution.
+ 474344 apache-jstl includes test dependencies
+ 474358 DefaultServlet bad Content-Type on compressed content
+ 474361 Handle JVM version extensions like -internal
+ 474453 Tiny buffers (under 7 bytes) fail to compress in permessage-deflate
+ 474454 Backport permessage-deflate from Jetty 9.3.x to 9.2.x
+ 474455 Enable permessage-deflate WebSocket extension
+ 474558 Debug log ServletContainerInitializer @HandlesTypes contents
+ 474617 AsyncListener.onError not called for errors
+ 474618 AsyncListener.onComplete not called when error occurs
+ 474634 AsyncListener.onError() handling.
+ 474685 GzipHandler configuration supports csv paths and mimetypes.
+ 474888 HttpClient JMX support.
+ 474961 Close input stream for classes in AnnotationParser after scanning
+ 475195 SNI matching fails when keystore does not contain wild certificates.
+ 475483 Starting Jetty with [exec] should use properties file.
+ 475546 ClosedChannelException when connecting to HTTPS over HTTP proxy with
CONNECT.
+ 475605 Add support for multi-homed destinations.
jetty-9.3.2.v20150730 - 30 July 2015
+ 470351 Fixed SNI matching of wildcard certificates

View File

@ -659,7 +659,7 @@
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>
<artifactId>jetty-test-helper</artifactId>
<version>3.1-SNAPSHOT</version>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>