diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-25 13:22:27 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-25 13:22:27 +0000 |
commit | e1f8bfbd4b8498ea168323f8b13bdf86f221885e (patch) | |
tree | 5a5c6f7623ce74d42b7dd2fce3853c0d3df0dd75 /NEWS | |
parent | e7048f53f0e2783783eab9b739ccf42f81ccd945 (diff) | |
download | perl-URPM-e1f8bfbd4b8498ea168323f8b13bdf86f221885e.tar perl-URPM-e1f8bfbd4b8498ea168323f8b13bdf86f221885e.tar.gz perl-URPM-e1f8bfbd4b8498ea168323f8b13bdf86f221885e.tar.bz2 perl-URPM-e1f8bfbd4b8498ea168323f8b13bdf86f221885e.tar.xz perl-URPM-e1f8bfbd4b8498ea168323f8b13bdf86f221885e.zip |
Postpone user choices as much as possible
Fixes bug #48100, patch from Anssi Hannula
Package A requires D and E.
Package B provides D and E.
Package C provides E.
If the require on E happens to be resolved first, then perl-URPM will
prompt the user, even though installing B is enough.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +- postpone user choices as much as possible to avoid asking the user + unnecessary questions, (bug #48100, Anssi Hannula) + Version 3.27 - 24 March 2009, by Christophe Fergeau - don't silently install suggests (bug #47934) |