summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRaphael Hertzog <hertzog@debian.org>2009-02-27 10:19:14 +0100
committerRaphael Hertzog <hertzog@debian.org>2009-02-27 11:59:23 +0100
commit1f0a847aea2dec2c859a890f6130e4bb07004a23 (patch)
tree396895d454648f797e5b8f4b6fb9d712bd88c1e4 /ChangeLog
parent53b1f8871fea748e0360bf9183735ab54f7a1f64 (diff)
downloaddpkg-1f0a847aea2dec2c859a890f6130e4bb07004a23.tar.gz
update-alternatives: add some consistency in the output
Make sure that all messages that are likely to appear in the output as part of --install and --remove call are identified as coming from update-alternatives. Factorize the logic of output and verbosity in some standard function (info, warning, verbose).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 43aff28ac..77093a69b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
+ for one error message that's now on standard error instead
+ of standard output.
+
2009-02-27 Guillem Jover <guillem@debian.org>
* lib/tarfn.c (get_prefix_name): New function.