[openssl-commits] [tools] master update

Matt Caswell matt at openssl.org
Tue Mar 27 14:54:36 UTC 2018


The branch master has been updated
       via  3c38191688d11d556dee96ddf3c9edf87491d52b (commit)
      from  d54658dd5fd7d7de0f967055b8933f1a5eb2c88e (commit)


- Log -----------------------------------------------------------------
commit 3c38191688d11d556dee96ddf3c9edf87491d52b
Author: Matt Caswell <matt at openssl.org>
Date:   Tue Mar 27 15:54:17 2018 +0100

    Correct the notes for doing a release

-----------------------------------------------------------------------

Summary of changes:
 release-tools/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/release-tools/README.md b/release-tools/README.md
index acdceb3..93888cf 100644
--- a/release-tools/README.md
+++ b/release-tools/README.md
@@ -54,6 +54,9 @@ the directory where this README is):
 
         $HERE/do-copyright-year
 
+Obtain approval for these commits from the reviewer and add the reviewed-by
+headers as required.
+
 Perform the local automated release steps. This can normally be done with:
 
         perl $HERE/mkrelease.pl --reviewer=NAME
@@ -199,7 +202,7 @@ openssl user home directory, and then do the following
 
         sudo -u openssl gpg -u 8B3D79F5 --clearsign secadv_FILENAME
         sudo -u openssl mutt -s "OpenSSL Security Advisory" \
-                openssl-project openssl-users openssl-announce
+                openssl-project openssl-users openssl-announce \
                 <~openssl/secadv_FILENAME.txt.asc
 
 Approve the openssl-announce email.  Go to


More information about the openssl-commits mailing list