Skip to content

Commit 471a1b2

Browse files
committed
[RELEASE] Released version 3.0.1
Released version 3.0.1 with the following main changes : - BUG/MINOR: cfgparse: remove the correct option on httpcheck send-state warning - BUG/MINOR: tcpcheck: report correct error in tcp-check rule parser - BUG/MINOR: tools: fix possible null-deref in env_expand() on out-of-memory - DOC: configuration: add an example for keywords from crt-store - BUG/MINOR: hlua: use CertCache.set() from various hlua contexts - BUG/MEDIUM: h1-htx: Don't state interim responses are bodyless - MEDIUM: stconn: Be able to unblock zero-copy data forwarding from done_fastfwd - BUG/MEDIUM: mux-quic: Unblock zero-copy forwarding if the txbuf can be released - BUG/MINOR: quic: prevent crash on qc_kill_conn() - CLEANUP: hlua: use hlua_pusherror() where relevant - BUG/MINOR: hlua: don't use lua_pushfstring() when we don't expect LJMP - BUG/MINOR: hlua: fix unsafe hlua_pusherror() usage - BUG/MINOR: hlua: prevent LJMP in hlua_traceback() - BUG/MINOR: hlua: fix leak in hlua_ckch_set() error path - CLEANUP: hlua: simplify ambiguous lua_insert() usage in hlua_ctx_resume() - BUG/MEDIUM: mux-quic: Don't unblock zero-copy fwding if blocked during nego - BUG/MEDIUM: ssl: wrong priority whem limiting ECDSA ciphers in ECDSA+RSA configuration - BUG/MEDIUM: ssl: bad auth selection with TLS1.2 and WolfSSL - BUG/MINOR: quic: fix computed length of emitted STREAM frames - BUG/MINOR: quic: ensure Tx buf is always purged - BUG/MEDIUM: stconn/mux-h1: Fix suspect change causing timeouts - BUG/MAJOR: mux-h1: Properly copy chunked input data during zero-copy nego - BUG/MINOR: mux-h1: Use the right variable to set NEGO_FF_FL_EXACT_SIZE flag
1 parent 2007342 commit 471a1b2

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

CHANGELOG

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
ChangeLog :
22
===========
33

4+
2024/06/10 : 3.0.1
5+
- BUG/MINOR: cfgparse: remove the correct option on httpcheck send-state warning
6+
- BUG/MINOR: tcpcheck: report correct error in tcp-check rule parser
7+
- BUG/MINOR: tools: fix possible null-deref in env_expand() on out-of-memory
8+
- DOC: configuration: add an example for keywords from crt-store
9+
- BUG/MINOR: hlua: use CertCache.set() from various hlua contexts
10+
- BUG/MEDIUM: h1-htx: Don't state interim responses are bodyless
11+
- MEDIUM: stconn: Be able to unblock zero-copy data forwarding from done_fastfwd
12+
- BUG/MEDIUM: mux-quic: Unblock zero-copy forwarding if the txbuf can be released
13+
- BUG/MINOR: quic: prevent crash on qc_kill_conn()
14+
- CLEANUP: hlua: use hlua_pusherror() where relevant
15+
- BUG/MINOR: hlua: don't use lua_pushfstring() when we don't expect LJMP
16+
- BUG/MINOR: hlua: fix unsafe hlua_pusherror() usage
17+
- BUG/MINOR: hlua: prevent LJMP in hlua_traceback()
18+
- BUG/MINOR: hlua: fix leak in hlua_ckch_set() error path
19+
- CLEANUP: hlua: simplify ambiguous lua_insert() usage in hlua_ctx_resume()
20+
- BUG/MEDIUM: mux-quic: Don't unblock zero-copy fwding if blocked during nego
21+
- BUG/MEDIUM: ssl: wrong priority whem limiting ECDSA ciphers in ECDSA+RSA configuration
22+
- BUG/MEDIUM: ssl: bad auth selection with TLS1.2 and WolfSSL
23+
- BUG/MINOR: quic: fix computed length of emitted STREAM frames
24+
- BUG/MINOR: quic: ensure Tx buf is always purged
25+
- BUG/MEDIUM: stconn/mux-h1: Fix suspect change causing timeouts
26+
- BUG/MAJOR: mux-h1: Properly copy chunked input data during zero-copy nego
27+
- BUG/MINOR: mux-h1: Use the right variable to set NEGO_FF_FL_EXACT_SIZE flag
28+
429
2024/05/29 : 3.0.0
530
- MINOR: sample: implement the uptime sample fetch
631
- CI: scripts: fix build of vtest regarding option -C

VERDATE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
$Format:%ci$
2-
2024/05/29
2+
2024/06/10

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.0
1+
3.0.1

doc/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Configuration Manual
44
----------------------
55
version 3.0
6-
2024/05/29
6+
2024/06/10
77

88

99
This document covers the configuration language as implemented in the version

0 commit comments

Comments
 (0)