mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-02-04 04:50:32 +01:00
Update news and bump version for release
This commit is contained in:
parent
1baefdf7d6
commit
a35c3fc95e
2 changed files with 14 additions and 1 deletions
13
NEWS
13
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
|
||||
===
|
||||
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue