view etc/CHECKLIST.md @ 31050:3a93a77dd4cf stable

Minor performance tweaks to isprime.m and __isprimelarge__.cc __isprimelarge__.cc: change an if-else ladder to a single equivalent return statement, about 1% faster and less code. isprime.m: periodic check and retune of internal threshold parameter used to select one technique over the other.
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 01 Jun 2022 17:19:30 -0400
parents 5257c14513e3
children
line wrap: on
line source

Things to do before making a release:

  * Update the version number and release date in configure.ac.

  * Update the OCTAVE_API_VERSION number in configure.ac.

  * Update version number and release year in CITATION.

  * Update the etc/NEWS.N.md file corresponding to the major release
    number N.  Include release date in Summary header.

  * Update the NEWS-<VERSION>.html, index.in, news.in, and download.in
    files for the web site.

  * Copy tarballs to ftp.gnu.org.

  * Post a release announcement to the help@octave.org and
    info-gnu@gnu.org lists.

  * Update https://wiki.octave.org/Release_History page.