diff options
author | Tollef Fog Heen <tfheen@err.no> | 2010-05-23 23:12:44 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2010-05-23 23:12:44 +0200 |
commit | 8d4d3ded3b06317dc0c21f942b661e70c3395a07 (patch) | |
tree | dae993da2dbd927787408156fe85cfb29746e1e6 | |
parent | 69a7eaa6763bb0920e2b539fffbad51348d94deb (diff) |
Write NEWS for 0.24
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -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 |