You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2023/01/17 19:05:28 UTC

svn commit: r1906748 - /httpd/dev-tools/release/r6-announce.sh

Author: covener
Date: Tue Jan 17 19:05:28 2023
New Revision: 1906748

URL: http://svn.apache.org/viewvc?rev=1906748&view=rev
Log:
hint from Mark C

Modified:
    httpd/dev-tools/release/r6-announce.sh

Modified: httpd/dev-tools/release/r6-announce.sh
URL: http://svn.apache.org/viewvc/httpd/dev-tools/release/r6-announce.sh?rev=1906748&r1=1906747&r2=1906748&view=diff
==============================================================================
--- httpd/dev-tools/release/r6-announce.sh (original)
+++ httpd/dev-tools/release/r6-announce.sh Tue Jan 17 19:05:28 2023
@@ -103,7 +103,7 @@ done
 CVES_MENTIONED=`fgrep CVE- dist/apache.org-dist/release/httpd/CHANGES_${VERSION}`
 if test -n "${CVES_MENTIONED}"; then
   cat << EOF
-Then set the following CVEs mentioned to READY on the ASF cveprocess site:
+Then set the following CVEs mentioned to READY on the ASF cveprocess site (and send the emails from the OSS/ASF tab):
 ${CVES_MENTIONED}
 EOF
 else