# HG changeset patch # User John W. Eaton # Date 1681404215 14400 # Node ID fdadf31961bb5b089f5a2b7cd660351434b31de0 # Parent 2408eb1549f5d2db1b0bc95ddc4bb7d3087c5c16 Version 8.2.0 released. * configure.ac (AC_INIT): Set version to 8.2.0. (OCTAVE_MINOR_VERSION): Now 2. (OCTAVE_PATCH_VERSION): Now 0. (OCTAVE_RELEASE_DATE): Set to "2023-04-13". * org.octave.Octave.appdata.xml: Add release info for version 8.2.0. * CITATION: Update for 8.2.0. * NEWS.8.md: Update release date. diff -r 2408eb1549f5 -r fdadf31961bb CITATION --- a/CITATION Sat Apr 08 17:17:37 2023 +0200 +++ b/CITATION Thu Apr 13 12:43:35 2023 -0400 @@ -1,17 +1,17 @@ To cite GNU Octave in publications use: John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2023). - GNU Octave version 8.1.0 manual: a high-level interactive language for + GNU Octave version 8.2.0 manual: a high-level interactive language for numerical computations. - URL https://www.gnu.org/software/octave/doc/v8.1.0/ + URL https://www.gnu.org/software/octave/doc/v8.2.0/ A BibTeX entry for LaTeX users is: @manual{, - title = {{GNU Octave} version 8.1.0 manual: a high-level interactive language for numerical computations}, + title = {{GNU Octave} version 8.2.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 = {2023}, - url = {https://www.gnu.org/software/octave/doc/v8.1.0/}, + url = {https://www.gnu.org/software/octave/doc/v8.2.0/}, } We have invested a lot of time and effort in creating GNU Octave, please diff -r 2408eb1549f5 -r fdadf31961bb configure.ac --- a/configure.ac Sat Apr 08 17:17:37 2023 +0200 +++ b/configure.ac Thu Apr 13 12:43:35 2023 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [8.1.1], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [8.2.0], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -40,15 +40,15 @@ ## versions. OCTAVE_MAJOR_VERSION=8 -OCTAVE_MINOR_VERSION=1 -OCTAVE_PATCH_VERSION=1 +OCTAVE_MINOR_VERSION=2 +OCTAVE_PATCH_VERSION=0 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION" OCTAVE_COPYRIGHT="Copyright (C) 1993-2023 The Octave Project Developers." -OCTAVE_RELEASE_DATE="2023-03-07" +OCTAVE_RELEASE_DATE="2023-04-13" ## 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 2408eb1549f5 -r fdadf31961bb etc/NEWS.8.md --- a/etc/NEWS.8.md Sat Apr 08 17:17:37 2023 +0200 +++ b/etc/NEWS.8.md Thu Apr 13 12:43:35 2023 -0400 @@ -1,4 +1,4 @@ -Summary of bugs fixed for version 8.2.0 (yyyy-mm-dd): +Summary of bugs fixed for version 8.2.0 (2023-04-13): ---------------------------------------------------- For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX diff -r 2408eb1549f5 -r fdadf31961bb etc/icons/org.octave.Octave.appdata.xml --- a/etc/icons/org.octave.Octave.appdata.xml Sat Apr 08 17:17:37 2023 +0200 +++ b/etc/icons/org.octave.Octave.appdata.xml Thu Apr 13 12:43:35 2023 -0400 @@ -190,6 +190,7 @@ John W. Eaton and others +