diff options
author | Tollef Fog Heen <tfheen@err.no> | 2010-05-28 18:09:29 +0200 |
---|---|---|
committer | Tollef Fog Heen <tfheen@err.no> | 2010-05-28 18:09:35 +0200 |
commit | 665b459b22237bf49c42d6a20c02e952ac76be87 (patch) | |
tree | e7d0fde4a4a584a8d0d80895a555b4aa88302bb8 | |
parent | 66aa02a60beaf3f5b5a4693e89962d5c9b55b306 (diff) |
Document 0.25 changes
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |