summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2010-05-28 18:09:29 +0200
committerTollef Fog Heen <tfheen@err.no>2010-05-28 18:09:35 +0200
commit665b459b22237bf49c42d6a20c02e952ac76be87 (patch)
treee7d0fde4a4a584a8d0d80895a555b4aa88302bb8
parent66aa02a60beaf3f5b5a4693e89962d5c9b55b306 (diff)
Document 0.25 changes
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2e965c1..129e7eb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+pkg-config 0.25
+===
+
+ - 0.24 included a too strict whitespace/shell metacharacter filter
+ leading to some legal characters like = and : being escaped in the
+ output. This has been fixed.
+ - when building with newer and external libpopt, it would be confused
+ over being asked to split an empty string, leading to errors with
+ packages that included empty fields in their .pc files.
+ - Make the COPYING file explicitly GPLv2. The COPYING file in 0.24
+ was inadvertently GPLv3 rather than the correct GPLv2.
+ - Minor changes to documentation
+
pkg-config 0.24
===
- Fix up bug in PKG_CONFIG_SYSROOT handling which mangled non-I and