# HG changeset patch # User John W. Eaton # Date 1659110562 14400 # Node ID 06c76eca5f9507be153aff2ca15fe218c01b631a # Parent 4efd735d034cd3638d9d1d95139d37fc14892992# Parent d0b4209749e9e9e5fac51927f1e8701b5f617082 maint: merge stable to default diff -r 4efd735d034c -r 06c76eca5f95 .hgtags --- a/.hgtags Fri Jul 29 15:43:20 2022 +0200 +++ b/.hgtags Fri Jul 29 12:02:42 2022 -0400 @@ -132,3 +132,4 @@ 266610d855194b2a55e6b501ccc302e6c0d8f6d0 rc-7-0-92 04120d65778a403e11ac4280bf53f330eded75e3 release-7-1-0 48fcfbaea2cdcfffaf1058c95832a33f70419a6f rc-7-1-90 +6c1e310b223029c3a21abe9629f4200560024c3a release-7-2-0 diff -r 4efd735d034c -r 06c76eca5f95 CITATION --- a/CITATION Fri Jul 29 15:43:20 2022 +0200 +++ b/CITATION Fri Jul 29 12:02:42 2022 -0400 @@ -1,17 +1,17 @@ To cite GNU Octave in publications use: John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2022). - GNU Octave version 7.1.0 manual: a high-level interactive language for + GNU Octave version 7.2.0 manual: a high-level interactive language for numerical computations. - URL https://www.gnu.org/software/octave/doc/v7.1.0/ + URL https://www.gnu.org/software/octave/doc/v7.2.0/ A BibTeX entry for LaTeX users is: @manual{, - title = {{GNU Octave} version 7.1.0 manual: a high-level interactive language for numerical computations}, + title = {{GNU Octave} version 7.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 = {2022}, - url = {https://www.gnu.org/software/octave/doc/v7.1.0/}, + url = {https://www.gnu.org/software/octave/doc/v7.2.0/}, } We have invested a lot of time and effort in creating GNU Octave, please diff -r 4efd735d034c -r 06c76eca5f95 configure.ac --- a/configure.ac Fri Jul 29 15:43:20 2022 +0200 +++ b/configure.ac Fri Jul 29 12:02:42 2022 -0400 @@ -28,6 +28,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) AC_INIT([GNU Octave], [8.0.0], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [7.2.1], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -48,7 +49,7 @@ OCTAVE_COPYRIGHT="Copyright (C) 1993-2022 The Octave Project Developers." -OCTAVE_RELEASE_DATE="2022-06-13" +OCTAVE_RELEASE_DATE="2022-07-28" ## 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 4efd735d034c -r 06c76eca5f95 etc/NEWS.7.md --- a/etc/NEWS.7.md Fri Jul 29 15:43:20 2022 +0200 +++ b/etc/NEWS.7.md Fri Jul 29 12:02:42 2022 -0400 @@ -1,10 +1,22 @@ -Summary of bugs fixed for version 7.2.0 (tbd): +Summary of bugs fixed for version 7.3.0 (tbd): ---------------------------------------------------- For (bug #XXXXX) see https://savannah.gnu.org/bugs/?XXXXX ### Improvements and fixes +### GUI + +### Build system / Tests + +### Documentation + + +Summary of bugs fixed for version 7.2.0 (2022-07-28): +---------------------------------------------------- + +### Improvements and fixes + - Avoid out-of-bounds indexing when checking for broadcastable inplace operators (bug #38466). - `hdl2struct.m`: Fix saving of `uibuttongroups` (bug #62266). - Fix `ls` with glob patterns on Windows (bug #62282). diff -r 4efd735d034c -r 06c76eca5f95 etc/icons/org.octave.Octave.appdata.xml --- a/etc/icons/org.octave.Octave.appdata.xml Fri Jul 29 15:43:20 2022 +0200 +++ b/etc/icons/org.octave.Octave.appdata.xml Fri Jul 29 12:02:42 2022 -0400 @@ -190,6 +190,7 @@ John W. Eaton and others +