summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphael Hertzog <hertzog@debian.org>2009-02-27 12:09:32 +0100
committerRaphael Hertzog <hertzog@debian.org>2009-02-27 12:09:32 +0100
commiteae5c880d2e3940de5ea7a41e9fbbe062f8d76b2 (patch)
treec59dfab305fb56554270fb4300af7a82efb93d69 /ChangeLog
parent1f0a847aea2dec2c859a890f6130e4bb07004a23 (diff)
downloaddpkg-eae5c880d2e3940de5ea7a41e9fbbe062f8d76b2.tar.gz
update-alternatives: add new sanity check
Add one more sanity check verifying that <link> and <path> are different (cf #509667 for a sample).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77093a69b..dfa947261 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2009-02-27 Raphael Hertzog <hertzog@debian.org>
+ * scripts/update-alternatives.pl: Add one more sanity check
+ verifying that <link> and <path> are different (cf #509667 for a
+ sample).
+
+2009-02-27 Raphael Hertzog <hertzog@debian.org>
+
* scripts/update-alternatives.pl: Improve output messages
by identifying their origin and by being more consistent.
* scripts/t/900_update_alternatives.t: Adjust test suite