groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 02/02: ANNOUNCE: We'll be doing an RC4, per Bertrand.


From: G. Branden Robinson
Subject: [groff] 02/02: ANNOUNCE: We'll be doing an RC4, per Bertrand.
Date: Mon, 20 Mar 2023 04:21:29 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 25d733b6adc4e814b3334a44be65e1f5b1be7eaf
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sun Mar 19 02:34:56 2023 -0500

    ANNOUNCE: We'll be doing an RC4, per Bertrand.
    
    Since 1.23.0.rc3:
    
     95 files changed, 1482 insertions(+), 822 deletions(-)
    
    ...and waiting on the post-1.23.0 branch, some or all of which will be
    merged to master before the final 1.23.0 tag:
    
     28 files changed, 8131 insertions(+), 250 deletions(-)
    
    (Russian and Spanish localizations are the bulk of that.)
    
    So, yeah, hard to argue.
---
 ANNOUNCE | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/ANNOUNCE b/ANNOUNCE
index 639091e91..8185dae6d 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -2,7 +2,10 @@
                info-gnu for releases,
                and CC groff and linux-man@vger.kernel.org for both. ]]
 
-We are pleased to announce the release of groff version 1.23.0.
+groff 1.23 release candidate 4, 1.23.0.rc4, is now available from GNU's
+alpha site.  You may download the distribution archive from there.
+
+  https://alpha.gnu.org/gnu/groff/
 
 What is groff?
 ==============
@@ -30,7 +33,7 @@ Since groff 1.22.4 was released in December 2018, 26 people 
have made a
 total of over 4,500 commits.
 
 [[ maintainer: Insert output of
-   "git shortlog --summary 1.22.4..1.23.0" ]]
+   "git shortlog --summary 1.22.4..1.23.0.rc4" ]]
 
 Headline features nominated by our development community include:
   * a new 'man' macro, "MR", for formatting man page cross references;
@@ -108,19 +111,19 @@ Use a mirror for higher download bandwidth.
 
 Here are the SHA-1 and SHA-256 checksums.
 
-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  groff-1.23.0.tar.gz
-yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy  groff-1.23.0.tar.gz
+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx  groff-1.23.0.rc4.tar.gz
+yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy  groff-1.23.0.rc4.tar.gz
 
 The SHA-256 checksum is encoded in Base64 instead of the hexadecimal
 form that most checksum tools default to.  The mechanism follows.
 
-sha256sum < groff-1.23.0.tar.gz | cut -f1 -d\  | xxd -r -p | base64
+sha256sum < groff-1.23.0.rc4.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.
 
-      gpg --verify groff-1.23.0.tar.gz{.sig,}
+      gpg --verify groff-1.23.0.rc4.tar.gz{.sig,}
 
     If that command fails because you don't have the required public
     key, you can import it.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]