From: Christopher Faulet Date: Thu, 4 Mar 2021 14:06:51 +0000 (+0100) Subject: MINOR: version: Set the EOL of the 2.1 branch X-Git-Tag: v2.1.12~1 X-Git-Url: http://git.haproxy.org/?a=commitdiff_plain;h=4b4fe8d95fee85f34155bb96adbd86b1b2b59cba;p=haproxy-2.1.git MINOR: version: Set the EOL of the 2.1 branch The end-of-life of the 2.1 branch was planned for Q1 2021. This patch makes it official for the next coming release. --- diff --git a/include/common/version.h b/include/common/version.h index 748d2be..2d4a74f 100644 --- 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