projects
/
haproxy-2.1.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
469176a
)
MINOR: version: Set the EOL of the 2.1 branch
author
Christopher Faulet
<cfaulet@haproxy.com>
Thu, 4 Mar 2021 14:06:51 +0000
(15:06 +0100)
committer
Christopher Faulet
<cfaulet@haproxy.com>
Thu, 18 Mar 2021 08:23:21 +0000
(09:23 +0100)
The end-of-life of the 2.1 branch was planned for Q1 2021. This patch makes
it official for the next coming release.
include/common/version.h
patch
|
blob
|
history
diff --git
a/include/common/version.h
b/include/common/version.h
index
748d2be
..
2d4a74f
100644
(file)
--- a/
include/common/version.h
+++ b/
include/common/version.h
@@
-39,7
+39,7
@@
#ifdef CONFIG_PRODUCT_STATUS
#define PRODUCT_STATUS CONFIG_PRODUCT_STATUS
#else
-#define PRODUCT_STATUS "Status: stable branch - will stop receiving fixes around Q1 2021."
+#define PRODUCT_STATUS "Status: End of life - please upgrade to branch 2.2."
#endif
#ifdef CONFIG_PRODUCT_URL_BUGS