changeset 25082:3166d47adde2 stable

RELEASE.PROCESS: Update checklist for making a release. * RELEASE.PROCESS: Update checklist for making a release.
author Rik <rik@octave.org>
date Mon, 02 Apr 2018 08:57:23 -0700
parents d3baac355a2c
children 56b26a3376d0 34a5a420208e
files etc/RELEASE.PROCESS
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/RELEASE.PROCESS	Sun Apr 01 22:16:24 2018 -0700
+++ b/etc/RELEASE.PROCESS	Mon Apr 02 08:57:23 2018 -0700
@@ -9,7 +9,7 @@
 
 <!----------------------------------------------------------------------------->
 # Update gnulib to latest version
-# Must occur first as it could resolve, or create new, bug reports
+# Must occur first as it could resolve existing, or create new, bug reports
 #: Completion Date:
 <!----------------------------------------------------------------------------->
 # File bug reports for all outstanding bugs known, but not reported
@@ -30,6 +30,7 @@
 <!----------------------------------------------------------------------------->
 # GPL License activities
 #* Update Copyright statements for all source controlled files
+#* Update dates in any other locations (launch message, citation, etc.)
 #* Add any new contributors to contributors.in
 #: Completion Date:
 <!----------------------------------------------------------------------------->
@@ -40,10 +41,10 @@
 #* C++ style check.  Completion Date:
 <!----------------------------------------------------------------------------->
 # Run lint checker on code base
-#* cppcheck, Clang sanitize, etc.
+#* cppcheck, -fsanitize, etc.
 #: Completion Date:
 <!----------------------------------------------------------------------------->
-# Verify 'make check' is passing on all buildbot combinations of OS and compiler
+# Verify 'make check' is passing on all buildbot combinations of OS and compilers
 #* Start discussion on octave-maintainers list about which failing tests must be fixed
 #* Identify and fix any tests determined critical in step above
 #: Completion Date: