mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-23 15:35:40 +00:00
MINOR: version: it's development again
this essentially reverts 46fb37c70c
.
This commit is contained in:
parent
6cbbecf097
commit
1cb9fe7a75
19
INSTALL
19
INSTALL
@ -1,16 +1,15 @@
|
|||||||
Installation instructions for HAProxy
|
Installation instructions for HAProxy
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
HAProxy 2.4 is a long-term supported version, which means that it will get
|
This is a development version, so it is expected to break from time to time,
|
||||||
fixes for bugs as they are discovered till around Q2 2026 and will not receive
|
to add and remove features without prior notification and it should not be used
|
||||||
new features. This version is suitable for general deployment as it is expected
|
in production. If you are not used to build from sources or if you are not used
|
||||||
to receive less frequent updates than regular stable branches which have an odd
|
to follow updates then it is recommended that instead you use the packages
|
||||||
digit in the minor version number. New users are strongly advised encouraged to
|
provided by your software vendor or Linux distribution. Most of them are taking
|
||||||
use only such long-term supported versions such as the ones provided by their
|
this task seriously and are doing a good job at backporting important fixes. If
|
||||||
software vendor or Linux distribution. If for any reason you would prefer a
|
for any reason you'd prefer to use a different version than the one packaged
|
||||||
different version than the one packaged for your system, you want to be certain
|
for your system, you want to be certain to have all the fixes or to get some
|
||||||
to have all the fixes or to get some commercial support, other choices are
|
commercial support, other choices are available at http://www.haproxy.com/.
|
||||||
available at http://www.haproxy.com/.
|
|
||||||
|
|
||||||
|
|
||||||
Areas covered in this document
|
Areas covered in this document
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
#ifdef CONFIG_PRODUCT_STATUS
|
#ifdef CONFIG_PRODUCT_STATUS
|
||||||
#define PRODUCT_STATUS CONFIG_PRODUCT_STATUS
|
#define PRODUCT_STATUS CONFIG_PRODUCT_STATUS
|
||||||
#else
|
#else
|
||||||
#define PRODUCT_STATUS "Status: long-term supported branch - will stop receiving fixes around Q2 2026."
|
#define PRODUCT_STATUS "Status: development branch - not safe for use in production."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_PRODUCT_URL_BUGS
|
#ifdef CONFIG_PRODUCT_URL_BUGS
|
||||||
|
Loading…
Reference in New Issue
Block a user