mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
MINOR: version: mention that it's development again
This essentially reverts d8ba9a2a92.
This commit is contained in:
parent
7832fb21fe
commit
e8d6ffb692
2 changed files with 8 additions and 7 deletions
13
INSTALL
13
INSTALL
|
|
@ -1,12 +1,13 @@
|
||||||
Installation instructions for HAProxy
|
Installation instructions for HAProxy
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
HAProxy 3.3 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 2027 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, unless you're an experienced user and are willing to follow
|
||||||
follow updates. New users are encouraged to use long term supported versions
|
weekly updates. If you are not used to build from sources or if you are not
|
||||||
such as the ones provided by their software vendor or Linux distribution, as
|
used to follow updates then it is recommended that instead you use the packages
|
||||||
such versions require far less common updates.
|
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 would prefer a different version than the one packaged
|
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
|
for your system, you want to be certain to have all the fixes or to get some
|
||||||
|
|
|
||||||
|
|
@ -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 2027."
|
#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 a new issue