mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-25 04:18:01 +00:00
MINOR: version: it's development again
This essentially reverts 9dc4057df0
.
This commit is contained in:
parent
f2e0833f16
commit
3b068c45ee
18
INSTALL
18
INSTALL
@ -1,15 +1,15 @@
|
|||||||
Installation instructions for HAProxy
|
Installation instructions for HAProxy
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
HAProxy 2.5 is a stable version, which means that it will get fixes for bugs as
|
This is a development version, so it is expected to break from time to time,
|
||||||
they are discovered till around Q1 2023 and should not receive new features.
|
to add and remove features without prior notification and it should not be used
|
||||||
This version is mostly suited at experienced users who are willing to quickly
|
in production. If you are not used to build from sources or if you are not used
|
||||||
follow updates. New users are encouraged to use long term supported versions
|
to follow updates then it is recommended that instead you use the packages
|
||||||
such as the ones provided by their software vendor or Linux distribution, as
|
provided by your software vendor or Linux distribution. Most of them are taking
|
||||||
such versions require far less common updates. If for any reason you'd prefer
|
this task seriously and are doing a good job at backporting important fixes. If
|
||||||
a different version than the one packaged for your system, you want to be
|
for any reason you'd prefer to use a different version than the one packaged
|
||||||
certain to have all the fixes or to get some commercial support, other choices
|
for your system, you want to be certain to have all the fixes or to get some
|
||||||
are available at https://www.haproxy.com/.
|
commercial support, other choices are 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: stable branch - will stop receiving fixes around Q1 2023."
|
#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