Mercurial > octave
changeset 34604:8d42ee70e124 stable release-10-2-0
Version 10.2.0 released.
* configure.ac (AC_INIT): Set version to 10.2.0.
(OCTAVE_MINOR_VERSION): Now 2.
(OCTAVE_PATCH_VERSION): Now 0.
(OCTAVE_RELEASE_DATE): Set to "2025-05-29".
* org.octave.Octave.metainfo.xml: Add release info for version 10.2.0.
* CITATION: Update for 10.2.0.
* NEWS.10.md: Update release date.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 29 May 2025 08:16:39 -0400 |
parents | efea4d6fc399 |
children | e0b430139703 |
files | CITATION configure.ac etc/NEWS.10.md etc/icons/org.octave.Octave.metainfo.xml |
diffstat | 4 files changed, 10 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/CITATION Thu May 29 08:13:01 2025 -0400 +++ b/CITATION Thu May 29 08:16:39 2025 -0400 @@ -1,17 +1,17 @@ To cite GNU Octave in publications use: John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2025). - GNU Octave version 10.1.0 manual: a high-level interactive language for + GNU Octave version 10.2.0 manual: a high-level interactive language for numerical computations. - URL https://www.gnu.org/software/octave/doc/v10.1.0/ + URL https://www.gnu.org/software/octave/doc/v10.2.0/ A BibTeX entry for LaTeX users is: @manual{, - title = {{GNU Octave} version 10.1.0 manual: a high-level interactive language for numerical computations}, + title = {{GNU Octave} version 10.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 = {2025}, - url = {https://www.gnu.org/software/octave/doc/v10.1.0/}, + url = {https://www.gnu.org/software/octave/doc/v10.2.0/}, } We have invested a lot of time and effort in creating GNU Octave, please
--- a/configure.ac Thu May 29 08:13:01 2025 -0400 +++ b/configure.ac Thu May 29 08:16:39 2025 -0400 @@ -27,7 +27,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [10.1.1], [https://bugs.octave.org], [octave], +AC_INIT([GNU Octave], [10.2.0], [https://bugs.octave.org], [octave], [https://www.octave.org]) ### Declare version numbers @@ -40,15 +40,15 @@ ## versions. OCTAVE_MAJOR_VERSION=10 -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-2025 The Octave Project Developers." -OCTAVE_RELEASE_DATE="2025-03-25" +OCTAVE_RELEASE_DATE="2025-05-29" ## The "API version" is used as a way of checking that interfaces in the ## liboctave and libinterp libraries haven't changed in a backwardly
--- a/etc/NEWS.10.md Thu May 29 08:13:01 2025 -0400 +++ b/etc/NEWS.10.md Thu May 29 08:16:39 2025 -0400 @@ -1,4 +1,4 @@ -Summary of bugs fixed for version 10.2.0 (tbd): +Summary of bugs fixed for version 10.2.0 (2025-05-29): ----------------------------------------------------- ## Improvements and fixes
--- a/etc/icons/org.octave.Octave.metainfo.xml Thu May 29 08:13:01 2025 -0400 +++ b/etc/icons/org.octave.Octave.metainfo.xml Thu May 29 08:16:39 2025 -0400 @@ -198,6 +198,7 @@ </developer> <content_rating type="oars-1.0"/> <releases> + <release date="2025-05-29" version="10.2.0"/> <release date="2025-03-25" version="10.1.0"/> <release date="2025-02-05" version="9.4.0"/> <release date="2024-12-12" version="9.3.0"/>