summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2016-03-01 11:39:22 -0800
committerDan Nicholson <dbn.lists@gmail.com>2016-03-01 11:40:15 -0800
commit87152c05be88ca8be71a3a563f275b3686d32c28 (patch)
treeed6864e6cca4d4a12f57ea62fe33a9597ef186c3
parent753f0ba1e99ac8539211547b8151c6ec3816e819 (diff)
Update to 0.29.1pkg-config-0.29.1
-rw-r--r--NEWS19
-rw-r--r--configure.ac2
2 files changed, 20 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3977495..69c7753 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+pkg-config 0.29.1
+=================
+
+- Fixed a regression from 0.29 with unquoting values queried with
+ --variable. In some cases, this would cause shell special characters to
+ be escaped in ways they weren't before. Instead, the unquoting only
+ occurs if the value appears to be quoted. (#93284)
+- Add support for building pkg-config with Microsoft Visual Studio.
+ Thanks to Chun-wei Fan for the fix. (#92489)
+- Allow overriding pkg-config variables with environment variables. By
+ setting an environment variable of the form
+ PKG_CONFIG_$PACKAGE_$VARIABLE, a pkg-config variable can be set
+ globally without always having to pass --define-variable. Thanks to
+ Alex Larsson for the fix. (#90917)
+- Honor -Wl,-framework in addition to -framework so that multiple
+ frameworks are handled on OSX. (#1278)
+- Fix the OSX build using --with-internal-glib. Thanks to Rudá Moura for
+ the initial fix and Adam Mercer for testing the final patch. (#92902)
+
pkg-config 0.29
===
diff --git a/configure.ac b/configure.ac
index fd44b59..7cddf3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.62])
AC_INIT([pkg-config],
- [0.29],
+ [0.29.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=pkg-config],
[pkg-config])