Skip to content

Commit 2e077f8

Browse files
committed
[RELEASE] Released version 2.2-dev0
Released version 2.2-dev0 with the following main changes : - exact copy of 2.1.0
1 parent e54b43a commit 2e077f8

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+
2019/11/25 : 2.2-dev0
5+
- exact copy of 2.1.0
6+
47
2019/11/25 : 2.1.0
58
- BUG/MINOR: init: fix set-dumpable when using uid/gid
69
- MINOR: init: avoid code duplication while setting identify

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0
1+
2.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 2.1
5+
version 2.2
66
willy tarreau
77
2019/11/25
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 2.1
4+
version 2.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 2.1
4+
version 2.2
55

66

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

include/common/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 "2.1"
36+
#define PRODUCT_BRANCH "2.2"
3737
#endif
3838

3939
#ifdef CONFIG_PRODUCT_STATUS

0 commit comments

Comments
 (0)