Skip to content

Commit 4d58f52

Browse files
committed
[RELEASE] Released version 3.2-dev0
Released version 3.2-dev0 with the following main changes : - exact copy of 3.1.0
1 parent f2b9791 commit 4d58f52

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

CHANGELOG

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
ChangeLog :
22
===========
33

4+
2024/11/26 : 3.2-dev0
5+
- exact copy of 3.1.0
6+
47
2024/11/26 : 3.1.0
58
- BUG/MAJOR: mux-h1: Properly handle wrapping on obuf when dumping the first-line
69
- BUILD: activity/memprofile: fix a build warning in the posix_memalign handler

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.2-dev0

doc/configuration.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
HAProxy
33
Configuration Manual
44
----------------------
5-
version 3.1
5+
version 3.2
66
2024/11/26
77

88

doc/intro.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-----------------------
22
HAProxy Starter Guide
33
-----------------------
4-
version 3.1
4+
version 3.2
55

66

77
This document is an introduction to HAProxy for all those who don't know it, as

doc/management.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
------------------------
22
HAProxy Management Guide
33
------------------------
4-
version 3.1
4+
version 3.2
55

66

77
This document describes how to start, stop, manage, and troubleshoot HAProxy,

include/haproxy/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#ifdef CONFIG_PRODUCT_BRANCH
3434
#define PRODUCT_BRANCH CONFIG_PRODUCT_BRANCH
3535
#else
36-
#define PRODUCT_BRANCH "3.1"
36+
#define PRODUCT_BRANCH "3.2"
3737
#endif
3838

3939
#ifdef CONFIG_PRODUCT_STATUS

0 commit comments

Comments
 (0)