changeset 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 4505fa5a8f12
children b98e169db1f2
files _posts/2020-01-31-octave-5.2.0-released.markdown
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/_posts/2020-01-31-octave-5.2.0-released.markdown	Fri Jan 24 15:25:50 2020 +0900
+++ b/_posts/2020-01-31-octave-5.2.0-released.markdown	Fri Jan 31 17:15:22 2020 +0900
@@ -13,6 +13,8 @@
 
 ## Improvements
 
+- Avoid color changes in MS Windows GUI terminal
+  ([bug #57658](https://savannah.gnu.org/bugs/?57658)).
 - Lock amd and symbfact to avoid segmentation fault with SuiteSparse
   ([bug #57435](https://savannah.gnu.org/bugs/?57435)).
 - Fix segfault when calculating patch vertex normals
@@ -126,6 +128,10 @@
 
 ## Build system / Tests
 
+- fetch upstream gnulib changes using `git fetch`
+- update gnulib archive if requested changeset is not in the local archive
+- eliminate gnulib subrepo
+  ([bug #57044](https://savannah.gnu.org/bugs/?57044)).
 - configure: prevent overlinking when SUNDIALS is disabled
   ([bug #55956](https://savannah.gnu.org/bugs/?55956)).
 - use QtCore and Qt5Gui modules instead of Qt5OpenGL