summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-02-24 10:58:31 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-02-24 10:58:31 +0000
commit52734f88a237a83a09e9fda07ddd14606a71e062 (patch)
tree5c4688779cfa5ae799a5ae35a2a7c8e7aeeabe18 /NEWS
parentaaf182ce4dd27e7ab847e8cf35f1e97210c07be2 (diff)
downloadurpmi-52734f88a237a83a09e9fda07ddd14606a71e062.tar
urpmi-52734f88a237a83a09e9fda07ddd14606a71e062.tar.gz
urpmi-52734f88a237a83a09e9fda07ddd14606a71e062.tar.bz2
urpmi-52734f88a237a83a09e9fda07ddd14606a71e062.tar.xz
urpmi-52734f88a237a83a09e9fda07ddd14606a71e062.zip
display a "bad rpms" message instead of "files are missing" when the downloaded rpm is bad.
this adds a new callback for rpmdrake: "bad_rpms" this modifies the API of urpm::get_pkgs::download_packages_of_distant_media ($error_sources is now { url => reason } instead of { id => url })
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1311bdd3..b4382514 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@
- urpmi, urpmi.addmedia, urpmi.update:
o have fatal errors on some errors that must not happen (eg: moving rpm from
download dir to cachedir)
+- urpmi:
+ o do not say "files are missing" when the downloaded rpm is corrupted
+ (rpmdrake must add a "bad_rpms" callback to display the new message)
Version 5.5 - 23 February 2008, by Pascal "Pixel" Rigaux