diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | urpmi.spec | 6 |
2 files changed, 19 insertions, 1 deletions
@@ -1,3 +1,17 @@ +2004-12-01 18:49 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm: Add return values for add_medium and add_distrib_media + (the names of the media added) + +2004-11-30 11:54 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm: urpmi wasn't taking into account the global downloader + setting + +2004-11-30 10:45 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi.spec: 4.6.4-2mdk + 2004-11-30 01:31 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * urpm.pm, urpmi: Must stop fixing bugs that late. @@ -8,7 +8,7 @@ %define name urpmi %define version 4.6.4 -%define release 2mdk +%define release 3mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -257,6 +257,10 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Wed Dec 01 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.4-3mdk +- Internal API additions +- urpmi wasn't taking into account the global downloader setting + * Tue Nov 30 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.4-2mdk - Fix package count introduced in previous release |