summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2006-08-16 20:47:14 +0200
committerTollef Fog Heen <tfheen@err.no>2006-08-16 20:47:14 +0200
commit6d32cb3e6d6eabf29a32bdbdc104898f08c5965e (patch)
tree0a071d34ba394d8b4ffc3f7db5427cb9db8c54ad /ChangeLog
parent0936824bf02c604457147af1858ae6f5b504155f (diff)
downloadpkg-config-6d32cb3e6d6eabf29a32bdbdc104898f08c5965e.tar.gz
2006-08-16 Tollef Fog Heen <tfheen@err.no>
* parse.c (trim_and_sub): Since %{...} has not been used for a long time, there is no point in being able to escape %. However, make the code able to escape $ by doubling the $ to $$. Debian #378570
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d3c92f..49a13a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-08-16 Tollef Fog Heen <tfheen@err.no>
+ * parse.c (trim_and_sub): Since %{...} has not been used for a
+ long time, there is no point in being able to escape %. However,
+ make the code able to escape $ by doubling the $ to $$.
+ Debian #378570
+
* pkg.c (packages_get_other_cflags, package_get_other_cflags)
(packages_get_I_cflags): Always add all cflags. Debian #340904