]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: mention in the readme that 1.9 is a stable version now
authorWilly Tarreau <w@1wt.eu>
Wed, 19 Dec 2018 18:11:18 +0000 (19:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Dec 2018 18:11:18 +0000 (19:11 +0100)
It's going to happen soon :-)

INSTALL

diff --git a/INSTALL b/INSTALL
index 8086d154855c41f7554cb2131d4c1e6df5e60bc6..76b2321635be70a18132d8f3067f6321e55757d4 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -1,15 +1,16 @@
 Installation instructions for HAProxy
 =====================================
 
-This is a development version, so it is expected to break from time to time,
-to add and remove features without prior notification and it should not be used
-in production. If you are not used to build from sources or if you are not used
-to follow updates then it is recommended that instead you use the packages
-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'd prefer to use a different version than the one packaged
-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/.
+This version is a stable version, which means that it belongs to a branch which
+will get some fixes for bugs as they are discovered. Versions which include the
+suffix "-dev" are development versions and should be avoided in production. If
+you are not used to build from sources or if you are not used to follow updates
+then it is recommended that instead you use the packages 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'd 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 commercial support,
+other choices are available at http://www.haproxy.com/.
 
 
 Areas covered in this document