From 38572f925136e6263d648eafb9fbec9211e03bc7 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 11 Mar 2019 18:53:48 +0000 Subject: [PATCH] Add changes entry for Octave 5.1 format-security fix --- CHANGES.current | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 2b77e63f3..80230e964 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -7,6 +7,11 @@ the issue number to the end of the URL: https://github.com/swig/swig/issues/ Version 4.0.0 (in progress) =========================== +2019-03-11: dirteat,opoplawski + [Octave] Fix compilation errors in Octave 5.1. + + error: format not a string literal and no format arguments [-Werror=format-security] + 2019-02-28: wsfulton [Java] std::vector improvements for types that do not have a default constructor.