File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11Installation instructions for HAProxy
22=====================================
33
4- HAProxy 3.1 is a stable version, which means that it will get fixes for bugs as
5- they are discovered till around Q1 2026 and should not receive new features.
6- This version is mostly suited at experienced users who are willing to quickly
7- follow updates. New users are encouraged to use long term supported versions
8- such as the ones provided by their software vendor or Linux distribution, as
9- such versions require far less common updates.
4+ This is a development version, so it is expected to break from time to time,
5+ to add and remove features without prior notification and it should not be used
6+ in production, unless you're an experienced user and are willing to follow
7+ weekly updates. If you are not used to build from sources or if you are not
8+ used to follow updates then it is recommended that instead you use the packages
9+ provided by your software vendor or Linux distribution. Most of them are taking
10+ this task seriously and are doing a good job at backporting important fixes.
1011
1112If for any reason you would prefer a different version than the one packaged
1213for your system, you want to be certain to have all the fixes or to get some
Original file line number Diff line number Diff line change 3939#ifdef CONFIG_PRODUCT_STATUS
4040#define PRODUCT_STATUS CONFIG_PRODUCT_STATUS
4141#else
42- #define PRODUCT_STATUS "Status: stable branch - will stop receiving fixes around Q1 2026 ."
42+ #define PRODUCT_STATUS "Status: development branch - not safe for use in production ."
4343#endif
4444
4545#ifdef CONFIG_PRODUCT_URL_BUGS
You can’t perform that action at this time.
0 commit comments