From 2edf954f3a80d2ccb4ba41938e5078fdde9d3ca4 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Sun, 4 Feb 2024 03:25:54 -0800 Subject: [PATCH] Update NEWS for pkgconf 2.1.1 --- NEWS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/NEWS b/NEWS index 86ed109..528c023 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,22 @@ Changes from previous version of pkgconf ======================================== +Changes from 2.1.0 to 2.1.1: +---------------------------- + +* Documentation fixes from Sam James and Stefan Weil. + +* Fix --modversion with constraints. + Patch by Kai Pastor. + +* Reintroduce an optimization to the dependency graph walker which avoids + revisiting already visited nodes. + Patch by Yi Chou with some modifications. + +* Add a regression test to check that the dependency flattener is working + as expected. + Patch by Kai Pastor. + Changes from 2.0.3 to 2.1.0: ----------------------------