2008-01-16 Tollef Fog Heen <tfheen@err.no>

* NEWS, configure.in: Release 0.23
This commit is contained in:
Tollef Fog Heen 2008-01-16 23:50:03 +01:00
parent 9e5bcc26f2
commit 515745885f
3 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2008-01-16 Tollef Fog Heen <tfheen@err.no>
* NEWS, configure.in: Release 0.23
* check/check-requires-private: Fix up test case. We want to get
the private -I option in all cases.

7
NEWS
View file

@ -1,3 +1,10 @@
pkg-config 0.23
===
- Add support for setting sysroot through PKG_CONFIG_SYSROOT_DIR in
the environment.
- Update included glib to 1.2.10.
- Other minor fixes, including a segfault.
pkg-config 0.22
===
- Make Requires.private a whole lot more useful by traversing the

View file

@ -1,7 +1,7 @@
AC_INIT(pkg-config.1)
AM_INIT_AUTOMAKE(pkg-config, 0.22)
AM_INIT_AUTOMAKE(pkg-config, 0.23)
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)