]> err.no Git - pkg-config/commitdiff
2008-01-16 Tollef Fog Heen <tfheen@err.no>
authorTollef Fog Heen <tfheen@err.no>
Wed, 16 Jan 2008 22:50:03 +0000 (23:50 +0100)
committerTollef Fog Heen <tfheen@err.no>
Wed, 16 Jan 2008 22:50:03 +0000 (23:50 +0100)
       * NEWS, configure.in: Release 0.23

ChangeLog
NEWS
configure.in

index 275e90b59e729c9b443512270b75ea2444580474..5a4b3a19e75b00f664a3f403af202300ae65cb0b 100644 (file)
--- 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 80c2d929d9a18e4eec4f48b70adb20ce25ffceba..22fae667280d76cca9839fb90c41f71702399f3a 100644 (file)
--- 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
index cedcff95e6fe601c3efc6ea8c46877e74e7d9eab..66905b4a7a48ad870d51f8b37cd4bd31970877ca 100644 (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)