The 1.7 release did not update the first paragraph in README, but 1.7 is now stable. Update README as to not confuse users.
This is for 1.7 only. --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 8f674d3..8be7fa1 100644 --- a/README +++ b/README @@ -9,11 +9,12 @@ 1) How to build it ------------------ -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 +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, -- 2.7.4

