Editing 7.1 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 1: Line 1:
{{Note|'''Timeline''' (tentative)
{{Note|'''Timeline''' (tentative)
* 2021-11-24 πŸš€ Release Kick-off ⚽  (default branch merged to stable)
* 2021-11-24 πŸš€ Release Kick-off ⚽  (default branch merged to stable)
* 2022-01-05 πŸ› οΈ 1st release candidate '''7.0.90''' on https://alpha.gnu.org/gnu/octave/
* 2022-xx-yy πŸ› οΈ First Release candidate '''7.0.90''' on https://alpha.gnu.org/gnu/octave/
* 2022-03-18 πŸ› οΈ 2nd release candidate '''7.0.92''' on https://alpha.gnu.org/gnu/octave/
* ...
* 2022-04-06 🏁 Final Release πŸŽ‰ '''7.1.0''' on https://ftp.gnu.org/gnu/octave/}}
* 2022-xx-yy 🏁 Final Release πŸŽ‰ '''7.1.0''' on https://ftp.gnu.org/gnu/octave/}}


:Please use <code>&lt;strike&gt; &lt;/strike&gt;</code> to mark items below as done.
:Please use <code>&lt;strike&gt; &lt;/strike&gt;</code> to mark items below as done.
Line 18: Line 18:
=== πŸ“’ Call for translations ===
=== πŸ“’ Call for translations ===
:Completion Date:
:Completion Date:
* <s>Call for updates that might change GUI strings.</s>
* Update language translation files (*.ts).
* <s>String freeze date: 2021-12-16</s>
* Create issue report on Savannah as a centralized location for uploading files.
* <s>Update language translation files (*.ts).</s>
* Call for translations for GUI strings on [https://octave.discourse.group/ Octave Discourse].
* <s>Create issue report on Savannah as a centralized location for uploading files.</s>
* <s>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]).</s>
* Collect and push all translated files.
* Collect and push all translated files.


Line 31: Line 29:
=== βš–οΈ GPL License activities ===
=== βš–οΈ GPL License activities ===
:Completion Date:
:Completion Date:
* <strike>Update copyright statements for all source controlled files.</strike>
* Update copyright statements for all source controlled files.
* Update dates in any other locations (launch message, citation, MXE files, etc.).
* Update dates in any other locations (launch message, citation, MXE files, etc.).
* Add any new contributors to {{Path|doc/interpreter/contributors.in}} who wish to be mentioned (don't add them without permission).
* 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 ===
:Completion Date: 11/29/21
:Completion Date:
: <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.
: 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.
* [[Octave style guide|m-file style check]]
* [[Octave style guide|m-file style check]]
*Β  [[C++ style guide|C++ style check]] </strike>
*Β  [[C++ style guide|C++ style check]]


=== <strike> πŸ“– Review documentation </strike> ===
=== πŸ“– Review documentation ===
:Completion Date: 12/16/21
:Completion Date:
* <strike> Grammar check documentation. </strike>
* <strike> Grammar check documentation. </strike>
* <strike> Spell check documentation. </strike>
* <strike> Spell check documentation. </strike>
* <strike> Verify no functions missing from manual. </strike>
* Verify no functions missing from manual.
* <strike> Verify deprecated functions removed from "see also" links. </strike>
* <strike> Verify deprecated functions removed from "see also" links. </strike>
* <strike> Verify all formats (Info, HTML, PDF) build correctly. </strike>
* <strike> Verify all formats (Info, HTML, PDF) build correctly. </strike>
Line 51: Line 49:
* Review {{Path|__unimplemented__.m}} for the latest changes to [[Octave Forge]] packages and new Matlab functions.
* Review {{Path|__unimplemented__.m}} for the latest changes to [[Octave Forge]] packages and new Matlab functions.
* <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>
* <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.


== πŸ”ƒ Repeat until all bugs are resolved ==
== πŸ”ƒ Repeat until all bugs are resolved ==
Line 73: Line 71:
* Create [[Windows Installer]].
* Create [[Windows Installer]].
* Upload release candidates.
* Upload release candidates.
* Check [[Windows Installer]] (executable and zip formats) against false positive detection at [https://virustotal.com virustotal.com]
* Add release candidate version to Savannah bug tracker.
* Add release candidate version to Savannah bug tracker.
* Announce release candidate to [https://octave.discourse.group/ Octave Discourse].
* Announce release candidate to [https://octave.discourse.group/ Octave Discourse].
Line 101: Line 98:
** [[Template:Release Year]] = {{Release Year}}
** [[Template:Release Year]] = {{Release Year}}


== <strike> β˜‘οΈ Post-Release </strike> ==
== β˜‘οΈ Post-Release ==
:Completion Date: 11/24/21
:Completion Date:
* <strike> Merge default onto stable to become the current stable release.
* Merge default onto stable to become the current stable release.
* Ensure correct [[#Versioning hints|version information]].
* Ensure correct [[#Versioning hints|version information]].
* Remove all deprecated functions (either <code>OCTAVE_DEPRECATED</code> in C++ or scripts/deprecated for m-files) scheduled for deletion in "default" branch.
* Remove all deprecated functions (either <code>OCTAVE_DEPRECATED</code> in C++ or scripts/deprecated for m-files) scheduled for deletion in "default" branch.
* Move {{Path|NEWS}} file to backup in {{Path|etc/NEWS.X}}.
* Move {{Path|NEWS}} file to backup in {{Path|etc/NEWS.X}}.
* Create new {{Path|NEWS}} file. </strike>
* Create new {{Path|NEWS}} file.


== ℹ️ Versioning hints ==
== ℹ️ Versioning hints ==
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)