mirror of
https://gitlab.freedesktop.org/pkg-config/pkg-config.git
synced 2026-05-21 16:28:16 +02:00
2008-01-16 Tollef Fog Heen <tfheen@err.no>
* NEWS, configure.in: Release 0.23
This commit is contained in:
parent
9e5bcc26f2
commit
515745885f
3 changed files with 10 additions and 1 deletions
|
|
@ -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
7
NEWS
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue