1,852
edits
No edit summary |
|||
Line 70: | Line 70: | ||
=== Create new release candidate === | === Create new release candidate === | ||
* Ensure correct [[#Versioning hints|version information]]. | * Ensure correct [[#Versioning hints|version information]]. | ||
* Create hg tag in repository with release candidate version number. | |||
* Verify <code>make distcheck</code> passes. | * Verify <code>make distcheck</code> passes. | ||
* Verify <code>make dist</code> works. | * Verify <code>make dist</code> works. | ||
* Create [[Windows Installer]]. | * Create [[Windows Installer]]. | ||
* Upload release candidates. | * Upload release candidates. | ||
Line 83: | Line 83: | ||
:Completion Date: | :Completion Date: | ||
* Ensure correct [[#Versioning hints|version information]]. | * Ensure correct [[#Versioning hints|version information]]. | ||
* Create hg tag in repository with release version number. | |||
* Update {{Path|NEWS}} (final release date). | * Update {{Path|NEWS}} (final release date). | ||
* Update {{Path|CITATION}} (version, year, URL). | * Update {{Path|CITATION}} (version, year, URL). | ||
* Update {{Path|org.octave.Octave.appdata.xml}} (version number and release date). | * Update {{Path|org.octave.Octave.appdata.xml}} (version number and release date). | ||
* Update Savannah bug tracker version info. | * Update Savannah bug tracker version info. | ||
* Remove release candidate versions from Savannah. | * Remove release candidate versions from Savannah. | ||
Line 100: | Line 98: | ||
== Post-Release == | == Post-Release == | ||
:Completion Date: | :Completion Date: | ||
* | * Merge default onto stable to become the current stable release. | ||
* | * 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}}. |