changeset 26631:fb100b270550

maint: update release checklists for version 6 * RELEASE.BUG_FIX_LIST: Update checklist for version 6. * RELEASE.CHECKLIST: Update checklist for version 6. Forget "+" suffix on OCTAVE_API_VERSION.
author Mike Miller <mtmiller@octave.org>
date Thu, 24 Jan 2019 16:46:42 -0800
parents f48e5c7f7ef7
children 2f77d977606a
files etc/RELEASE.BUG_FIX_LIST etc/RELEASE.CHECKLIST
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/etc/RELEASE.BUG_FIX_LIST	Thu Jan 24 16:41:00 2019 -0800
+++ b/etc/RELEASE.BUG_FIX_LIST	Thu Jan 24 16:46:42 2019 -0800
@@ -1,4 +1,4 @@
-The following bugs must be fixed prior to the next release.  See also the [[5.0.0 Release Checklist]].
+The following bugs must be fixed prior to the next release.  See also the [[6.0.0 Release Checklist]].
 
 <p>Sign up for a bug by filling in the Owner field so people won't duplicate each other's work.</p>
 
@@ -21,4 +21,4 @@
 == Other Bugs ==
 
 == Potentially excluded bugs ==
-These bugs have been provisionally decided not to be blockers for 5.0.0.  That doesn't mean they can't be fixed, if someone wants to fix them.
+These bugs have been provisionally decided not to be blockers for 6.0.0.  That doesn't mean they can't be fixed, if someone wants to fix them.
--- a/etc/RELEASE.CHECKLIST	Thu Jan 24 16:41:00 2019 -0800
+++ b/etc/RELEASE.CHECKLIST	Thu Jan 24 16:46:42 2019 -0800
@@ -3,7 +3,7 @@
    The format of the file is wiki markup and can be directly used as a page
    on wiki.octave.org. >
 <!----------------------------------------------------------------------------->
-==5.0.0 Release Tasks==
+==6.0.0 Release Tasks==
 
 <!----------------------------------------------------------------------------->
 # Update gnulib to latest version
@@ -23,7 +23,7 @@
 #: Completion Date:
 <!----------------------------------------------------------------------------->
 # Clear all bugs identified as must-fix
-#* See [[Bug Fix List - 5.0 Release]]
+#* See [[Bug Fix List - 6.0 Release]]
 #: Completion Date:
 <!----------------------------------------------------------------------------->
 # GPL License activities
@@ -68,8 +68,9 @@
 #: Completion Date:
 <!----------------------------------------------------------------------------->
 # Update shared library and oct file API version numbers
-#* Increment oct file API version number (configure.ac:OCTAVE_API_VERSION, increment number and drop "+" suffix)
+#* Increment oct file API version number (configure.ac:OCTAVE_API_VERSION)
 #* Increment libtool versioning (liboctave/module.mk:%canon_reldir%_%canon_reldir%_current, libinterp/module.mk:%canon_reldir%_liboctinterp_current, libgui/module.mk:%canon_reldir%_liboctgui_current)
+#: Completion Date:
 <!----------------------------------------------------------------------------->
 # Verify build process and create release candidates
 #* Update configure.ac with new version information
@@ -101,7 +102,6 @@
 <!----------------------------------------------------------------------------->
 # Post-Release
 #* Update configure.ac (AC_INIT, OCTAVE_MAJOR_VERSION, OCTAVE_MINOR_VERSION, OCTAVE_PATCH_VERSION) to next release cycle
-#* Update oct file API version number (configure.ac:OCTAVE_API_VERSION, add "+" suffix)
 #* Remove all deprecated functions (either OCTAVE_DEPRECATED in C++ or scripts/deprecated for m-files) scheduled for deletion in default branch
 #* Move NEWS file to backup in etc/NEWS.X
 #* Create new NEWS file