aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-13 11:59:01 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-13 11:59:01 +0000
commit7adfb0f02827d69ce73542f7112e37b900ee939c (patch)
tree69c13d2cd0e35ab4ba68689c97f7e05f0aa3ce1f /NEWS
parentcef6d4a49a694f8f910ac432da53ea49ef72935b (diff)
downloadperl-URPM-7adfb0f02827d69ce73542f7112e37b900ee939c.tar
perl-URPM-7adfb0f02827d69ce73542f7112e37b900ee939c.tar.gz
perl-URPM-7adfb0f02827d69ce73542f7112e37b900ee939c.tar.bz2
perl-URPM-7adfb0f02827d69ce73542f7112e37b900ee939c.tar.xz
perl-URPM-7adfb0f02827d69ce73542f7112e37b900ee939c.zip
- handle promote from installed package which require a unselected package,
whereas new package does not require it anymore (cf test_d & test_e from split-transactions--conflict urpmi test case) the idea is: - resolve_rejected is wrong, since it blindly removes installed pkgs without trying to promote anything - @diff_provides can be nicely used to handle rejecting package one by one - _handle_diff_provides do handle promotion of new packages
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f1dd0c1..c9d2d28 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@
all the prefered packages according to installed locales
- handle promote for conflict from installed package
(fixes test_gh() from urpmi split-transactions--promote test case)
+- handle promote from installed package which require a unselected package,
+ whereas new package does not require it anymore
+ (cf test_d & test_e from split-transactions--conflict urpmi test case)
Version 1.80 - 3 September 2007, by Pascal "Pixel" Rigaux