From: Willy Tarreau Date: Tue, 7 Jul 2020 14:31:52 +0000 (+0200) Subject: MINOR: version: mention that it's an LTS release now X-Git-Tag: v2.2.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c47de81a485e2662a798aa5cf3e647c9ec6fc5;p=thirdparty%2Fhaproxy.git MINOR: version: mention that it's an LTS release now The new version is going to be LTS up to around Q2 2025. --- diff --git a/include/haproxy/version.h b/include/haproxy/version.h index 446ce5a1a8..6c06807d09 100644 --- a/include/haproxy/version.h +++ b/include/haproxy/version.h @@ -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