diff options
-rw-r--r-- | ChangeLog | 37 | ||||
-rw-r--r-- | urpmi.spec | 7 |
2 files changed, 43 insertions, 1 deletions
@@ -1,3 +1,40 @@ +2004-09-28 09:28 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm: Better error message when updating a media fails because + the hdlist is corrupted. + +2004-09-28 03:00 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi.spec: Update description (by Adam Williamson) + +2004-09-27 04:50 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/fa.po: updated po file + +2004-09-26 10:57 Karl Ove Hufthammer <karl@huftis.org> + + * po/nn.po: Small word change. + +2004-09-24 15:11 Karl Ove Hufthammer <karl@huftis.org> + + * po/nn.po: Fixed spelling mistake. + +2004-09-20 02:59 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi.removemedia: Add a "--" option to urpmi.removemedia. + +2004-09-18 14:33 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/tg.po: updated po file + +2004-09-18 06:31 José JORGE <jjorge@free.fr> + + * po/pt.po: melo + +2004-09-17 15:36 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi.spec: 4.5-26mdk + 2004-09-16 14:28 Pablo Saratxaga <pablo@mandrakesoft.com> * po/mk.po: Added Macedonian file @@ -8,7 +8,7 @@ %define name urpmi %define version 4.5 -%define release 26mdk +%define release 27mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -256,6 +256,11 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Tue Sep 28 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-27mdk +- Change description +- Add a "--" option to urpmi.removemedia +- Better error message in urpmi.update when hdlists are corrupted + * Fri Sep 17 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-26mdk - urpmi.addmedia should create urpmi.cfg if it doesn't exist. |