]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: version: mention that it's development again
authorWilly Tarreau <w@1wt.eu>
Wed, 31 May 2023 14:28:15 +0000 (16:28 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 31 May 2023 14:28:34 +0000 (16:28 +0200)
This essentially reverts b9b6e94474371a58c96b41b25ea58fa33934e283.

INSTALL
include/haproxy/version.h

diff --git a/INSTALL b/INSTALL
index 71885e54938e987061d88165d05daa518d50b296..622fcc09866b14b6fa44d9d01f744335b6536a07 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,19 +1,15 @@
 Installation instructions for HAProxy
 =====================================
 
-HAProxy 2.8 is a long-term supported version, which means that it will get
-fixes for bugs as they are discovered till around Q2 2028 and will not receive
-new features. This version is suitable for general deployment as it is expected
-to receive less frequent updates than regular stable branches which have an odd
-digit in the minor version number. New users are encouraged to use long-term
-supported versions such as the ones provided by their software vendor, Linux
-distribution, or by a trusted package maintainer. Experienced users who manage
-a fleet of load balancers are encouraged to deploy at least one node with the
-latest weekly development version to get familiar with upcoming changes and
-possibly detect unwelcome changes or bugs before the release. This is also a
-great way to get new features implemented exactly as desired.
-
-If for any reason you would prefer a different version than the one packaged
+This is a development version, so it is expected to break from time to time,
+to add and remove features without prior notification and it should not be used
+in production, unless you're an experienced user and are willing to follow
+weekly updates. If you are not used to build from sources or if you are not
+used to follow updates then it is recommended that instead you use the packages
+provided by your software vendor or Linux distribution. Most of them are taking
+this task seriously and are doing a good job at backporting important fixes.
+
+If for any reason you'd prefer to use a different version than the one packaged
 for your system, you want to be certain to have all the fixes or to get some
 commercial support, other choices are available at http://www.haproxy.com/.
 
index e01956a5d96f81633d60576e4bc92e94480e2863..0e5c32ce80424e63059262c7ed23d78de3ee707e 100644 (file)
@@ -39,7 +39,7 @@
 #ifdef  CONFIG_PRODUCT_STATUS
 #define PRODUCT_STATUS    CONFIG_PRODUCT_STATUS
 #else
-#define PRODUCT_STATUS   "Status: long-term supported branch - will stop receiving fixes around Q2 2028."
+#define PRODUCT_STATUS   "Status: development branch - not safe for use in production."
 #endif
 
 #ifdef CONFIG_PRODUCT_URL_BUGS