changeset 25333:e0f63e77a715

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Mon, 30 Apr 2018 13:41:41 -0400
parents 55c1b0e5b07a (current diff) d703d8bbc6ae (diff)
children 28641f4be5de
files .hgtags NEWS configure.ac etc/NEWS.4
diffstat 3 files changed, 3 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/.hgtags	Mon Apr 30 06:56:18 2018 -0700
+++ b/.hgtags	Mon Apr 30 13:41:41 2018 -0400
@@ -112,3 +112,4 @@
 a5ad9c053e41ed39a8c69ff99936cbcf18256abf rc-4-3-90
 ff59be58f0282e418fb3447d5442fa1d618cfe10 rc-4-3-91
 4c14c002cabeb60cf693d5a032b6285f92804643 rc-4-3-92
+cf84db75ab57d4fc5d18682c6ecf9d2e1f66ea94 release-4-4-0
--- a/configure.ac	Mon Apr 30 06:56:18 2018 -0700
+++ b/configure.ac	Mon Apr 30 13:41:41 2018 -0400
@@ -37,7 +37,7 @@
 
 OCTAVE_COPYRIGHT="Copyright (C) 2018 John W. Eaton and others."
 
-OCTAVE_RELEASE_DATE="2018-04-27"
+OCTAVE_RELEASE_DATE="2018-04-30"
 
 ## 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.4	Mon Apr 30 06:56:18 2018 -0700
+++ b/etc/NEWS.4	Mon Apr 30 13:41:41 2018 -0400
@@ -1,17 +1,4 @@
-Summary of important user-visible changes for version 4.6 (yyyy-mm-dd):
-----------------------------------------------------------------------
-
- ** The following properties or allowed corresponding values were deprecated in
-    Octave 4.2 and have been removed from Octave 4.6:
-
-      Object               | Property                | Value
-      ---------------------|-------------------------|-------------------
-      axes                 | xaxislocation           | "zero"
-                           | yaxislocation           | "zero"
-      patch                | normalmode              |
-      surface              | normalmode              |
-
-Summary of important user-visible changes for version 4.4 (yyyy-mm-dd):
+Summary of important user-visible changes for version 4.4 (2018-04-30):
 ----------------------------------------------------------------------
 
  ** A graphical Variable Editor has been added to the GUI interface.