aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-28 13:54:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-28 13:54:42 +0000
commit0678faa5b893133be664ac18c522200501e7f021 (patch)
treeb92d5a39751ca399e2914a7a5828072a5411670a /NEWS
parent5c1cea473753f91a5438d0e90b3251dae3919201 (diff)
downloadperl-URPM-0678faa5b893133be664ac18c522200501e7f021.tar
perl-URPM-0678faa5b893133be664ac18c522200501e7f021.tar.gz
perl-URPM-0678faa5b893133be664ac18c522200501e7f021.tar.bz2
perl-URPM-0678faa5b893133be664ac18c522200501e7f021.tar.xz
perl-URPM-0678faa5b893133be664ac18c522200501e7f021.zip
- build_transaction_set: new sort algorithm which allow returning sets of
circular dependent packages, taking into account obsoleted packages (fixes #31969). It may still fail in presence of conflicts a better fix would be to make ->resolve_requested__no_suggests handle obsolete. ie: - a requires b : bb or b - bb requires c-1 - b requires c-2 - b obsoletes bb => with a, bb and c-1 installed, "urpmi c" should upgrade bb into b instead of removing a and bb.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index dd48390..4b6e0b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- build_transaction_set: new sort algorithm which allow returning sets of
+ circular dependent packages, taking into account obsoleted packages
+ (fixes #31969). It may still fail in presence of conflicts
- allow running transaction with justdb option
- fix split_length > 1
(eg: "urpmi --split-length 2 a b c" will only install 2 pkgs)