]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Docs: Explain the stable releases better in README.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 19 Dec 2011 19:21:29 +0000 (21:21 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 24 May 2012 15:24:44 +0000 (18:24 +0300)
README

diff --git a/README b/README
index d6cfda78d3db15bbc43a187ace3b356a151106b0..a8c5d61e1e8b90971668dea93adcc7a5004fd5f8 100644 (file)
--- a/README
+++ b/README
@@ -131,8 +131,12 @@ XZ Utils
 
       - Z is the revision. This has different meaning for stable and
         unstable releases:
+
           * Stable: Z is incremented when bugs get fixed without adding
-            any new features.
+            any new features. This is intended to be convenient for
+            downstream distributors that want bug fixes but don't want
+            any new features to minimize the risk of introducing new bugs.
+
           * Unstable: Z is just a counter. API or ABI of features added
             in earlier unstable releases having the same X.Y may break.