From 515745885f68fcb121197e1d5e43c3ee77edce3f Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Wed, 16 Jan 2008 23:50:03 +0100 Subject: [PATCH] 2008-01-16 Tollef Fog Heen * NEWS, configure.in: Release 0.23 --- ChangeLog | 2 ++ NEWS | 7 +++++++ configure.in | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 275e90b..5a4b3a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-01-16 Tollef Fog Heen + * 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. diff --git a/NEWS b/NEWS index 80c2d92..22fae66 100644 --- a/NEWS +++ b/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 diff --git a/configure.in b/configure.in index cedcff9..66905b4 100644 --- a/configure.in +++ b/configure.in @@ -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) -- 2.39.5