1,860
edits
m (Rename activity for clarity) |
(Update timeline.) |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Note|'''Timeline''' (tentative) | {{Note|'''Timeline''' (tentative) | ||
* 2022-11-15 đ Release Kick-off âŊ (default branch merged to stable) | * 2022-11-15 đ Release Kick-off âŊ (default branch merged to stable) | ||
* | * 2023-01-23 đ ī¸ 1st release candidate '''8.0.90''' on https://alpha.gnu.org/gnu/octave/ | ||
* | * 2023-03-07 đ Final Release đ '''8.1.0''' on https://ftp.gnu.org/gnu/octave/}} | ||
:Please use <code><strike> </strike></code> to mark items below as done. | :Please use <code><strike> </strike></code> to mark items below as done. | ||
Line 15: | Line 15: | ||
* Bug overview at https://octave.space/savannah/ . | * Bug overview at https://octave.space/savannah/ . | ||
=== đĸ Update GUI translation files === | === <strike> đĸ Update GUI translation files </strike> === | ||
:Completion Date: | :Completion Date: 2022-11-28 | ||
* <strike> WON'T DO: Call for updates that might change GUI strings. </strike> | * <strike> WON'T DO: Call for updates that might change GUI strings. </strike> | ||
* String freeze date: 2022-11-25 | * String freeze date: 2022-11-25 | ||
Line 22: | Line 22: | ||
* <strike> Create issue report on Savannah as a centralized location for uploading files. </strike> bug {{bug|63404}} | * <strike> Create issue report on Savannah as a centralized location for uploading files. </strike> bug {{bug|63404}} | ||
* <strike> Call for translations for GUI strings on maintainers@octave.org, CC-ing the translators (see [https://hg.savannah.gnu.org/hgweb/octave/file/tip/libgui/languages/translators list of translators]). </strike> [https://lists.gnu.org/archive/html/octave-maintainers/2022-11/msg00004.html message in mailing list archive] | * <strike> Call for translations for GUI strings on maintainers@octave.org, CC-ing the translators (see [https://hg.savannah.gnu.org/hgweb/octave/file/tip/libgui/languages/translators list of translators]). </strike> [https://lists.gnu.org/archive/html/octave-maintainers/2022-11/msg00004.html message in mailing list archive] | ||
* Collect and push all translated files. | * <strike> Collect and push all translated files. </strike> | ||
=== <strike> âī¸ Update gnulib to latest version </strike> === | === <strike> âī¸ Update gnulib to latest version </strike> === | ||
Line 28: | Line 28: | ||
:<strike> Must occur first as it could resolve existing, or create new, bug reports. You should run <code>./bootstrap</code> in the source tree after updating to the new gnulib version. </strike> | :<strike> Must occur first as it could resolve existing, or create new, bug reports. You should run <code>./bootstrap</code> in the source tree after updating to the new gnulib version. </strike> | ||
=== âī¸ GPL License activities === | === <strike> âī¸ GPL License activities </strike> === | ||
:Completion Date: | :Completion Date: 2022-12-13 | ||
* Update copyright statements for all source controlled files. | * <strike> Update copyright statements for all source controlled files. </strike> | ||
* Update dates in any other locations (launch message, citation, MXE files, etc.). | * <strike> Update dates in any other locations (launch message, citation, MXE files, etc.). </strike> | ||
* Add any new contributors to {{Path|doc/interpreter/contributors.in}} who wish to be mentioned (don't add them without permission). | * <strike> Add any new contributors to {{Path|doc/interpreter/contributors.in}} who wish to be mentioned (don't add them without permission). </strike> | ||
=== â
Style-check code base === | === <strike> â
Style-check code base </strike> === | ||
:Completion Date: | :Completion Date: 2022-12-6 | ||
:This will produce lots of whitespace changes, but no behavior changes. '''Must occur after patches have been added''', since whitespace changes can prevent patches from applying. | :<strike> This will produce lots of whitespace changes, but no behavior changes. '''Must occur after patches have been added''', since whitespace changes can prevent patches from applying. </strike> | ||
* <strike> [[Octave style guide|m-file style check]] </strike> | * <strike> [[Octave style guide|m-file style check]] </strike> | ||
* [[C++ style guide|C++ style check]] | * <strike> [[C++ style guide|C++ style check]] </strike> | ||
=== đ Review documentation === | === đ Review documentation === | ||
:Completion Date: | :Completion Date: 2022-12-14 | ||
* <strike> Grammar check documentation. </strike> | * <strike> Grammar check documentation. </strike> | ||
* <strike> Spell check documentation. </strike> | * <strike> Spell check documentation. </strike> | ||
Line 50: | Line 50: | ||
* <strike> Review {{Path|__unimplemented__.m}} for the latest changes to [[Octave Forge]] packages and new Matlab functions. </strike> | * <strike> Review {{Path|__unimplemented__.m}} for the latest changes to [[Octave Forge]] packages and new Matlab functions. </strike> | ||
* <strike> Update major version number in "@subtitle Edition XXX" in {{Path|octave.texi}}. </strike> | * <strike> Update major version number in "@subtitle Edition XXX" in {{Path|octave.texi}}. </strike> | ||
* Update {{Path|[https://hg.octave.org/mxe-octave/file/tip/installer-files/README.html installer-files/README.html]}} in MXE Octave with version highlights. | * <strike> Update {{Path|[https://hg.octave.org/mxe-octave/file/tip/installer-files/README.html installer-files/README.html]}} in MXE Octave with version highlights. </strike> | ||
== đ Repeat until all bugs are resolved == | == đ Repeat until all bugs are resolved == | ||
Line 61: | Line 61: | ||
=== â
<code>make check</code> === | === â
<code>make check</code> === | ||
* Verify <code>make check</code> is passing on all [http://buildbot.octave.org:8010/#/waterfall buildbot combinations of OS and compilers] and [https://github.com/gnu-octave/octave/actions GitHub CI runners]. Also check [https://github.com/gnu-octave/octave-buildbot/actions test suite runs on "freshly brewed Octave for Windows"] (Kai's buildbots on octave.space). | * Verify <code>make check</code> is passing on all [http://buildbot.octave.org:8010/#/waterfall buildbot combinations of OS and compilers] and [https://github.com/gnu-octave/octave/actions GitHub CI runners]. Also check [https://github.com/gnu-octave/octave-buildbot/actions test suite runs on "freshly brewed Octave for Windows"] (Kai's buildbots on octave.space). | ||
* Compiling with <code>-fsanitize=undefined</code>, <code>--enable-address-sanitizer-flags</code> to check for memory leaks. Use other tools <code>cppcheck</code>, etc. | * <strike> Compiling with <code>-fsanitize=undefined</code>, <code>--enable-address-sanitizer-flags</code> to check for memory leaks. Use other tools <code>cppcheck</code>, etc. </strike> | ||
** Update PVS static analyzer results [[PVS static analyzer - 5.0 Release]]. | ** '''WON'T DO''' <strike> Update PVS static analyzer results [[PVS static analyzer - 5.0 Release]]. </strike> | ||
* Start discussion on maintainers@octave.org about which failing tests that must be fixed and which can be declared '''WON'T FIX'''. | * Start discussion on maintainers@octave.org about which failing tests that must be fixed and which can be declared '''WON'T FIX'''. | ||
Line 68: | Line 68: | ||
* Ensure correct [[#Versioning hints|version information]]. | * Ensure correct [[#Versioning hints|version information]]. | ||
* Create hg tag in repository with release candidate version number. | * Create hg tag in repository with release candidate version number. | ||
* Verify <code>make distcheck</code> passes. | * <strike> Verify <code>make distcheck</code> passes. </strike> | ||
* Verify <code>make dist</code> works. | * <strike> Verify <code>make dist</code> works. </strike> | ||
* Create [[Windows Installer]]. | * Create [[Windows Installer]]. | ||
* Upload release candidates. | * Upload release candidates. | ||
Line 102: | Line 102: | ||
== âī¸ Post-Release == | == âī¸ Post-Release == | ||
:Completion Date: | :Completion Date: | ||
* | * <strike> Remove all deprecated functions (either tagged with <code>OCTAVE_DEPRECATED</code> in C++ or in the directory <code>scripts/deprecated</code> for m-files) scheduled for deletion on default branch. Check file <code>etc/NEWS.VERSION-2.md</code> for list of features that have been deprecated. </strike> | ||
* <strike> Create new <code>etc/NEWS.VERSION+1.md</code> file by copying <code>etc/NEWS.VERSION.md</code> and then removing text so that it is a template file with headings only. </strike> | |||
* Create new | |||
== âšī¸ Versioning hints == | == âšī¸ Versioning hints == |