# HG changeset patch # User John W. Eaton # Date 1635603624 14400 # Node ID 8d7671609955afabf79ceff678cc41eea61583f2 # Parent 689c323540b0a61a69df5e51ca167411621bd221 Version 6.4.0 released. * configure.ac (AC_INIT): Set version to 6.4.0. (OCTAVE_MINOR_VERSION): Now 4. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to "2021-10-30". * etc/icons/org.octave.Octave.appdata.xml: Add release info for version 6.4.0. * CITATION: Update for 6.4.0. * NEWS: Update release date. diff -r 689c323540b0 -r 8d7671609955 CITATION --- a/CITATION Thu Oct 28 19:37:11 2021 +0200 +++ b/CITATION Sat Oct 30 10:20:24 2021 -0400 @@ -3,15 +3,15 @@ John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2020). GNU Octave version 6.1.0 manual: a high-level interactive language for numerical computations. - URL https://www.gnu.org/software/octave/doc/v6.1.0/ + URL https://www.gnu.org/software/octave/doc/v6.3.0/ A BibTeX entry for LaTeX users is: @manual{, - title = {{GNU Octave} version 6.1.0 manual: a high-level interactive language for numerical computations}, + title = {{GNU Octave} version 6.3.0 manual: a high-level interactive language for numerical computations}, author = {John W. Eaton and David Bateman and S{\o}ren Hauberg and Rik Wehbring}, - year = {2020}, - url = {https://www.gnu.org/software/octave/doc/v6.1.0/}, + year = {2021}, + url = {https://www.gnu.org/software/octave/doc/v6.3.0/}, } We have invested a lot of time and effort in creating GNU Octave, please diff -r 689c323540b0 -r 8d7671609955 NEWS --- a/NEWS Thu Oct 28 19:37:11 2021 +0200 +++ b/NEWS Sat Oct 30 10:20:24 2021 -0400 @@ -1,4 +1,4 @@ -Summary of bugs fixed for version 6.4.0 (tbd) +Summary of bugs fixed for version 6.4.0 (2021-10-30) ---------------------------------------------------- For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX diff -r 689c323540b0 -r 8d7671609955 configure.ac --- a/configure.ac Thu Oct 28 19:37:11 2021 +0200 +++ b/configure.ac Sat Oct 30 10:20:24 2021 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [6.3.91], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [6.4.0], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -40,15 +40,15 @@ ## versions. OCTAVE_MAJOR_VERSION=6 -OCTAVE_MINOR_VERSION=3 -OCTAVE_PATCH_VERSION=91 +OCTAVE_MINOR_VERSION=4 +OCTAVE_PATCH_VERSION=0 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION" OCTAVE_COPYRIGHT="Copyright (C) 2021 The Octave Project Developers." -OCTAVE_RELEASE_DATE="2021-10-19" +OCTAVE_RELEASE_DATE="2021-10-30" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly diff -r 689c323540b0 -r 8d7671609955 etc/icons/org.octave.Octave.appdata.xml --- a/etc/icons/org.octave.Octave.appdata.xml Thu Oct 28 19:37:11 2021 +0200 +++ b/etc/icons/org.octave.Octave.appdata.xml Sat Oct 30 10:20:24 2021 -0400 @@ -190,6 +190,7 @@ John W. Eaton and others +