updated 9.4 in VERSION.txt

Signed-off-by: gregw <gregw@webtide.com>
This commit is contained in:
gregw 2024-02-19 14:44:23 +01:00
parent a6b88c6ef2
commit 82967d678e
1 changed files with 10 additions and 0 deletions

View File

@ -1,5 +1,10 @@
jetty-10.0.21-SNAPSHOT
jetty-9.4.54.v20240208 - 08 February 2024
+ 1256 DoSFilter leaks USER_AUTH entries
+ 11259 HTTP/2 connection not closed after idle timeout when TCP congested
+ 11389 Strip default ports on ws/wss scheme uris too
jetty-10.0.20 - 29 January 2024
+ 11081 Dropped WebSocket messages due to race condition in WebSocket frame
handling
@ -43,6 +48,11 @@ jetty-10.0.17 - 09 October 2023
+ 10547 Cannot customize Executor on WebSocketClient
+ 10679 Review HTTP/2 rate control (CVE-2023-44487)
jetty-9.4.53.v20231009 - 09 October 2023
+ 10546 backport jetty-http Huffman encoders/decoders from Jetty 10.0.x
+ 10573 backport hpack improvements from Jetty 10.0.x (CVE-2023-36478)
+ 10679 backport HTTP/2 rate control from Jetty 10.0.x (CVE-2023-44487)
jetty-10.0.16 - 25 August 2023
+ 6140 Report total number of keys in SelectorManager
+ 7091 Add SOCKS5 support