]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: version: back to development, update status message
authorWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2020 14:37:05 +0000 (16:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 7 Jul 2020 14:38:51 +0000 (16:38 +0200)
Update the status message and update INSTALL again.

INSTALL
include/haproxy/version.h

diff --git a/INSTALL b/INSTALL
index 44413c978d7136b08c7b8dd2be3f8cd35527adc7..69fe94f42ff1c3a0a27504cd7fd7aaa9883b2fb5 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,16 +1,15 @@
 Installation instructions for HAProxy
 =====================================
 
-HAProxy 2.2 is a long-term supported version, which means that it will get
-fixes for bugs as they are discovered till around Q2 2025 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 strongly advised encouraged to
-use only such long-term supported versions such as the ones provided by their
-software vendor or Linux distribution. If for any reason you would prefer 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/.
+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. 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/.
 
 
 Areas covered in this document
index 73a5633de3d989985cb254d1997631652406e3d5..f2bf12a5bdcf507797b5b32daa965decf6d2c32d 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 2025."
+#define PRODUCT_STATUS   "Status: development branch - not safe for use in production."
 #endif
 
 #ifdef CONFIG_PRODUCT_URL_BUGS