- Update to version 2.3.9+git1.afb63bc04:

* BUILD: backend: fix build breakage in idle conn locking fix
  * [RELEASE] Released version 2.3.9
  * BUG/MEDIUM: time: make sure to always initialize the global tick
  * BUG/MINOR: stats: Apply proper styles in HTML status page.
  * BUG/MINOR: payload: Wait for more data if buffer is empty in payload/payload_lv
  * MEDIUM: backend: use a trylock to grab a connection on high FD counts as well
  * BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent

OBS-URL: https://build.opensuse.org/package/show/server:http/haproxy?expand=0&rev=242
This commit is contained in:
2021-03-30 17:49:45 +00:00
committed by Git OBS Bridge
parent e43173f9d3
commit 6cbf653a6b
6 changed files with 18 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Mar 30 17:35:22 UTC 2021 - mrueckert@suse.de
- Update to version 2.3.9+git1.afb63bc04:
* BUILD: backend: fix build breakage in idle conn locking fix
* [RELEASE] Released version 2.3.9
* BUG/MEDIUM: time: make sure to always initialize the global tick
* BUG/MINOR: stats: Apply proper styles in HTML status page.
* BUG/MINOR: payload: Wait for more data if buffer is empty in payload/payload_lv
* MEDIUM: backend: use a trylock to grab a connection on high FD counts as well
* BUG/MEDIUM: mux-h1: make h1_shutw_conn() idempotent
-------------------------------------------------------------------
Thu Mar 25 15:51:22 UTC 2021 - mrueckert@suse.de