summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-06-07 18:22:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-06-07 18:22:35 +0000
commit0ca6719f421a9c5ac971f30fcd9a20782f38435a (patch)
treec246022b5b8688d3a4444945d093fdcfc82a440d /NEWS
parent8a79470e525a0c0523953cafa526e7c56647ddaf (diff)
downloadurpmi-0ca6719f421a9c5ac971f30fcd9a20782f38435a.tar
urpmi-0ca6719f421a9c5ac971f30fcd9a20782f38435a.tar.gz
urpmi-0ca6719f421a9c5ac971f30fcd9a20782f38435a.tar.bz2
urpmi-0ca6719f421a9c5ac971f30fcd9a20782f38435a.tar.xz
urpmi-0ca6719f421a9c5ac971f30fcd9a20782f38435a.zip
- urpmi
o prefer best architecture over exact name (eg: urpmi libfoo-devel prefers lib64foo-devel over libfoo-devel) - add function min()
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 14d6122d..24d8a5e3 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,8 @@
o don't overwrite existing urpmi.cfg with an empty file
when disk is full (#30945)
- urpmi
+ o prefer best architecture over exact name
+ (eg: urpmi libfoo-devel prefers lib64foo-devel over libfoo-devel)
o [bugfix] fix urpmi --parallel (#30996)
o fix "Argument list too long" when calling curl/wget/proz
(things should work even in case of one big transaction) (#30848)