MINOR: version: it's development again

This essentially reverts b2c1e081f7.
This commit is contained in:
Willy Tarreau 2022-05-31 17:04:45 +02:00
parent a1efc048bf
commit 6391bb2de0
2 changed files with 9 additions and 14 deletions

21
INSTALL
View File

@ -1,19 +1,14 @@
Installation instructions for HAProxy Installation instructions for HAProxy
===================================== =====================================
HAProxy 2.6 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 2027 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, unless you're an experienced user and are willing to follow
to receive less frequent updates than regular stable branches which have an odd weekly updates. If you are not used to build from sources or if you are not
digit in the minor version number. New users are encouraged to use long-term used to follow updates then it is recommended that instead you use the packages
supported versions such as the ones provided by their software vendor, Linux provided by your software vendor or Linux distribution. Most of them are taking
distribution, or by a trusted package maintainer. Experienced users who manage this task seriously and are doing a good job at backporting important fixes. If
a fleet of load balancers are encouraged to deploy at least one node with the for any reason you'd prefer to use a different version than the one packaged
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 needed.
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
commercial support, other choices are available at http://www.haproxy.com/. commercial support, other choices are available at http://www.haproxy.com/.

View File

@ -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 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