]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: version: indicate that this version is stable
authorWilly Tarreau <w@1wt.eu>
Mon, 25 Nov 2019 18:27:55 +0000 (19:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 25 Nov 2019 18:47:23 +0000 (19:47 +0100)
Also indicate that it will get fixes till ~Q1 2021.

include/common/version.h

index b610c50e07c29db7c3b1db09c48098e3a157b66d..748d2be4a8ad2a48cd254418c4e63b857ba6b2d3 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 2021."
 #endif
 
 #ifdef CONFIG_PRODUCT_URL_BUGS