summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2010-05-23 23:12:44 +0200
committerTollef Fog Heen <tfheen@err.no>2010-05-23 23:12:44 +0200
commit8d4d3ded3b06317dc0c21f942b661e70c3395a07 (patch)
treedae993da2dbd927787408156fe85cfb29746e1e6
parent69a7eaa6763bb0920e2b539fffbad51348d94deb (diff)
downloadpkg-config-8d4d3ded3b06317dc0c21f942b661e70c3395a07.tar.gz
Write NEWS for 0.24
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 22fae66..2e965c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+pkg-config 0.24
+===
+ - Fix up bug in PKG_CONFIG_SYSROOT handling which mangled non-I and
+ non-L arguments
+ - Put /usr/lib/pkgconfig and /usr/share/pkgconfig into the default
+ search path when no prefix is passed to configure.
+ - Portability fixes for Windows and NetBSD
+ - Various man page updates
+ - Add logging support to log how pkg-config is being called.
+ - Skip Requires.private unless we need them for Cflags
+ - Add a variable, pc_path to the compiled-in pkg-config package that
+ you can query for the compiled-in PKG_CONFIG_PC_PATH.
+ - Various updates to pkg.m4.
+ - Update rpmvercmp with bugfixes from upstream.
+ - Add introductory guide to pkg-config, thanks to Dan Nicholson for
+ the patch.
+ - Add listing of variables in a package
+ - Make it possible to use external popt.
+ - Add --print-provides and --print-requires(-private) options
+ - Add support for paths containing whitespace and shell metacharacters
+
pkg-config 0.23
===
- Add support for setting sysroot through PKG_CONFIG_SYSROOT_DIR in