summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2017-03-20 12:05:36 -0500
committerDan Nicholson <dbn.lists@gmail.com>2017-03-20 12:05:36 -0500
commitedf8e6f0ea77ede073f07bff0d2ae1fc7a38103b (patch)
tree7f371185250fd0a84ab4d56c17c972b11ff964a3
parent677e9248753d31c4b7ceed7805ccdc3fc508e980 (diff)
downloadpkg-config-edf8e6f0ea77ede073f07bff0d2ae1fc7a38103b.tar.gz
Update to 0.29.2pkg-config-0.29.2
-rw-r--r--NEWS22
-rw-r--r--configure.ac2
2 files changed, 23 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 69c7753..7f64855 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+pkg-config 0.29.2
+=================
+
+- Improved pkg-config's recursive package list expansion performance.
+ Thanks to Matthew Hanna for the fix.
+- Handle an empty prefix setting correctly when --define-prefix is used.
+ (#97453)
+- Lazily load pc files instead of reading all available pc files during
+ initialization. Thanks to Marco Diego Aurélio Mesquita for the fix.
+ (#98215)
+- Check the CPATH environment variable when determining system include
+ paths like GCC does. Document the system search path behavior. Thanks
+ to v4hn for the fix. (#99224)
+- Make PKG_CHECK_MODULES show the module list rather than the variable
+ prefix in configure output. Thanks to Russ Albery for the fix.
+ (#98334)
+- Fix bundled glib build with GCC 6. (#98334)
+- Handle -isystem and -idirafter when PKG_CONFIG_SYSROOT_DIR is set.
+ (#97337)
+- Check the INCLUDE environment variable when determining system include
+ paths on Windows builds when --msvc-syntax is used. (#94729)
+
pkg-config 0.29.1
=================
diff --git a/configure.ac b/configure.ac
index 7cddf3e..5f20721 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.62])
AC_INIT([pkg-config],
- [0.29.1],
+ [0.29.2],
[https://bugs.freedesktop.org/enter_bug.cgi?product=pkg-config],
[pkg-config])