diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-11-28 16:36:44 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-11-28 16:36:44 +0000 |
commit | 43c0926a7ad302e28e03b6c239e9202119962d5c (patch) | |
tree | 081f6d7e833e56f73da77209f5a9ec34a1a81f20 /NEWS | |
parent | 35866f31002d9f21fdfa4f79ccf41bfbd46626c4 (diff) | |
download | urpmi-43c0926a7ad302e28e03b6c239e9202119962d5c.tar urpmi-43c0926a7ad302e28e03b6c239e9202119962d5c.tar.gz urpmi-43c0926a7ad302e28e03b6c239e9202119962d5c.tar.bz2 urpmi-43c0926a7ad302e28e03b6c239e9202119962d5c.tar.xz urpmi-43c0926a7ad302e28e03b6c239e9202119962d5c.zip |
- urpmi:
o small transactions should have at least 8 packages
(ie --split-length is now 8 by default)
o do not do a big transaction if installing less than 20 packages
(ie --split-level is now 1 by default)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +- urpmi: + o small transactions should have at least 8 packages + (ie --split-length is now 8 by default) + o do not do a big transaction if installing less than 20 packages + (ie --split-level is now 1 by default) - urpmq: o new option --requires-recursive (alias of option -d) o bugfix previous release: "urpmq --fuzzy foo" should display all "*foo*" matches |