changeset 25771:1f46d371968c stable release-4-4-1

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.
author John W. Eaton <jwe@octave.org>
date Thu, 09 Aug 2018 14:20:32 -0400
parents d26ea52635d2
children 5eeecebcd91a 2c37f2f827c5
files CITATION configure.ac etc/icons/org.octave.Octave.appdata.xml libgui/module.mk libinterp/module.mk liboctave/module.mk
diffstat 6 files changed, 13 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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
--- 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 @@
   <project_group>GNU</project_group>
   <developer_name>John W. Eaton and others</developer_name>
   <releases>
+    <release date="2018-04-30" version="4.4.1"/>
     <release date="2018-04-30" version="4.4.0"/>
     <release date="2018-03-13" version="4.2.2"/>
   </releases>
--- 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
 
--- 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
 
--- 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