From 53945bf8cde846893bfb9a32e31b40ca9eab4310 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 30 Mar 2021 18:38:07 +0200 Subject: [PATCH] [RELEASE] Released version 2.3.9 Released version 2.3.9 with the following main changes : - BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent - MEDIUM: backend: use a trylock to grab a connection on high FD counts as well - 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. - BUG/MEDIUM: time: make sure to always initialize the global tick --- CHANGELOG | 7 +++++++ VERDATE | 2 +- VERSION | 2 +- doc/configuration.txt | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 242beec..efdb0d2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,13 @@ ChangeLog : =========== +2021/03/30 : 2.3.9 + - BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent + - MEDIUM: backend: use a trylock to grab a connection on high FD counts as well + - 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. + - BUG/MEDIUM: time: make sure to always initialize the global tick + 2021/03/25 : 2.3.8 - MINOR: time: export the global_now variable - BUG/MINOR: freq_ctr/threads: make use of the last updated global time diff --git a/VERDATE b/VERDATE index ecab4fa..9e2a1f9 100644 --- a/VERDATE +++ b/VERDATE @@ -1,2 +1,2 @@ $Format:%ci$ -2021/03/25 +2021/03/30 diff --git a/VERSION b/VERSION index bc4abe8..5aa7c52 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.3.8 +2.3.9 diff --git a/doc/configuration.txt b/doc/configuration.txt index a426438..c0fed55 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4,7 +4,7 @@ ---------------------- version 2.3 willy tarreau - 2021/03/25 + 2021/03/30 This document covers the configuration language as implemented in the version -- 1.7.10.4