From 10189c965bc2f4b397608855c437fdb01e29f73a Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Wed, 13 Jan 2021 16:10:29 +0100 Subject: [PATCH] [RELEASE] Released version 2.3.4 Released version 2.3.4 with the following main changes : - MINOR: reg-tests: add a way to add service dependency - BUG/MINOR: sample: check alloc_trash_chunk return value in concat() - BUG/MINOR: reg-tests: fix service dependency script - MINOR: reg-tests: add base prometheus test - Revert "BUG/MINOR: dns: SRV records ignores duplicated AR records" - BUG/MINOR: sample: Memory leak of sample_expr structure in case of error - BUG/MINOR: check: Don't perform any check on servers defined in a frontend - BUG/MINOR: init: enforce strict-limits when using master-worker - MINOR: contrib/prometheus-exporter: avoid connection close header - MINOR: contrib/prometheus-exporter: use fill_info for process dump --- CHANGELOG | 12 ++++++++++++ VERDATE | 2 +- VERSION | 2 +- doc/configuration.txt | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 729677f..73d0516 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,18 @@ ChangeLog : =========== +2021/01/13 : 2.3.4 + - MINOR: reg-tests: add a way to add service dependency + - BUG/MINOR: sample: check alloc_trash_chunk return value in concat() + - BUG/MINOR: reg-tests: fix service dependency script + - MINOR: reg-tests: add base prometheus test + - Revert "BUG/MINOR: dns: SRV records ignores duplicated AR records" + - BUG/MINOR: sample: Memory leak of sample_expr structure in case of error + - BUG/MINOR: check: Don't perform any check on servers defined in a frontend + - BUG/MINOR: init: enforce strict-limits when using master-worker + - MINOR: contrib/prometheus-exporter: avoid connection close header + - MINOR: contrib/prometheus-exporter: use fill_info for process dump + 2021/01/08 : 2.3.3 - MINOR: plock: use an ARMv8 instruction barrier for the pause instruction - BUG/MEDIUM: lists: Lock the element while we check if it is in a list. diff --git a/VERDATE b/VERDATE index 2926d22..c247e2d 100644 --- a/VERDATE +++ b/VERDATE @@ -1,2 +1,2 @@ $Format:%ci$ -2021/01/08 +2021/01/13 diff --git a/VERSION b/VERSION index 0bee604..3f684d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.3 +2.3.4 diff --git a/doc/configuration.txt b/doc/configuration.txt index 1ae617c..a2c72db 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4,7 +4,7 @@ ---------------------- version 2.3 willy tarreau - 2021/01/08 + 2021/01/13 This document covers the configuration language as implemented in the version -- 1.7.10.4