summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2008-01-16 23:50:03 +0100
committerTollef Fog Heen <tfheen@err.no>2008-01-16 23:50:03 +0100
commit515745885f68fcb121197e1d5e43c3ee77edce3f (patch)
tree9e6d6bbe091814cac12915a626c734e92f29a89b
parent9e5bcc26f2defebdab1326456742790a2a9aa13e (diff)
downloadpkg-config-515745885f68fcb121197e1d5e43c3ee77edce3f.tar.gz
2008-01-16 Tollef Fog Heen <tfheen@err.no>
* NEWS, configure.in: Release 0.23
-rw-r--r--ChangeLog2
-rw-r--r--NEWS7
-rw-r--r--configure.in2
3 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 275e90b..5a4b3a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
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)