Skip to content

Commit a45a8e6

Browse files
committed
[RELEASE] Released version 3.0.2
Released version 3.0.2 with the following main changes : - MINOR: log: fix "http-send-name-header" ignore warning message - BUG/MINOR: proxy: fix server_id_hdr_name leak on deinit() - BUG/MINOR: proxy: fix log_tag leak on deinit() - BUG/MINOR: proxy: fix email-alert leak on deinit() - BUG/MINOR: proxy: fix check_{command,path} leak on deinit() - BUG/MINOR: proxy: fix dyncookie_key leak on deinit() - BUG/MINOR: proxy: fix source interface and usesrc leaks on deinit() - BUG/MINOR: proxy: fix header_unique_id leak on deinit() - BUG/MEDIUM: log: fix lf_expr_postcheck() behavior with default section - DOC: config: move "hash-key" from proxy to server options - DOC: config: add missing section hint for "guid" proxy keyword - DOC: config: add missing context hint for new server and proxy keywords - BUG/MINOR: promex: Skip resolvers metrics when there is no resolver section - MINOR: proxy: add proxy_free_common() helper function - BUG/MEDIUM: proxy: fix UAF with {tcp,http}checks logformat expressions - CLEANUP: log/proxy: fix comment in proxy_free_common() - BUG/MAJOR: mux-h1: Prevent any UAF on H1 connection after draining a request - BUG/MINOR: quic: fix padding of INITIAL packets - DOC/MINOR: management: add missed -dR and -dv options - DOC/MINOR: management: add -dZ option - DOC: management: rename show stats domain cli "dns" to "resolvers"
1 parent 91c27aa commit a45a8e6

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG

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

4+
2024/06/14 : 3.0.2
5+
- MINOR: log: fix "http-send-name-header" ignore warning message
6+
- BUG/MINOR: proxy: fix server_id_hdr_name leak on deinit()
7+
- BUG/MINOR: proxy: fix log_tag leak on deinit()
8+
- BUG/MINOR: proxy: fix email-alert leak on deinit()
9+
- BUG/MINOR: proxy: fix check_{command,path} leak on deinit()
10+
- BUG/MINOR: proxy: fix dyncookie_key leak on deinit()
11+
- BUG/MINOR: proxy: fix source interface and usesrc leaks on deinit()
12+
- BUG/MINOR: proxy: fix header_unique_id leak on deinit()
13+
- BUG/MEDIUM: log: fix lf_expr_postcheck() behavior with default section
14+
- DOC: config: move "hash-key" from proxy to server options
15+
- DOC: config: add missing section hint for "guid" proxy keyword
16+
- DOC: config: add missing context hint for new server and proxy keywords
17+
- BUG/MINOR: promex: Skip resolvers metrics when there is no resolver section
18+
- MINOR: proxy: add proxy_free_common() helper function
19+
- BUG/MEDIUM: proxy: fix UAF with {tcp,http}checks logformat expressions
20+
- CLEANUP: log/proxy: fix comment in proxy_free_common()
21+
- BUG/MAJOR: mux-h1: Prevent any UAF on H1 connection after draining a request
22+
- BUG/MINOR: quic: fix padding of INITIAL packets
23+
- DOC/MINOR: management: add missed -dR and -dv options
24+
- DOC/MINOR: management: add -dZ option
25+
- DOC: management: rename show stats domain cli "dns" to "resolvers"
26+
427
2024/06/10 : 3.0.1
528
- BUG/MINOR: cfgparse: remove the correct option on httpcheck send-state warning
629
- BUG/MINOR: tcpcheck: report correct error in tcp-check rule parser

VERDATE

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

VERSION

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

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/06/10
6+
2024/06/14
77

88

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

0 commit comments

Comments
 (0)