comparison etc/NEWS.7.md @ 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 bc828a302919 7bd9ecd4a0a5
children 3e18c9527e30
comparison
equal deleted inserted replaced
30548:00d82e792b8b 30550:c24457a42219
116 API is now 6.1 (Windows 7 or newer). 116 API is now 6.1 (Windows 7 or newer).
117 117
118 - The non-re-entrant version of the QHull library "libqhull" was 118 - The non-re-entrant version of the QHull library "libqhull" was
119 deprecated upstream. Octave now (optionally) requires the re-entrant 119 deprecated upstream. Octave now (optionally) requires the re-entrant
120 version of that library "libqhull_r" instead. 120 version of that library "libqhull_r" instead.
121
122 - Octave's libraries are now built using symbol visibility by default.
123 That means that less symbols are exported from these libraries.
124 Configure with `--disable-lib-visibility-flags` to export all symbols
125 (as in previous versions).
126 121
127 - Octave's build system no longer appends "++" to the end of the 122 - Octave's build system no longer appends "++" to the end of the
128 "magick++" library name (set with the `--with-magick=` configure flag). 123 "magick++" library name (set with the `--with-magick=` configure flag).
129 The real name of the "magick++" library (including any potentially 124 The real name of the "magick++" library (including any potentially
130 trailing "++") needs to be set in that option now. 125 trailing "++") needs to be set in that option now.