From 3a00c915fd241fc398a080a11ccac9c5c46791ce Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Tue, 7 Jul 2020 16:33:14 +0200 Subject: [PATCH] [RELEASE] Released version 2.2.0 Released version 2.2.0 with the following main changes : - BUILD: mux-h2: fix typo breaking build when using DEBUG_LOCK - CLEANUP: makefile: update the outdated list of DEBUG_xxx options - BUILD: tools: make resolve_sym_name() return a const - CLEANUP: auth: fix useless self-include of auth-t.h - BUILD: tree-wide: cast arguments to tolower/toupper to unsigned char - CLEANUP: assorted typo fixes in the code and comments - WIP/MINOR: ssl: add sample fetches for keylog in frontend - DOC: fix tune.ssl.keylog sample fetches array - BUG/MINOR: ssl: check conn in keylog sample fetch - DOC: configuration: various typo fixes - MINOR: log: Remove unused case statement during the log-format string parsing - BUG/MINOR: mux-h1: Fix the splicing in TUNNEL mode - BUG/MINOR: mux-h1: Don't read data from a pipe if the mux is unable to receive - BUG/MINOR: mux-h1: Disable splicing only if input data was processed - BUG/MEDIUM: mux-h1: Disable splicing for the conn-stream if read0 is received - MINOR: mux-h1: Improve traces about the splicing - BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client remains on the last server - BUG/MEDIUM: connection: Don't consider new private connections as available - BUG/MINOR: connection: See new connection as available only on reuse always - DOC: configuration: remove obsolete mentions of H2 being converted to HTTP/1.x - CLEANUP: ssl: remove unrelevant comment in smp_fetch_ssl_x_keylog() - DOC: update INSTALL with new compiler versions - DOC: minor update to coding style file - MINOR: version: mention that it's an LTS release now --- CHANGELOG | 26 ++++++++++++++++++++++++++ VERDATE | 2 +- VERSION | 2 +- doc/configuration.txt | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 51abca799..4274ffe68 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,32 @@ ChangeLog : =========== +2020/07/07 : 2.2.0 + - BUILD: mux-h2: fix typo breaking build when using DEBUG_LOCK + - CLEANUP: makefile: update the outdated list of DEBUG_xxx options + - BUILD: tools: make resolve_sym_name() return a const + - CLEANUP: auth: fix useless self-include of auth-t.h + - BUILD: tree-wide: cast arguments to tolower/toupper to unsigned char + - CLEANUP: assorted typo fixes in the code and comments + - WIP/MINOR: ssl: add sample fetches for keylog in frontend + - DOC: fix tune.ssl.keylog sample fetches array + - BUG/MINOR: ssl: check conn in keylog sample fetch + - DOC: configuration: various typo fixes + - MINOR: log: Remove unused case statement during the log-format string parsing + - BUG/MINOR: mux-h1: Fix the splicing in TUNNEL mode + - BUG/MINOR: mux-h1: Don't read data from a pipe if the mux is unable to receive + - BUG/MINOR: mux-h1: Disable splicing only if input data was processed + - BUG/MEDIUM: mux-h1: Disable splicing for the conn-stream if read0 is received + - MINOR: mux-h1: Improve traces about the splicing + - BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client remains on the last server + - BUG/MEDIUM: connection: Don't consider new private connections as available + - BUG/MINOR: connection: See new connection as available only on reuse always + - DOC: configuration: remove obsolete mentions of H2 being converted to HTTP/1.x + - CLEANUP: ssl: remove unrelevant comment in smp_fetch_ssl_x_keylog() + - DOC: update INSTALL with new compiler versions + - DOC: minor update to coding style file + - MINOR: version: mention that it's an LTS release now + 2020/07/04 : 2.2-dev12 - BUG/MINOR: mux_h2: don't lose the leaving trace in h2_io_cb() - MINOR: cli: make "show sess" stop at the last known session diff --git a/VERDATE b/VERDATE index c65378872..b65d8592e 100644 --- a/VERDATE +++ b/VERDATE @@ -1,2 +1,2 @@ $Format:%ci$ -2020/07/04 +2020/07/07 diff --git a/VERSION b/VERSION index 87ddbb8d5..ccbccc3dc 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2-dev12 +2.2.0 diff --git a/doc/configuration.txt b/doc/configuration.txt index 85f228a26..53255c1db 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4,7 +4,7 @@ ---------------------- version 2.2 willy tarreau - 2020/07/04 + 2020/07/07 This document covers the configuration language as implemented in the version