]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 2.9.0 v2.9.0
authorWilly Tarreau <w@1wt.eu>
Tue, 5 Dec 2023 15:15:30 +0000 (16:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 5 Dec 2023 15:15:30 +0000 (16:15 +0100)
Released version 2.9.0 with the following main changes :
    - DOC: config: add missing colon to "bytes_out" sample fetch keyword (2)
    - BUG/MINOR: cfgparse-listen: fix warning being reported as an alert
    - DOC: config: add matrix entry for "max-session-srv-conns"
    - DOC: config: fix monitor-fail typo
    - DOC: config: add context hint for proxy keywords
    - DEBUG: stream: Report lra/fsb values for front end back SC in stream dump
    - REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter
    - BUG/MINOR: sample: Make the `word` converter compatible with `-m found`
    - DOC: Clarify the differences between field() and word()
    - BUG/MINOR: server/event_hdl: properly handle AF_UNSPEC for INETADDR event
    - BUILD: http_htx: silence uninitialized warning on some gcc versions
    - MINOR: acme.sh: don't use '*' in the filename for wildcard domain
    - MINOR: global: Use a dedicated bitfield to customize zero-copy fast-forwarding
    - MINOR: mux-pt: Add global option to enable/disable zero-copy forwarding
    - MINOR: mux-h1: Add global option to enable/disable zero-copy forwarding
    - MINOR: mux-h2: Add global option to enable/disable zero-copy forwarding
    - MINOR: mux-quic: Add global option to enable/disable zero-copy forwarding
    - MINOR: mux-quic: Disable zero-copy forwarding for send by default
    - DOC: config: update the reminder on the HTTP model and add some terminology
    - DOC: config: add a few more differences between HTTP/1 and 2+
    - DOC: config: clarify session vs stream
    - DOC: config: fix typo abandonned -> abandoned
    - DOC: management: fix two latest typos (optionally, exception)
    - BUG/MEDIUM: peers: fix partial message decoding
    - DOC: management: update stream vs session

CHANGELOG
VERDATE
VERSION
doc/configuration.txt

index 8b24697c9aff3d7875f37acc6384253927b8343c..4fefbf0d60425987398b955e9f2a1c62d3f0116c 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,33 @@
 ChangeLog :
 ===========
 
+2023/12/05 : 2.9.0
+    - DOC: config: add missing colon to "bytes_out" sample fetch keyword (2)
+    - BUG/MINOR: cfgparse-listen: fix warning being reported as an alert
+    - DOC: config: add matrix entry for "max-session-srv-conns"
+    - DOC: config: fix monitor-fail typo
+    - DOC: config: add context hint for proxy keywords
+    - DEBUG: stream: Report lra/fsb values for front end back SC in stream dump
+    - REGTESTS: sample: Test the behavior of consecutive delimiters for the field converter
+    - BUG/MINOR: sample: Make the `word` converter compatible with `-m found`
+    - DOC: Clarify the differences between field() and word()
+    - BUG/MINOR: server/event_hdl: properly handle AF_UNSPEC for INETADDR event
+    - BUILD: http_htx: silence uninitialized warning on some gcc versions
+    - MINOR: acme.sh: don't use '*' in the filename for wildcard domain
+    - MINOR: global: Use a dedicated bitfield to customize zero-copy fast-forwarding
+    - MINOR: mux-pt: Add global option to enable/disable zero-copy forwarding
+    - MINOR: mux-h1: Add global option to enable/disable zero-copy forwarding
+    - MINOR: mux-h2: Add global option to enable/disable zero-copy forwarding
+    - MINOR: mux-quic: Add global option to enable/disable zero-copy forwarding
+    - MINOR: mux-quic: Disable zero-copy forwarding for send by default
+    - DOC: config: update the reminder on the HTTP model and add some terminology
+    - DOC: config: add a few more differences between HTTP/1 and 2+
+    - DOC: config: clarify session vs stream
+    - DOC: config: fix typo abandonned -> abandoned
+    - DOC: management: fix two latest typos (optionally, exception)
+    - BUG/MEDIUM: peers: fix partial message decoding
+    - DOC: management: update stream vs session
+
 2023/11/30 : 2.9-dev12
     - BUG/MINOR: global: Fix tune.disable-(fast-forward/zero-copy-forwarding) options
     - DOC: config: removing "log-balance" references
diff --git a/VERDATE b/VERDATE
index 912b2979e64929a7c2b90b9d0ca2b40fc27dc8c5..f5642c03b327eceb140e7a4dd43d9a736f9c0013 100644 (file)
--- a/VERDATE
+++ b/VERDATE
@@ -1,2 +1,2 @@
 $Format:%ci$
-2023/11/30
+2023/12/05
diff --git a/VERSION b/VERSION
index 4baa36b1809e1a905c6e8cbedfdc3e8991359f57..c8e38b614057b7e417c63fde44726a4143de9da0 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.9-dev12
+2.9.0
index fd46510dad9c08e8d5ccb04129c6d5ae634edd68..86366109743b13356a9014f9e6d4a3d4d9b6b8bb 100644 (file)
@@ -3,7 +3,7 @@
                           Configuration Manual
                          ----------------------
                               version 2.9
-                              2023/11/30
+                              2023/12/05
 
 
 This document covers the configuration language as implemented in the version