From 80508f7138eb86fd6dd50d92667088bf2a77d4a4 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 24 May 2020 14:27:52 -0600 Subject: [PATCH] NEWS: start NEWS for 1.7.0 was hoping to go straight into 2.0 but we need a new maintenance branch :( --- NEWS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/NEWS b/NEWS index 9f8fe5f..14be65d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,24 @@ Changes from previous version of pkgconf ======================================== +Changes from 1.6.3 to 1.7.0: +---------------------------- + +* Bug fixes: + - Fix a possible buffer overflow involving newline escaping. + Patch by Tobias Stöckmann. + - Fix an out of boundary access in the parser. + Patch by Tobias Stöckmann. + - Fix leakage of strcmp() result value in pkgconf_compare_version() + responses. + - Return the default personality if loading a cross-compile + personality file failed. + +* Enhancements: + - A new --shared option and WantDefaultStatic cross-compile + configuration option have been added. This allows for toolchains + to specify that static linking should be used by default. + Changes from 1.6.2 to 1.6.3: ----------------------------