Rosen Penev 58c19759e4 tools/pkgconf: update to 2.0.1
Changes from 2.0.0 to 2.0.1:
----------------------------

* The behavior of --modversion was largely reverted back to the traditional
  pkg-config behavior, but still operates on a solved dependency graph.

  The order of --modversion output is based on the dependency resolution
  queue which is passed to the solver, which itself generally maps to the
  order of the constrants provided on the command line.

* A new flag, --verbose, has been added.  When used with `--modversion`, it
  is possible to disambiguate which version belongs to which module:

    % pkgconf --modversion --verbose foo bar
    foo: 1.2.3
    bar: 1.3

Changes from 1.9.5 to 2.0.0:
----------------------------

* When flattening the dependency graph, retain the latest seen edges
  rather than the earliest.

* Fix a long-standing bug where the dependency resolution queue was
  evaluated in reverse.  This bug masked the aforementioned dependency
  flattening bug in many cases.

* Fix handling of --with-path, which was appending paths to the search
  list rather than prepending them as intended.

* Error when --modversion is requested with more than one package, as
  the output is ambiguous.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2023-08-14 20:22:48 +02:00
..
2023-08-01 13:26:04 +02:00
2022-12-17 20:26:51 +01:00
2022-10-22 22:50:37 +02:00
2023-04-18 15:25:21 +02:00
2023-08-02 17:06:26 +02:00
2023-08-02 14:09:24 +02:00
2023-05-09 11:38:18 +02:00
2023-04-19 01:02:26 +02:00
2023-03-12 13:53:49 +01:00
2022-10-31 21:27:48 +01:00
2023-03-19 18:20:18 +01:00
2023-04-22 01:33:16 +02:00
2023-01-16 23:51:10 +00:00
2023-04-22 01:31:50 +02:00
2023-01-13 22:07:13 +01:00
2023-04-20 14:21:46 +02:00
2023-01-16 23:51:10 +00:00
2023-08-14 20:16:05 +02:00
2023-04-11 17:30:32 +02:00
2022-03-01 00:08:08 +01:00
2023-08-14 20:14:49 +02:00
2023-01-07 17:17:59 +01:00
2023-04-08 15:51:32 +02:00
2023-01-24 23:13:25 +01:00
2020-09-02 16:29:22 +02:00
2023-04-29 17:37:45 +02:00
2023-08-14 20:22:48 +02:00
2022-02-25 14:12:39 +01:00
2021-09-20 15:21:17 +02:00
2023-08-14 10:18:43 +02:00
2022-10-22 22:53:24 +02:00
2023-04-07 11:18:54 +02:00
2023-07-04 20:25:40 +02:00