summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2012-08-24 06:03:54 -0700
committerDan Nicholson <dbn.lists@gmail.com>2012-08-24 06:03:54 -0700
commita35c3fc95e00c6817be124ec335713edfbfe913d (patch)
tree9e917469b494729c2c60022a57405527ab4a4b68
parent1baefdf7d6ccde47f6e25d9db50b06e96b9212db (diff)
Update news and bump version for releasepkg-config-0.27.1
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c0a0494..9e20de3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+pkg-config 0.27.1
+===
+
+ - Various fixes for using the internal glib snapshot. It should now be
+ usable pretty much everywhere with the exception that universal
+ builds are not supported on OS X.
+ - Remove usage of gettext from the internal glib to avoid gettext and
+ libintl dependencies.
+ - Update internal glib snapshot to 2.32.4.
+ - Fix check for POSIX shell used in tests to work better.
+ - Handle spaces in autodetected prefix on Windows.
+ - Bugs fixed 3550, 51883, 52031, 53493.
+
pkg-config 0.27
===
diff --git a/configure.ac b/configure.ac
index 37fe831..c6c24a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.62])
AC_INIT([pkg-config],
- [0.27],
+ [0.27.1],
[https://bugs.freedesktop.org/enter_bug.cgi?product=pkg-config],
[pkg-config])