# HG changeset patch # User John W. Eaton # Date 1533838832 14400 # Node ID 1f46d371968c5c2e9d5fac537046db8005b71e41 # Parent d26ea52635d2144ca5355e0fbe678cb877213bb5 Version 4.4.1 released * configure.ac (AC_INIT): Update version info for release. (OCTAVE_PATCH_VERSION): Set to 1. (OCTAVE_RELEASE_DATE): Set to 2018-08-09. * CITATION, org.octave.Octave.appdata.xml: Update version info. * libgui/module.mk (liboctgui_current): Now 4. * libinterp/module.mk (liboctinterp_current): Now 6. * liboctave/module.mk (liboctave_current): Now 6. We normally try to preserve backward compatibility of the API for minor releases, but it was not possible this time. diff -r d26ea52635d2 -r 1f46d371968c CITATION --- a/CITATION Fri Aug 10 11:27:20 2018 +0200 +++ b/CITATION Thu Aug 09 14:20:32 2018 -0400 @@ -1,9 +1,9 @@ To cite GNU Octave in publications use: John W. Eaton, David Bateman, Søren Hauberg, Rik Wehbring (2018). - GNU Octave version 4.4.0 manual: a high-level interactive language for + GNU Octave version 4.4.1 manual: a high-level interactive language for numerical computations. - URL https://www.gnu.org/software/octave/doc/v4.4.0/ + URL https://www.gnu.org/software/octave/doc/v4.4.1/ A BibTeX entry for LaTeX users is: @@ -11,8 +11,9 @@ title = {{GNU Octave} version 4.4.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 = {2018}, - url = {https://www.gnu.org/software/octave/doc/v4.4.0/}, + url = {https://www.gnu.org/software/octave/doc/v4.4.1/}, } -We have invested a lot of time and effort in creating GNU Octave, please cite it -when using it. See also `citation pkgname' for citing Octave packages. +We have invested a lot of time and effort in creating GNU Octave, please +cite it when using it. See also `citation pkgname' for citing Octave +packages. diff -r d26ea52635d2 -r 1f46d371968c configure.ac --- a/configure.ac Fri Aug 10 11:27:20 2018 +0200 +++ b/configure.ac Thu Aug 09 14:20:32 2018 -0400 @@ -20,7 +20,7 @@ ### Initialize Autoconf AC_PREREQ([2.65]) -AC_INIT([GNU Octave], [4.4.1-rc2], [https://octave.org/bugs.html], [octave], +AC_INIT([GNU Octave], [4.4.1], [https://octave.org/bugs.html], [octave], [https://www.gnu.org/software/octave/]) ### Declare version numbers @@ -30,14 +30,14 @@ OCTAVE_MAJOR_VERSION=4 OCTAVE_MINOR_VERSION=4 -OCTAVE_PATCH_VERSION=1-rc2 +OCTAVE_PATCH_VERSION=1 dnl PACKAGE_VERSION is set by the AC_INIT VERSION argument. OCTAVE_VERSION="$PACKAGE_VERSION" OCTAVE_COPYRIGHT="Copyright (C) 2018 John W. Eaton and others." -OCTAVE_RELEASE_DATE="2018-07-30" +OCTAVE_RELEASE_DATE="2018-08-09" ## 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 d26ea52635d2 -r 1f46d371968c etc/icons/org.octave.Octave.appdata.xml --- a/etc/icons/org.octave.Octave.appdata.xml Fri Aug 10 11:27:20 2018 +0200 +++ b/etc/icons/org.octave.Octave.appdata.xml Thu Aug 09 14:20:32 2018 -0400 @@ -80,6 +80,7 @@ GNU John W. Eaton and others + diff -r d26ea52635d2 -r 1f46d371968c libgui/module.mk --- a/libgui/module.mk Fri Aug 10 11:27:20 2018 +0200 +++ b/libgui/module.mk Thu Aug 09 14:20:32 2018 -0400 @@ -63,7 +63,7 @@ $(LIBOCTGUI_LINK_DEPS) # Increment these as needed and according to the rules in the libtool manual: -%canon_reldir%_liboctgui_current = 3 +%canon_reldir%_liboctgui_current = 4 %canon_reldir%_liboctgui_revision = 0 %canon_reldir%_liboctgui_age = 0 diff -r d26ea52635d2 -r 1f46d371968c libinterp/module.mk --- a/libinterp/module.mk Fri Aug 10 11:27:20 2018 +0200 +++ b/libinterp/module.mk Thu Aug 09 14:20:32 2018 -0400 @@ -172,7 +172,7 @@ endif # Increment these as needed and according to the rules in the libtool manual: -%canon_reldir%_liboctinterp_current = 5 +%canon_reldir%_liboctinterp_current = 6 %canon_reldir%_liboctinterp_revision = 0 %canon_reldir%_liboctinterp_age = 0 diff -r d26ea52635d2 -r 1f46d371968c liboctave/module.mk --- a/liboctave/module.mk Fri Aug 10 11:27:20 2018 +0200 +++ b/liboctave/module.mk Thu Aug 09 14:20:32 2018 -0400 @@ -73,7 +73,7 @@ $(LIBOCTAVE_LINK_DEPS) # Increment these as needed and according to the rules in the libtool manual: -%canon_reldir%_%canon_reldir%_current = 5 +%canon_reldir%_%canon_reldir%_current = 6 %canon_reldir%_%canon_reldir%_revision = 0 %canon_reldir%_%canon_reldir%_age = 0