From: Willy Tarreau Date: Fri, 9 Apr 2021 15:10:39 +0000 (+0200) Subject: [RELEASE] Released version 2.4-dev16 X-Git-Tag: v2.4-dev16^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86512dd152587ccde44349a496076e35ad20d608;p=thirdparty%2Fhaproxy.git [RELEASE] Released version 2.4-dev16 Released version 2.4-dev16 with the following main changes : - CLEANUP: dev/flags: remove useless test in the stdin number parser - MINOR: No longer rely on deprecated sample fetches for predefined ACLs - MINOR: acl: Add HTTP_2.0 predefined macro - BUG/MINOR: hlua: Detect end of request when reading data for an HTTP applet - BUG/MINOR: tools: fix parsing "us" unit for timers - MINOR: server/bind: add support of new prefixes for addresses. - MINOR: log: register config file and line number on log servers. - MEDIUM: log: support tcp or stream addresses on log lines. - BUG/MEDIUM: log: fix config parse error logging on stdout/stderr or any raw fd - CLEANUP: fd: remove FD_POLL_DATA and FD_POLL_STICKY - MEDIUM: fd: prepare FD_POLL_* to move to bits 8-15 - MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state - MINOR: fd: move .linger_risk into fdtab[].state - MINOR: fd: move .cloned into fdtab[].state - MINOR: fd: move .initialized into fdtab[].state - MINOR: fd: move .et_possible into fdtab[].state - MINOR: fd: move .exported into fdtab[].state - MINOR: fd: implement an exclusive syscall bit to remove the ugly "log" lock - MINOR: cli/show-fd: slightly reorganize the FD status flags - MINOR: atomic/arm64: detect and use builtins for the double-word CAS - CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or - CLEANUP: atomic: make all standard add/or/and/sub operations return void - CLEANUP: atomic: add a fetch-and-xxx variant for common operations - CLEANUP: atomic: add HA_ATOMIC_INC/DEC for unit increments - CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec - CLEANUP: atomic: use the __atomic variant of BTS/BTR on modern compilers - MINOR: atomic: implement native BTS/BTR for x86 - MINOR: ist: Add `istappend(struct ist, char)` - MINOR: ist: Add `istshift(struct ist*)` - MINOR: ist: Add `istsplit(struct ist*, char)` - BUG/MAJOR: fd: switch temp values to uint in fd_stop_both() - MINOR: opentracing: register config file and line number on log servers - MEDIUM: resolvers: add support of tcp address on nameserver line. - MINOR: ist: Rename istappend() to __istappend() - CLEANUP: htx: Make http_get_stline take a `const struct` - CLEANUP: ist: Remove unused `count` argument from `ist2str*` - CLEANUP: Remove useless malloc() casts --- diff --git a/CHANGELOG b/CHANGELOG index ff9504266e..a3141d4655 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,45 @@ ChangeLog : =========== +2021/04/09 : 2.4-dev16 + - CLEANUP: dev/flags: remove useless test in the stdin number parser + - MINOR: No longer rely on deprecated sample fetches for predefined ACLs + - MINOR: acl: Add HTTP_2.0 predefined macro + - BUG/MINOR: hlua: Detect end of request when reading data for an HTTP applet + - BUG/MINOR: tools: fix parsing "us" unit for timers + - MINOR: server/bind: add support of new prefixes for addresses. + - MINOR: log: register config file and line number on log servers. + - MEDIUM: log: support tcp or stream addresses on log lines. + - BUG/MEDIUM: log: fix config parse error logging on stdout/stderr or any raw fd + - CLEANUP: fd: remove FD_POLL_DATA and FD_POLL_STICKY + - MEDIUM: fd: prepare FD_POLL_* to move to bits 8-15 + - MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state + - MINOR: fd: move .linger_risk into fdtab[].state + - MINOR: fd: move .cloned into fdtab[].state + - MINOR: fd: move .initialized into fdtab[].state + - MINOR: fd: move .et_possible into fdtab[].state + - MINOR: fd: move .exported into fdtab[].state + - MINOR: fd: implement an exclusive syscall bit to remove the ugly "log" lock + - MINOR: cli/show-fd: slightly reorganize the FD status flags + - MINOR: atomic/arm64: detect and use builtins for the double-word CAS + - CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or + - CLEANUP: atomic: make all standard add/or/and/sub operations return void + - CLEANUP: atomic: add a fetch-and-xxx variant for common operations + - CLEANUP: atomic: add HA_ATOMIC_INC/DEC for unit increments + - CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec + - CLEANUP: atomic: use the __atomic variant of BTS/BTR on modern compilers + - MINOR: atomic: implement native BTS/BTR for x86 + - MINOR: ist: Add `istappend(struct ist, char)` + - MINOR: ist: Add `istshift(struct ist*)` + - MINOR: ist: Add `istsplit(struct ist*, char)` + - BUG/MAJOR: fd: switch temp values to uint in fd_stop_both() + - MINOR: opentracing: register config file and line number on log servers + - MEDIUM: resolvers: add support of tcp address on nameserver line. + - MINOR: ist: Rename istappend() to __istappend() + - CLEANUP: htx: Make http_get_stline take a `const struct` + - CLEANUP: ist: Remove unused `count` argument from `ist2str*` + - CLEANUP: Remove useless malloc() casts + 2021/04/02 : 2.4-dev15 - BUG/MINOR: payload: Wait for more data if buffer is empty in payload/payload_lv - BUG/MINOR: stats: Apply proper styles in HTML status page. diff --git a/VERDATE b/VERDATE index 3ed3489833..32ae605276 100644 --- a/VERDATE +++ b/VERDATE @@ -1,2 +1,2 @@ $Format:%ci$ -2021/04/02 +2021/04/09 diff --git a/VERSION b/VERSION index 9142a5441a..3235944241 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4-dev15 +2.4-dev16 diff --git a/doc/configuration.txt b/doc/configuration.txt index 01a01ecccd..f21a29a68c 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4,7 +4,7 @@ ---------------------- version 2.4 willy tarreau - 2021/04/02 + 2021/04/09 This document covers the configuration language as implemented in the version