summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2007-12-29 16:46:25 +0100
committerTollef Fog Heen <tfheen@err.no>2007-12-29 16:46:25 +0100
commita376c715eadbce1b0d5c11877b9dd5ba804b8856 (patch)
tree44589ab33541750b6db07cdcbbc4d6976149701e /ChangeLog
parent6f5620089eb5908a71e54b47f5e4cc9470fde9d5 (diff)
downloadpkg-config-a376c715eadbce1b0d5c11877b9dd5ba804b8856.tar.gz
* pkg.c (verify_package): Apply patch from Matthias Clasen of
RedHat to prevent segfaults if a Conflicts line is encountered.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f191c7d..48b54eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2007-12-29 Tollef Fog Heen <tfheen@err.no>
+ * pkg.c (verify_package): Apply patch from Matthias Clasen of
+ RedHat to prevent segfaults if a Conflicts line is encountered.
+
* popthelp.c: Apply patch from Tom Tromey <tromey@redhat.com> to
make pkg-config --help print to stdout, not stderr. Gnome
#127314.