From 8271ea1952f7600499f60198fbf3b09b6fa9cfa6 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Mon, 8 Aug 2022 00:43:20 +0000 Subject: [PATCH] NEWS: update for pkgconf 1.9.1. --- NEWS | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 488a6ad..4afbb67 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,16 @@ Changes from previous version of pkgconf ======================================== +Changes from 1.9.0 to 1.9.1: +---------------------------- + +* Skip graph flattening and traversal for query types which only make sense + for a single pkg-config module. + + The old solver walked these graphs with --maximum-traverse-depth=1 in + these cases, but this is no longer helpful because the graph is flattened + by the new solver. + Changes from 1.8.0 to 1.9.0: ----------------------------