]> err.no Git - pkg-config/commitdiff
2006-08-16 Tollef Fog Heen <tfheen@err.no>
authorTollef Fog Heen <tfheen@err.no>
Wed, 16 Aug 2006 19:06:52 +0000 (21:06 +0200)
committerTollef Fog Heen <tfheen@err.no>
Wed, 16 Aug 2006 19:06:52 +0000 (21:06 +0200)
* NEWS: Update for 0.21

ChangeLog
NEWS

index b0471d5fadb052b347b75147c772f89e2392da0a..a88d5f0f57121630089b92a850badf947aacca79 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-08-16  Tollef Fog Heen  <tfheen@err.no>
 
+       * NEWS: Update for 0.21
+
        * pkg.c: Add internal pkg-config package which can be queried for
        version number, name and URL for now.  More information will be
        added later.
diff --git a/NEWS b/NEWS
index a49c35953ae38bb178827d87c996bad6aeaff3b4..b0b3bc0cd3839e3c2ce1829eb619c43f729bdde3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+pkg-config 0.21
+===
+ - Fix some cosmetic output from pkg.m4
+ - Fix build problems with !gcc due to always passing -Wall
+ - Documentation fixes
+ - We now always add the Cflags from packages we depend on, whether
+   they are public or private dependencies.  The discussion surrouding
+   this change can be found in http://bugs.debian.org/340904 .
+ - Add internal pkg-config package which can be queried for version
+   number and other information.
+
 pkg-config 0.20
 ===
  - Fix test suite to work on Solaris.  Yay non-POSIX /bin/sh :-(