diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-09 10:12:18 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-09 10:12:18 +0000 |
commit | 3b56216905542c41c1c34c0c56348dee8f101340 (patch) | |
tree | dbbee906e060e98ca7d4765977944300041d18fd /NEWS | |
parent | 842f058d15e6736f8c4ef19d2ec91cf0a1fadfc7 (diff) | |
download | urpmi-3b56216905542c41c1c34c0c56348dee8f101340.tar urpmi-3b56216905542c41c1c34c0c56348dee8f101340.tar.gz urpmi-3b56216905542c41c1c34c0c56348dee8f101340.tar.bz2 urpmi-3b56216905542c41c1c34c0c56348dee8f101340.tar.xz urpmi-3b56216905542c41c1c34c0c56348dee8f101340.zip |
o fix orphans handling: an already installed pkg must not become
"unrequested" because a new version of it is required
fixes test_urpme(['gg', 'g'], 'g', 'g', 'gg-2');
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ - urpmi o after installing in chroot, migrate back rpmdb db version to one compatible with the rpm in the chroot + o fix orphans handling: an already installed pkg must not become + "unrequested" because a new version of it is required - fix display of downloaded urls with aria2 and metalinks - fix handling --downloader when using mirrorlist (it was forcing aria2) |