MINOR: version: Set the EOL of the 2.1 branch
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 4 Mar 2021 14:06:51 +0000 (15:06 +0100)
committerChristopher 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

index 748d2be..2d4a74f 100644 (file)
@@ -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