---------------------------
* Administrative:
- The git repository has moved to <https://git.dereferenced.org/pkgconf/pkgconf>,
due to the acquisition of GitHub by Microsoft.
* Overall enhancements:
- pkgconf now supports the proposed Requires.internal pkg-config extension,
by merging it with the Requires.private list (there is no functional difference
between the two in our resolver implementation)
- Support for cross-compilation personalities have been added. To make use of this
functionality, create a file in the new personality.d directory that sits inside
the pkgconfig directory. The personality file format is described in
pc-personality(5). (github 166)
- Support for Haiku has been added, including interpretation of BELIBRARIES and
other toolchain specifics. (github 180)
- Testsuite support can be disabled when building with Meson. (github 175)
* Bug fixes:
- tuples are now appropriately dequoted when added by the parser (github 186).
* Various Windows enhancements:
- CMake supports building with GCC on Windows. (github 179)
- Prefix rewriting has been improved. (github 177)
- PKGCONF_API support has been implemented when building with Meson,
allowing Meson to be used to build pkgconf on Windows. (github 174)
* Documentation fixes:
- The manpages have been linted and fixed. (github 181, 182, 183)
- The description of pkgconf --exists has been corrected. (github 173)