VERSION.txt cleanups

Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
Greg Wilkins 2018-08-16 08:33:29 +10:00
parent 52de1965b6
commit 2c0557b1ae
1 changed files with 4 additions and 5 deletions

View File

@ -4,8 +4,7 @@ jetty-9.3.24.v20180605 - 05 June 2018
+ 2529 HttpParser cleanup
+ 2560 PathResource exception handling
+ 2603 WebSocket ByteAccumulator initialized with wrong maximum
+ 2604 WebSocket ByteAccumulator should report sizes in
MessageTooLargeException
+ 2604 WebSocket ByteAccumulator report sizes in MessageTooLargeException
jetty-9.3.23.v20180228 - 28 February 2018
+ 347 Avoid sending request using a connection that is idle timing out
@ -27,10 +26,10 @@ jetty-9.3.22.v20171030 - 30 October 2017
+ 1912 AbstractConnector EndPoint leak for failed SSL connections
+ 1914 jetty client fails to parse response with RFC2045 conformant
Content-Type: charset="utf-8"
+ 1928 Backport #1705 to jetty-9.3.x
+ 1928 Backport #1705 to jetty-9.3.x. Fixed leak on Rejected execution
jetty-9.2.24.v20180105 - 05 January 2018
+ 2065 Backport #347 to Jetty 9.2.x
+ 2065 Backport #347 to Jetty 9.2.x. HttpClient Idle timeout connection reuse
jetty-9.2.23.v20171218 - 18 December 2017
+ 1556 Remove a timing channel in Password matching
@ -70,7 +69,7 @@ jetty-9.3.21.v20170918 - 18 September 2017
jetty-9.3.20.v20170531 - 31 May 2017
+ 523 TLS close behaviour breaking session resumption
+ 1108 Please improve logging in SslContextFactory when there are no approved
+ 1108 Improve logging in SslContextFactory when there are no approved
cipher suites
+ 1527 Jetty BOM should not depend on jetty-parent
+ 1556 A timing channel in Password.java