summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2006-08-16 21:06:52 +0200
committerTollef Fog Heen <tfheen@err.no>2006-08-16 21:06:52 +0200
commit80630991d6f0c617d45029aac0a99eadf3455020 (patch)
tree1aa7e7fcc04ed7aa45ab675a03cf132fedb5e25d
parenteae3abf93eb97d1ff71493dcb0d4ff41416570b6 (diff)
downloadpkg-config-80630991d6f0c617d45029aac0a99eadf3455020.tar.gz
2006-08-16 Tollef Fog Heen <tfheen@err.no>
* NEWS: Update for 0.21
-rw-r--r--ChangeLog2
-rw-r--r--NEWS11
2 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0471d5..a88d5f0 100644
--- 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 a49c359..b0b3bc0 100644
--- 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 :-(