2006-08-16 Tollef Fog Heen <tfheen@err.no>

* NEWS: Update for 0.21
This commit is contained in:
Tollef Fog Heen 2006-08-16 21:06:52 +02:00
parent eae3abf93e
commit 80630991d6
2 changed files with 13 additions and 0 deletions

View file

@ -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.

11
NEWS
View file

@ -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 :-(