]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 3.2-dev0 v3.2-dev0
authorWilly Tarreau <w@1wt.eu>
Tue, 26 Nov 2024 14:33:57 +0000 (15:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 26 Nov 2024 14:33:57 +0000 (15:33 +0100)
Released version 3.2-dev0 with the following main changes :
    - exact copy of 3.1.0

CHANGELOG
VERSION
doc/configuration.txt
doc/intro.txt
doc/management.txt
include/haproxy/version.h

index f46871f6c388544e7a8225809e6e421f3408a5c7..bea403245cb2a7a48df88c023e4e0d6e7e96f791 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
 ChangeLog :
 ===========
 
+2024/11/26 : 3.2-dev0
+    - exact copy of 3.1.0
+
 2024/11/26 : 3.1.0
     - BUG/MAJOR: mux-h1: Properly handle wrapping on obuf when dumping the first-line
     - BUILD: activity/memprofile: fix a build warning in the posix_memalign handler
diff --git a/VERSION b/VERSION
index fd2a01863fdd3035fac5918c59666363544bfe23..098417e6180b943d6406971645930e56cd2e456d 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.1.0
+3.2-dev0
index 24f437ee4eae2d2313abf20d25150609ec341bb5..8a7e591df913c205f645f3c42344e832661536c8 100644 (file)
@@ -2,7 +2,7 @@
                                 HAProxy
                           Configuration Manual
                          ----------------------
-                              version 3.1
+                              version 3.2
                               2024/11/26
 
 
index 4e076a8fc979a75c9175f18454307be71e10084c..2fa9d5238548836fe4cc4b678d2202dec8c0364a 100644 (file)
@@ -1,7 +1,7 @@
                              -----------------------
                               HAProxy Starter Guide
                              -----------------------
-                                   version 3.1
+                                   version 3.2
 
 
 This document is an introduction to HAProxy for all those who don't know it, as
index 9c2a23617bf0d28bc55f89bf79a6f01abbc4c275..b9e3502fad674589893f4cc8f1ab5e2c449a0e25 100644 (file)
@@ -1,7 +1,7 @@
                              ------------------------
                              HAProxy Management Guide
                              ------------------------
-                                   version 3.1
+                                   version 3.2
 
 
 This document describes how to start, stop, manage, and troubleshoot HAProxy,
index 7030eb68a08ef45dba8b071c35c7d75d60ce7417..5b5c50b44652701814f3a2ccdcdf2728fc0f870d 100644 (file)
@@ -33,7 +33,7 @@
 #ifdef  CONFIG_PRODUCT_BRANCH
 #define PRODUCT_BRANCH    CONFIG_PRODUCT_BRANCH
 #else
-#define PRODUCT_BRANCH   "3.1"
+#define PRODUCT_BRANCH   "3.2"
 #endif
 
 #ifdef  CONFIG_PRODUCT_STATUS