From b99e499c489bada1364c59a2804ffb9254e4bc1b Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Thu, 8 Jul 2021 17:30:35 +0200 Subject: [PATCH] [RELEASE] Released version 2.3.12 Released version 2.3.12 with the following main changes : - BUG/MAJOR: pools: fix incomplete backport of lockless pool fix - BUG/MAJOR: pools: second fix for incomplete backport of lockless pool fix --- CHANGELOG | 4 ++++ VERDATE | 2 +- VERSION | 2 +- doc/configuration.txt | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index feed477..54344b1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,10 @@ ChangeLog : =========== +2021/07/08 : 2.3.12 + - BUG/MAJOR: pools: fix incomplete backport of lockless pool fix + - BUG/MAJOR: pools: second fix for incomplete backport of lockless pool fix + 2021/07/07 : 2.3.11 - BUG/MINOR: mux-fcgi: Don't send normalized uri to FCGI application - BUG/MINOR: htx: Preserve HTX flags when draining data from an HTX message diff --git a/VERDATE b/VERDATE index e883490..0d8f275 100644 --- a/VERDATE +++ b/VERDATE @@ -1,2 +1,2 @@ $Format:%ci$ -2021/07/07 +2021/07/08 diff --git a/VERSION b/VERSION index f470771..b001d23 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.11 +2.3.12 diff --git a/doc/configuration.txt b/doc/configuration.txt index b4a316e..056e414 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4,7 +4,7 @@ ---------------------- version 2.3 willy tarreau - 2021/07/07 + 2021/07/08 This document covers the configuration language as implemented in the version -- 1.7.10.4