]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 3.1-dev0 v3.1-dev0
authorWilly Tarreau <w@1wt.eu>
Wed, 29 May 2024 13:00:02 +0000 (15:00 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 29 May 2024 13:00:02 +0000 (15:00 +0200)
Released version 3.1-dev0 with the following main changes :
    - MINOR: version: mention that it's development again

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

index abd27db2a984faab1147e51de340c9bd3059ebe3..f2f61a2909a72290c59200914cdefa347d7d7c36 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
 ChangeLog :
 ===========
 
+2024/05/29 : 3.1-dev0
+    - MINOR: version: mention that it's development again
+
 2024/05/29 : 3.0.0
     - MINOR: sample: implement the uptime sample fetch
     - CI: scripts: fix build of vtest regarding option -C
diff --git a/VERSION b/VERSION
index 4a36342fcab700951adb18ae7adc930997f6c3f4..a8457d4dd8d44d44c9b68a825f5bed69a841a851 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.0
+3.1-dev0
index 6a02988876dcc9efc875ac3b5ef912a8049e83ba..443a2aa6bc5133ad9cc7ef4ba0b98395d5af3e57 100644 (file)
@@ -2,7 +2,7 @@
                                 HAProxy
                           Configuration Manual
                          ----------------------
-                              version 3.0
+                              version 3.1
                               2024/05/29
 
 
index c3f6cdae5b7cc37bf21c95455bcc834dda1a830b..4e076a8fc979a75c9175f18454307be71e10084c 100644 (file)
@@ -1,7 +1,7 @@
                              -----------------------
                               HAProxy Starter Guide
                              -----------------------
-                                   version 3.0
+                                   version 3.1
 
 
 This document is an introduction to HAProxy for all those who don't know it, as
index d0360185f543430d7bec3f450e44106aa5256772..76357ecd9dd9a3dc33634230392fbe9fef238ae1 100644 (file)
@@ -1,7 +1,7 @@
                              ------------------------
                              HAProxy Management Guide
                              ------------------------
-                                   version 3.0
+                                   version 3.1
 
 
 This document describes how to start, stop, manage, and troubleshoot HAProxy,
index 11023e600511ce9896994b0b8bf7117fcdf160f8..1d8d211622d6b4f42302b0981ae91822f0ccba15 100644 (file)
@@ -33,7 +33,7 @@
 #ifdef  CONFIG_PRODUCT_BRANCH
 #define PRODUCT_BRANCH    CONFIG_PRODUCT_BRANCH
 #else
-#define PRODUCT_BRANCH   "3.0"
+#define PRODUCT_BRANCH   "3.1"
 #endif
 
 #ifdef  CONFIG_PRODUCT_STATUS