]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[RELEASE] Released version 2.3-dev0
authorWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2020 14:35:28 +0000 (16:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2020 14:35:28 +0000 (16:35 +0200)
Released version 2.3-dev0 with the following main changes :
    - exact copy of 2.2.0

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

index 4274ffe68b8f2240400784600d8f4981926e11e8..656586d5e730bcbe9af003c4a31b104718ac1a53 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,9 @@
 ChangeLog :
 ===========
 
+2020/07/07 : 2.3-dev0
+    - exact copy of 2.2.0
+
 2020/07/07 : 2.2.0
     - BUILD: mux-h2: fix typo breaking build when using DEBUG_LOCK
     - CLEANUP: makefile: update the outdated list of DEBUG_xxx options
diff --git a/VERSION b/VERSION
index ccbccc3dc62631f22ff358ac418e52401ec770b4..a9ef3563549197511f14100ffd26a552e4578839 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.2.0
+2.3-dev0
index 53255c1db5fd160d5689155cd9774b2a9351c87f..b1711b2198aa8b0ffc1daccd472193af6bd05963 100644 (file)
@@ -2,7 +2,7 @@
                                 HAProxy
                           Configuration Manual
                          ----------------------
-                              version 2.2
+                              version 2.3
                              willy tarreau
                               2020/07/07
 
index dbec9348a7539872f2e007d623d2dda57e3676c0..7cb04b90348a86b9b1f1eddda3f17d15e0e0a301 100644 (file)
@@ -1,7 +1,7 @@
                              -----------------------
                               HAProxy Starter Guide
                              -----------------------
-                                   version 2.2
+                                   version 2.3
 
 
 This document is an introduction to HAProxy for all those who don't know it, as
index 0585d38d8d31b85c1ce261d006d159921f24325f..7346d63013c811aada90b027b15645bc7166cf04 100644 (file)
@@ -1,7 +1,7 @@
                              ------------------------
                              HAProxy Management Guide
                              ------------------------
-                                   version 2.2
+                                   version 2.3
 
 
 This document describes how to start, stop, manage, and troubleshoot HAProxy,
index 6c06807d0949f3a3dba7e31bfaa9f123fe7c00ff..73a5633de3d989985cb254d1997631652406e3d5 100644 (file)
@@ -33,7 +33,7 @@
 #ifdef  CONFIG_PRODUCT_BRANCH
 #define PRODUCT_BRANCH    CONFIG_PRODUCT_BRANCH
 #else
-#define PRODUCT_BRANCH   "2.2"
+#define PRODUCT_BRANCH   "2.3"
 #endif
 
 #ifdef  CONFIG_PRODUCT_STATUS