gbranden pushed a commit to branch master
in repository groff.

commit e521f33e26975a43ea7a60257367a36ac91425a2
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jan 26 23:34:29 2026 -0600

    ANNOUNCE: Tweak wording.
    
    A committer and an author are not necessarily the same person, and we're
    crediting the latter here, who didn't necessarily "make the commit".
    
    Not all Savannah tickets are "problems" (defects).  Many are feature
    requests.  Capture both kinds with the term "issues".
    
    Give a hint to people whose shells lack brace expansion.
      
https://pubs.opengroup.org/onlinepubs/9799919799/utilities/V3_chap02.html#tag_19_06
    
    Clarify what sort of "gpg --verify" command we mean when referring to
    it a second time.
---
 ANNOUNCE | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/ANNOUNCE b/ANNOUNCE
index 3783ae5c8..fc5f49963 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -42,8 +42,8 @@ consuming minimal system resources.
 Changes
 =======
 
-Since groff 1.23.0 was released on 5 July 2023, MM people have made a
-total of over NNN commits.
+Since groff 1.23.0 was released on 5 July 2023, MM people have authored
+a total of over NNN commits.
 
 [[ Changes since the most recent release candidate, 1.yy.0.rcZ ... ]]
 
@@ -55,7 +55,7 @@ total of over NNN commits.
 For more on these and other feature changes, see "News" below.
 
 [[ As of this writing, per the GNU Savannah bug tracker, the groff
-project has resolved NNN problems as fixed for the 1.yy.0 release. ]]
+project has resolved NNN issues as fixed for the 1.yy.0 release. ]]
 
 Classifying these issues by type and the component of the project to
 which they apply, we find the following.
@@ -118,7 +118,9 @@ sha256sum < groff-1.yy.0.tar.gz | cut -f1 -d\  | xxd -r -p 
| base64
 
 [*] Use a .sig file to verify that the corresponding file (without the
     .sig suffix) is intact.  First, be sure to download both the .sig
-    file and the corresponding archive.  Then, verify the archive.
+    file and the corresponding archive.  Then, verify the archive.  (If
+    your shell lacks brace expansion, specify each file as an argument
+    with the '.sig' one first.)
 
       gpg --verify groff-1.yy.0.tar.gz{.sig,}
 
@@ -129,7 +131,7 @@ sha256sum < groff-1.yy.0.tar.gz | cut -f1 -d\  | xxd -r -p 
| base64
         'https://savannah.gnu.org/people/viewgpg.php?user_id=96214'
       gpg --import 96214.asc
 
-    Re-run the 'gpg --verify' command subsequently.
+    Re-run the 'gpg --verify' command above again subsequently.
 
 Caveats
 =======

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to