Editing 5.0.0 Release Checklist

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 35: Line 35:
#* C++ style check.  Completion Date: </strike>
#* C++ style check.  Completion Date: </strike>
<!----------------------------------------------------------------------------->
<!----------------------------------------------------------------------------->
# <strike> Run lint checker on code base </strike>
# Run lint checker on code base
#* <strike> Possibilities include compiling with -fsanitize=undefined and running 'make check', cppcheck, etc. </strike>
#* <strike> Possibilities include compiling with -fsanitize=undefined and running 'make check', cppcheck, etc. </strike>
#* <strike> PVS static analyzer results [[PVS static analyzer - 5.0 Release]] </strike>
#* <strike> PVS static analyzer results [[PVS static analyzer - 5.0 Release]] </strike>
#* <strike> clang static analyzer results {{bug #55400|55400}} </strike>
#* clang static analyzer results {{bug #55400|55400}}
#* <strike> Compile with -fsanitize=undefined and run 'make check' </strike>
#* <strike> Compile with -fsanitize=undefined and run 'make check' </strike>
#: Completion Date: 1/17/19
#: Completion Date:
<!----------------------------------------------------------------------------->
<!----------------------------------------------------------------------------->
# Verify 'make check' is passing on all buildbot combinations of OS and compilers
# Verify 'make check' is passing on all buildbot combinations of OS and compilers
Line 47: Line 47:
#: Completion Date:
#: Completion Date:
<!----------------------------------------------------------------------------->
<!----------------------------------------------------------------------------->
# <strike> Compile and run Octave test suite with --enable-address-sanitizer-flags to check for memory leaks
# Compile and run Octave test suite with --enable-address-sanitizer-flags to check for memory leaks
#* Results posted to bug report: {{bug #55415|55415}}
#* Results posted to bug report: {{bug #55415|55415}}
#* Memory leak in graphics subsystem {{bug #55287|55287}} </strike>
#: Completion Date:
#: Completion Date: 1/18/19
<!----------------------------------------------------------------------------->
<!----------------------------------------------------------------------------->
# <strike> Review documentation </strike>
# Review documentation
#* <strike> Grammar check documentation so that it conforms to Octave standards  
#* <strike> Grammar check documentation so that it conforms to Octave standards  
#* Spell check documentation
#* Spell check documentation
Line 69: Line 68:
#: Completion Date: 1/16/19
#: Completion Date: 1/16/19
<!----------------------------------------------------------------------------->
<!----------------------------------------------------------------------------->
# <strike> Update shared library and oct file API version numbers
# Verify build process and create release candidates
#* Increment oct file API version number (configure.ac:OCTAVE_API_VERSION, increment number and drop "+" suffix)
#* Update configure.ac with new version information
#* 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) </strike>
#** Update AC_INIT, OCTAVE_MAJOR_VERSION, OCTAVE_MINOR_VERSION, OCTAVE_PATCH_VERSION, OCTAVE_RELEASE_DATE
#: Completion Date: 1/23/19
#* Verify 'make distcheck' passes
<!----------------------------------------------------------------------------->
#* Create release candidate
# <strike> Verify build process and create release candidates </strike>
#** 'make dist'
#* <strike> Update configure.ac with new version information </strike>
#** hg tag repository with release candidate ID
#** <strike> Update AC_INIT, OCTAVE_MAJOR_VERSION, OCTAVE_MINOR_VERSION, OCTAVE_PATCH_VERSION, OCTAVE_RELEASE_DATE </strike>
#** For Windows, create installer [[Windows Installer]]
#* <strike> Verify 'make distcheck' passes </strike>
#** Upload release candidate
#* <strike>Create release candidate </strike>
#** Add release candidate version to Savannah bug tracker
#** <strike>'make dist' </strike>
#** Announce release candidate to Octave-Maintainers, Octave-Help, on web page
#** <strike>hg tag repository with release candidate ID </strike>
#** Repeat release candidate cycle until clean
#** <strike>For Windows, create installer [[Windows Installer]] </strike>
#: Completion Date:
#** <strike>Upload release candidate </strike>
#** <strike>Add release candidate version to Savannah bug tracker </strike>
#** <strike>Announce release candidate to Octave-Maintainers, Octave-Help, on web page </strike>
#** <strike>Repeat release candidate cycle until clean </strike>
#: Completion Date: 2/25/2019
<!----------------------------------------------------------------------------->
<!----------------------------------------------------------------------------->
# Final Release
# Final Release
#* <strike> Update version information </strike>
#* Update version information
#** <strike> Update configure.ac (AC_INIT, OCTAVE_MAJOR_VERSION, OCTAVE_MINOR_VERSION, OCTAVE_PATCH_VERSION, OCTAVE_RELEASE_DATE) </strike>
#** Update configure.ac (AC_INIT, OCTAVE_MAJOR_VERSION, OCTAVE_MINOR_VERSION, OCTAVE_PATCH_VERSION, OCTAVE_RELEASE_DATE)
#** <strike> Update NEWS (final release date) </strike>
#** Update libtool versioning (configure.ac:OCTAVE_API_VERSION, liboctave/module.mk:%canon_reldir%_%canon_reldir%_current, libinterp/module.mk:%canon_reldir%_liboctinterp_current, libgui/module.mk:%canon_reldir%_liboctgui_current)
#** Update NEWS (final release date)
#** <strike>Update CITATION (version, year, URL)</strike>
#** <strike>Update CITATION (version, year, URL)</strike>
#** <strike> Update org.octave.Octave.appdata.xml (version number and release date) </strike>
#** Update org.octave.Octave.appdata.xml (version number and release date)
#* <strike> hg tag repository with release version number </strike>
#* hg tag repository with release version number
#* <strike> merge default onto stable to become the current stable release </strike>
#* <strike> merge default onto stable to become the current stable release </strike>
#* <strike> Savannah bug tracker version info
#* Savannah bug tracker version info
#** add new release version to bug tracker
#** add new release version to bug tracker
#** remove release candidate versions from bug tracker </strike>
#** remove release candidate versions from bug tracker
#* Announce final release on
#* Announce final release on Octave mailing lists and web site
#** Octave mailing lists
#** Octave web site
#** <strike> This wiki </strike>
#: Completion Date:
#: Completion Date:
<!----------------------------------------------------------------------------->
<!----------------------------------------------------------------------------->
# <strike> Post-Release </strike>
# Post-Release
#* <strike> Update configure.ac (AC_INIT, OCTAVE_MAJOR_VERSION, OCTAVE_MINOR_VERSION, OCTAVE_PATCH_VERSION) to next release cycle </strike>
#* <strike> Update configure.ac (AC_INIT, OCTAVE_MAJOR_VERSION, OCTAVE_MINOR_VERSION, OCTAVE_PATCH_VERSION) to next release cycle
#* <strike> Update oct file API version number (configure.ac:OCTAVE_API_VERSION, add "+" suffix) </strike>
#* Remove all deprecated functions (either OCTAVE_DEPRECATED in C++ or scripts/deprecated for m-files) scheduled for deletion in default branch
#* <strike> 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
#* Move NEWS file to backup in etc/NEWS.X
#* Create new NEWS file </strike>
#* Create new NEWS file </strike>
#: Completion Date: 2/25/19
#: Completion Date: 12/20/18


[[Category:Releases]]
[[Category:Releases]]
[[Category:Development]]
Please note that all contributions to Octave may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Octave:Copyrights for details). Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: