summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xurpmf2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0eecf563..afc77f3c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
- urpmi.addmedia
o with --distrib, don't use previous media's pubkey if a pubkey is missing
(eg: use pubkey_main for media "Main Updates" when pubkey_main_updates is missing)
+- urpmf
+ o fix an *old* bug (since december 2002) making urpmf keeps parsed hdlist
+ files in memory
Version 4.9.21.1 - 29 May 2007, by Pascal "Pixel" Rigaux
diff --git a/urpmf b/urpmf
index 1487c12f..7edee6a0 100755
--- a/urpmf
+++ b/urpmf
@@ -171,7 +171,7 @@ my $callback = join("\n",
(map { " $_" }
'my ($urpm, $pkg) = @_;',
@inner,
- '1;'),
+ '0;'),
"}");
our $debug;