You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by co...@apache.org on 2023/01/31 15:11:25 UTC

svn commit: r1907153 - /apr/site/trunk/tools/release.sh

Author: covener
Date: Tue Jan 31 15:11:25 2023
New Revision: 1907153

URL: http://svn.apache.org/viewvc?rev=1907153&view=rev
Log:
CVE tool first


Modified:
    apr/site/trunk/tools/release.sh

Modified: apr/site/trunk/tools/release.sh
URL: http://svn.apache.org/viewvc/apr/site/trunk/tools/release.sh?rev=1907153&r1=1907152&r2=1907153&view=diff
==============================================================================
--- apr/site/trunk/tools/release.sh (original)
+++ apr/site/trunk/tools/release.sh Tue Jan 31 15:11:25 2023
@@ -37,8 +37,7 @@
 #         - wait for dlcdn links (immediate) and directory listings (up to 2 hours) to show the new files.
 #         - update the Announcement txt and html on dist/dev and copy it.
 #         - update the download and index xdocs/ as in r1840948
-#      4. Add any CVE details if applicable to the CHANGES and commit.
-#      5. Update CHANGES-* on dist/release/apr
+#      4. Update CHANGES-* on dist/release/apr
 #         e.g. https://www.apache.org/dist/apr/CHANGES-APR-1.7
 #      5. Send announce emails to apr and announce@ (see r6-announce.sh in this dir)
 #         # Process the CVEs that have been part of the release:
@@ -49,8 +48,9 @@
 #           this issue (the same emails ent in the preceding sub-bullet(
 #         - ASF Security will be notified and will submit to the CVE
 #           project and then set state to 'PUBLIC'.
-#      7. Clean up prior release artifacts
-#      8. restore {APR|APU}_IS_DEV_VERSION define in headers and bump versions.
+#      7. Add any CVE details if applicable to the CHANGES and commit.
+#      8. Clean up prior release artifacts
+#      9. restore {APR|APU}_IS_DEV_VERSION define in headers and bump versions.
 #   
 
 if test "$#" != 2 && test "$#" != 3 && test "$#" != 4; then