aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-03-25 13:22:27 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-03-25 13:22:27 +0000
commite1f8bfbd4b8498ea168323f8b13bdf86f221885e (patch)
tree5a5c6f7623ce74d42b7dd2fce3853c0d3df0dd75 /NEWS
parente7048f53f0e2783783eab9b739ccf42f81ccd945 (diff)
downloadperl-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8d928c3..1d302f8 100644
--- a/NEWS
+++ b/NEWS
@@ -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)