]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: version: mention that it's an LTS release now
authorWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2020 14:31:52 +0000 (16:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2020 14:31:52 +0000 (16:31 +0200)
The new version is going to be LTS up to around Q2 2025.

include/haproxy/version.h

index 446ce5a1a8302f83ee451d6e9918859331dc613d..6c06807d0949f3a3dba7e31bfaa9f123fe7c00ff 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: long-term supported branch - will stop receiving fixes around Q2 2025."
 #endif
 
 #ifdef CONFIG_PRODUCT_URL_BUGS