]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 2.8.0 v2.8.0
authorWilly Tarreau <w@1wt.eu>
Wed, 31 May 2023 14:24:38 +0000 (16:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 31 May 2023 14:24:38 +0000 (16:24 +0200)
Released version 2.8.0 with the following main changes :
    - MINOR: compression: Improve the way Vary header is added
    - BUILD: makefile: search for SSL_INC/wolfssl before SSL_INC
    - MINOR: init: pre-allocate kernel data structures on init
    - DOC: install: add details about WolfSSL
    - BUG/MINOR: ssl_sock: add check for ha_meth
    - BUG/MINOR: thread: add a check for pthread_create
    - BUILD: init: print rlim_cur as regular integer
    - DOC: install: specify the minimum openssl version recommended
    - CLEANUP: mux-quic: remove unneeded fields in qcc
    - MINOR: mux-quic: remove nb_streams from qcc
    - MINOR: quic: fix stats naming for flow control BLOCKED frames
    - BUG/MEDIUM: mux-quic: only set EOI on FIN
    - BUG/MEDIUM: threads: fix a tiny race in thread_isolate()
    - DOC: config: fix rfc7239 converter examples
    - DOC: quic: remove experimental status for QUIC
    - CLEANUP: mux-quic: rename functions for mux_ops
    - CLEANUP: mux-quic: rename internal functions
    - BUG/MINOR: mux-h2: refresh the idle_timer when the mux is empty
    - DOC: config: Fix bind/server/peer documentation in the peers section
    - BUILD: Makefile: use -pthread not -lpthread when threads are enabled
    - CLEANUP: doc: remove 21 totally obsolete docs
    - DOC: install: mention the common strict-aliasing warning on older compilers
    - DOC: install: clarify a few points on the wolfSSL build method
    - MINOR: quic: Add QUIC connection statistical counters values to "show quic"
    - EXAMPLES: update the basic-config-edge file for 2.8
    - MINOR: quic/cli: clarify the "show quic" help message
    - MINOR: version: mention that it's LTS now.

CHANGELOG
VERDATE
VERSION
doc/configuration.txt

index 1145dd18d696e612f5ead5dccba3e0d17273d7b7..8f6228c3883d029c7e8164f26793078380b08a6c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,35 @@
 ChangeLog :
 ===========
 
+2023/05/31 : 2.8.0
+    - MINOR: compression: Improve the way Vary header is added
+    - BUILD: makefile: search for SSL_INC/wolfssl before SSL_INC
+    - MINOR: init: pre-allocate kernel data structures on init
+    - DOC: install: add details about WolfSSL
+    - BUG/MINOR: ssl_sock: add check for ha_meth
+    - BUG/MINOR: thread: add a check for pthread_create
+    - BUILD: init: print rlim_cur as regular integer
+    - DOC: install: specify the minimum openssl version recommended
+    - CLEANUP: mux-quic: remove unneeded fields in qcc
+    - MINOR: mux-quic: remove nb_streams from qcc
+    - MINOR: quic: fix stats naming for flow control BLOCKED frames
+    - BUG/MEDIUM: mux-quic: only set EOI on FIN
+    - BUG/MEDIUM: threads: fix a tiny race in thread_isolate()
+    - DOC: config: fix rfc7239 converter examples
+    - DOC: quic: remove experimental status for QUIC
+    - CLEANUP: mux-quic: rename functions for mux_ops
+    - CLEANUP: mux-quic: rename internal functions
+    - BUG/MINOR: mux-h2: refresh the idle_timer when the mux is empty
+    - DOC: config: Fix bind/server/peer documentation in the peers section
+    - BUILD: Makefile: use -pthread not -lpthread when threads are enabled
+    - CLEANUP: doc: remove 21 totally obsolete docs
+    - DOC: install: mention the common strict-aliasing warning on older compilers
+    - DOC: install: clarify a few points on the wolfSSL build method
+    - MINOR: quic: Add QUIC connection statistical counters values to "show quic"
+    - EXAMPLES: update the basic-config-edge file for 2.8
+    - MINOR: quic/cli: clarify the "show quic" help message
+    - MINOR: version: mention that it's LTS now.
+
 2023/05/24 : 2.8-dev13
     - DOC: add size format section to manual
     - CLEANUP: mux-quic/h3: complete BUG_ON with comments
diff --git a/VERDATE b/VERDATE
index cd6a540a64621d1fd10884dd55d26d43437e5fd8..37e648501734ae586ca4a43d6eb33ea8e5085fda 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1,2 +1,2 @@
 $Format:%ci$
-2023/05/24
+2023/05/31
diff --git a/VERSION b/VERSION
index 2008adfda66ee55a58cb6faa2509fb516d0c133e..834f2629538327723c074ed4c3addca9888f0256 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.8-dev13
+2.8.0
index 6794c6748b63a75cfe17c90afa4b0ffcf4398fbe..4bc0e40b96fc125bcfcdfa900c469cd9d1d6d448 100644 (file)
@@ -3,7 +3,7 @@
                           Configuration Manual
                          ----------------------
                               version 2.8
-                              2023/05/24
+                              2023/05/31
 
 
 This document covers the configuration language as implemented in the version