changeset 30550:c24457a42219

maint: merge stable to default.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 25 Dec 2021 13:58:05 +0100
parents 00d82e792b8b (current diff) 7bd9ecd4a0a5 (diff)
children 752b71dc41f8
files etc/NEWS.7.md etc/NEWS.8.md
diffstat 2 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS.7.md	Sat Dec 25 13:38:17 2021 +0100
+++ b/etc/NEWS.7.md	Sat Dec 25 13:58:05 2021 +0100
@@ -119,11 +119,6 @@
 deprecated upstream.  Octave now (optionally) requires the re-entrant
 version of that library "libqhull_r" instead.
 
-- Octave's libraries are now built using symbol visibility by default.
-That means that less symbols are exported from these libraries.
-Configure with `--disable-lib-visibility-flags` to export all symbols
-(as in previous versions).
-
 - Octave's build system no longer appends "++" to the end of the
 "magick++" library name (set with the `--with-magick=` configure flag).
 The real name of the "magick++" library (including any potentially
--- a/etc/NEWS.8.md	Sat Dec 25 13:38:17 2021 +0100
+++ b/etc/NEWS.8.md	Sat Dec 25 13:58:05 2021 +0100
@@ -3,6 +3,11 @@
 
 ### General improvements
 
+- Octave's libraries are now built using symbol visibility by default.
+That means that less symbols are exported from these libraries.
+Configure with `--disable-lib-visibility-flags` to export all symbols
+(as in previous versions).
+
 
 ### Graphical User Interface