diff options
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | urpmf | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -5,6 +5,9 @@ - urpmi o fix "Argument list too long" when calling curl/wget/proz (things should work even in case of one big transaction) (#30848) +- urpmf + o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist + files in memory Version 4.9.24 - 9 May 2007, by Pascal "Pixel" Rigaux @@ -171,7 +171,7 @@ my $callback = join("\n", (map { " $_" } 'my ($urpm, $pkg) = @_;', @inner, - '1;'), + '0;'), "}"); our $debug; |