diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-08-24 12:01:48 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-08-24 12:01:48 +0000 |
commit | aa2039f5184d198062dbb61255c18d68c7c99bfb (patch) | |
tree | 9fa2e25600fd65008a7778941e9bd89bfa9c6568 /NEWS | |
parent | e9971cd9983768999b4ae9f54cb0c5d6434781e9 (diff) | |
download | perl-URPM-aa2039f5184d198062dbb61255c18d68c7c99bfb.tar perl-URPM-aa2039f5184d198062dbb61255c18d68c7c99bfb.tar.gz perl-URPM-aa2039f5184d198062dbb61255c18d68c7c99bfb.tar.bz2 perl-URPM-aa2039f5184d198062dbb61255c18d68c7c99bfb.tar.xz perl-URPM-aa2039f5184d198062dbb61255c18d68c7c99bfb.zip |
- fix split_length > 1
(eg: "urpmi --split-length 2 a b c" will only install 2 pkgs)
(this bug has not been reported, just discovered it while reading the code)
- cleanup
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ - allow running transaction with justdb option +- fix split_length > 1 + (eg: "urpmi --split-length 2 a b c" will only install 2 pkgs) Version 1.75 - 12 August 2007, by Pascal "Pixel" Rigaux |