]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: version: mention that it's stable now
authorWilly Tarreau <w@1wt.eu>
Thu, 5 Nov 2020 15:50:53 +0000 (16:50 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 5 Nov 2020 16:00:50 +0000 (17:00 +0100)
This version will be maintained up to around Q1 2022.

include/haproxy/version.h

index f2bf12a5bdcf507797b5b32daa965decf6d2c32d..4ec22679f22927153f2c2a58110591d2b84d810b 100644 (file)
@@ -39,7 +39,7 @@
 #ifdef  CONFIG_PRODUCT_STATUS
 #define PRODUCT_STATUS    CONFIG_PRODUCT_STATUS
 #else
-#define PRODUCT_STATUS   "Status: development branch - not safe for use in production."
+#define PRODUCT_STATUS   "Status: stable branch - will stop receiving fixes around Q1 2022."
 #endif
 
 #ifdef CONFIG_PRODUCT_URL_BUGS