mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-15 22:48:09 +02:00
Document changes for 0.26, bump version
This commit is contained in:
parent
4939bdb9a6
commit
85662d26ba
2 changed files with 17 additions and 1 deletions
16
NEWS
16
NEWS
|
|
@ -1,3 +1,19 @@
|
|||
pkg-config 0.26
|
||||
===
|
||||
|
||||
- Build system fixes
|
||||
- More tests
|
||||
- pkg.m4 fixups which makes autoconf 2.66 happier.
|
||||
- Drop support for legacy -config scripts. Those should already be
|
||||
gone and cause problems in cross-compilation environments.
|
||||
- Drop embedded glib
|
||||
- Fix up pkg.m4 to handle the case of --exists working and --cflags
|
||||
or --libs failing.
|
||||
- Various documentation updates
|
||||
- Allow $() through without escaping it.
|
||||
- Add --with-system-include-path instead of hard-coding
|
||||
/usr/include.
|
||||
|
||||
pkg-config 0.25
|
||||
===
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
AC_INIT(pkg-config.1)
|
||||
|
||||
AM_INIT_AUTOMAKE(pkg-config, 0.25)
|
||||
AM_INIT_AUTOMAKE(pkg-config, 0.26)
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue