comparison _posts/2020-01-31-octave-5.2.0-released.markdown @ 177:4c7fda0ac305

* _posts/2020-01-31-octave-5.2.0-released.markdown: Add latest release changes.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Fri, 31 Jan 2020 17:15:22 +0900
parents 92ec1212b3a6
children
comparison
equal deleted inserted replaced
176:4505fa5a8f12 177:4c7fda0ac305
11 11
12 This version is a bug fixing release: 12 This version is a bug fixing release:
13 13
14 ## Improvements 14 ## Improvements
15 15
16 - Avoid color changes in MS Windows GUI terminal
17 ([bug #57658](https://savannah.gnu.org/bugs/?57658)).
16 - Lock amd and symbfact to avoid segmentation fault with SuiteSparse 18 - Lock amd and symbfact to avoid segmentation fault with SuiteSparse
17 ([bug #57435](https://savannah.gnu.org/bugs/?57435)). 19 ([bug #57435](https://savannah.gnu.org/bugs/?57435)).
18 - Fix segfault when calculating patch vertex normals 20 - Fix segfault when calculating patch vertex normals
19 ([bug #57353](https://savannah.gnu.org/bugs/?57353)). 21 ([bug #57353](https://savannah.gnu.org/bugs/?57353)).
20 - Fix segfault in constructing patch normals for lighting 22 - Fix segfault in constructing patch normals for lighting
124 - fix dock widget position when being dragged out of the main window 126 - fix dock widget position when being dragged out of the main window
125 ([bug #55704](https://savannah.gnu.org/bugs/?55704)). 127 ([bug #55704](https://savannah.gnu.org/bugs/?55704)).
126 128
127 ## Build system / Tests 129 ## Build system / Tests
128 130
131 - fetch upstream gnulib changes using `git fetch`
132 - update gnulib archive if requested changeset is not in the local archive
133 - eliminate gnulib subrepo
134 ([bug #57044](https://savannah.gnu.org/bugs/?57044)).
129 - configure: prevent overlinking when SUNDIALS is disabled 135 - configure: prevent overlinking when SUNDIALS is disabled
130 ([bug #55956](https://savannah.gnu.org/bugs/?55956)). 136 ([bug #55956](https://savannah.gnu.org/bugs/?55956)).
131 - use QtCore and Qt5Gui modules instead of Qt5OpenGL 137 - use QtCore and Qt5Gui modules instead of Qt5OpenGL
132 ([bug #55735](https://savannah.gnu.org/bugs/?55735)). 138 ([bug #55735](https://savannah.gnu.org/bugs/?55735)).
133 - make building with Qt4 QGLWidget work again 139 - make building with Qt4 QGLWidget work again