]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: version: this is development again, update the status
authorWilly Tarreau <w@1wt.eu>
Mon, 25 Nov 2019 19:38:32 +0000 (20:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Nov 2019 19:38:32 +0000 (20:38 +0100)
It's basically a revert of commit 9ca7f8cea.

include/common/version.h

index 2bf1ce00aa150922e1d06a1e82da413c277f04e0..7eba4a3c0a00ea4f871f50d0898c1c7156a99d14 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: development branch - not safe for use in production."
 #endif
 
 #ifdef CONFIG_PRODUCT_URL_BUGS