Update news and bump version for release

This commit is contained in:
Dan Nicholson 2012-08-24 06:03:54 -07:00
parent 1baefdf7d6
commit a35c3fc95e
2 changed files with 14 additions and 1 deletions

13
NEWS
View file

@ -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
===

View file

@ -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])