mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
[RELEASE] Released version 2.5.0
Released version 2.5.0 with the following main changes :
- BUILD: SSL: add quictls build to scripts/build-ssl.sh
- BUILD: SSL: add QUICTLS to build matrix
- CLEANUP: sock: Wrap `accept4_broken = 1` into additional parenthesis
- BUILD: cli: clear a maybe-unused warning on some older compilers
- BUG/MEDIUM: cli: make sure we can report a warning from a bind keyword
- BUG/MINOR: ssl: make SSL counters atomic
- CLEANUP: assorted typo fixes in the code and comments
- BUG/MINOR: ssl: free correctly the sni in the backend SSL cache
- MINOR: version: mention that it's stable now
This commit is contained in:
parent
9dc4057df0
commit
f2e0833f16
4 changed files with 14 additions and 3 deletions
11
CHANGELOG
11
CHANGELOG
|
|
@ -1,6 +1,17 @@
|
|||
ChangeLog :
|
||||
===========
|
||||
|
||||
2021/11/23 : 2.5.0
|
||||
- BUILD: SSL: add quictls build to scripts/build-ssl.sh
|
||||
- BUILD: SSL: add QUICTLS to build matrix
|
||||
- CLEANUP: sock: Wrap `accept4_broken = 1` into additional parenthesis
|
||||
- BUILD: cli: clear a maybe-unused warning on some older compilers
|
||||
- BUG/MEDIUM: cli: make sure we can report a warning from a bind keyword
|
||||
- BUG/MINOR: ssl: make SSL counters atomic
|
||||
- CLEANUP: assorted typo fixes in the code and comments
|
||||
- BUG/MINOR: ssl: free correctly the sni in the backend SSL cache
|
||||
- MINOR: version: mention that it's stable now
|
||||
|
||||
2021/11/19 : 2.5-dev15
|
||||
- BUG/MINOR: stick-table/cli: Check for invalid ipv6 key
|
||||
- CLEANUP: peers: Remove useless test on peer variable in peer_trace()
|
||||
|
|
|
|||
2
VERDATE
2
VERDATE
|
|
@ -1,2 +1,2 @@
|
|||
$Format:%ci$
|
||||
2021/11/19
|
||||
2021/11/23
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
2.5-dev15
|
||||
2.5.0
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
----------------------
|
||||
version 2.5
|
||||
willy tarreau
|
||||
2021/11/19
|
||||
2021/11/23
|
||||
|
||||
|
||||
This document covers the configuration language as implemented in the version
|
||||
|
|
|
|||
Loading…
Reference in a new issue