Package: pkgconf
Version: 1.6.0-1
Severity: wishlist
Hello,
Just letting you know that I have tagged and released pkgconf 1.6.1.
Please drop by #pkgconf at freenode if you have any questions about
the release.
The relevant changelog is below.
======
Changes from 1.6.0 to 1.6.1:
----------------------------
* Bug fixes:
- Fixed an issue where a personality may not be properly selected
due to argv[0] containing a full path.
- Fixed a regression where having an empty PKG_CONFIG_LIBDIR
environment variable would not eliminate the default search
paths.
- Use POSIX realpath(3) instead of readlink() for deduplicating the
search path. Use _fullpath() on Windows for the same purpose.
- The dequoting logic for tuples has been improved to ensure that
quotes *inside* a value remain quoted when necessary.
======
William