summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-06-26 12:53:05 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-06-26 12:53:05 +0000
commit9b057646f7da47ceccfb46ef6b357972f60c4b1e (patch)
treea92038ac2f75a6e2f8fadd77fc68f668933c0143 /NEWS
parentd9fd3c612ce2beee21b860a46753fd5a22c318f2 (diff)
downloadurpmi-9b057646f7da47ceccfb46ef6b357972f60c4b1e.tar
urpmi-9b057646f7da47ceccfb46ef6b357972f60c4b1e.tar.gz
urpmi-9b057646f7da47ceccfb46ef6b357972f60c4b1e.tar.bz2
urpmi-9b057646f7da47ceccfb46ef6b357972f60c4b1e.tar.xz
urpmi-9b057646f7da47ceccfb46ef6b357972f60c4b1e.zip
- urpmi
o display a message "Package foo is already installed" when asking "urpmi foo bar" and only installing bar (#41593) (requires perl-URPM 3.16)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 120892da..6777b702 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@
- urpmi:
o "missing file" and "bad rpms" errors are reported asap
and are fatal errors unless the user wants to go on anyway (or --force)
+ o display a message "Package foo is already installed" when asking
+ "urpmi foo bar" and only installing bar (#41593)
+ (requires perl-URPM 3.16)
o set connection timeout for rsync as well (Anssi)
o fix --replacepkgs when a same package appears more than once in urpmi db
o fix displaying "files are missing" (regression introduced in 5.6)