summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2008-03-23 21:39:07 +0100
committerTollef Fog Heen <tfheen@err.no>2008-03-23 21:39:07 +0100
commit69dafea1c8f4737b51e32ac1b9427076c70728c1 (patch)
tree29405f16b6d55211720cb234931240775a6d6f27 /ChangeLog
parent15e72cef72e0187ca5547e44888c391591359634 (diff)
downloadpkg-config-69dafea1c8f4737b51e32ac1b9427076c70728c1.tar.gz
2008-03-23 Tollef Fog Heen <tfheen@err.no>
* check/check-conflicts, check/conflicts-test.pc: New test, testing that conflicts work as they should. * pkg.c (verify_package): Make the conflicts check not only check package versions, but also package names. This makes conflicts functional, something they were not before.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56012ca..df3374c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-03-23 Tollef Fog Heen <tfheen@err.no>
+ * check/check-conflicts, check/conflicts-test.pc: New test,
+ testing that conflicts work as they should.
+
+ * pkg.c (verify_package): Make the conflicts check not only check
+ package versions, but also package names. This makes conflicts
+ functional, something they were not before.
+
* check/check-requires-private: Remove unnecessary set -x
* check/check-cflags, check/check-define-variable,