diff options
author | Emil Velikov <[email protected]> | 2017-02-20 19:27:49 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-21 18:39:40 +0000 |
commit | 383e8e2d5dc88b3abaec66c228e0f1558d5c7538 (patch) | |
tree | 24b0ccaad9736cfe86e268bea9061d0d0a7a21c3 /docs | |
parent | 8b79f0ed0812a3a80dd91e47112fd722bd2d6978 (diff) |
docs/releasing.html: reword "distro breaking changes" hunk
v2: s/rare/rarely/ (Eric)
Suggested-by: Eric Engestrom <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Nayan Deshmukh <[email protected]> (v1)
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/releasing.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/releasing.html b/docs/releasing.html index 048aa1f7a4b..242881a70bc 100644 --- a/docs/releasing.html +++ b/docs/releasing.html @@ -171,9 +171,9 @@ Now go to <a href="https://bugs.freedesktop.org/editversions.cgi?action=add&product=Mesa" target="_parent">Bugzilla</a> and add the new Mesa version X.Y. </p> <p> -Check for rare that there are no distribution breaking changes and revert them -if needed. Extremely rare - we had only one case so far (see -commit 2ced8eb136528914e1bf4e000dea06a9d53c7e04). +Check that there are no distribution breaking changes and revert them if needed. +For example: files being overwritten on install, etc. Happens extremely rarely - +we had only one case so far (see commit 2ced8eb136528914e1bf4e000dea06a9d53c7e04). </p> <p> Proceed to <a href="#release">release</a> -rc1. |