diff options
-rw-r--r-- | ChangeLog | 54 | ||||
-rw-r--r-- | urpmi.spec | 7 |
2 files changed, 60 insertions, 1 deletions
@@ -1,3 +1,57 @@ +2004-08-30 09:06 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm: Re-allow large transactions with --allow-nodeps or + --allow-force to speed up updates (patch by Titi) + +2004-08-30 08:42 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm/download.pm: urpmi+curl couldn't download files with + protected urls where the user name was containing a '@' + +2004-08-29 11:58 vljubovic + + * po/bs.po: Improving Bosnian translation + +2004-08-29 04:10 José JORGE <jjorge@free.fr> + + * po/pt.po: updates + +2004-08-28 05:15 Alice Lafox <alice@lafox.com.ua> + + * po/ru.po: updated + +2004-08-27 15:10 Arpad Biro <biro_arpad@yahoo.com> + + * po/hu.po: [no log message] + +2004-08-27 07:04 Funda Wang <fundawang@linux.net.cn> + + * po/zh_CN.po: Updated Simplified Chinese translation + +2004-08-27 06:24 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/: af.po, ar.po, az.po, bg.po, bn.po, br.po, bs.po, ca.po, + cs.po, cy.po, da.po, de.po, el.po, eo.po, es.po, et.po, eu.po, + fa.po, fi.po, fr.po, fur.po, ga.po, gl.po, he.po, hi.po, hr.po, + hu.po, id.po, is.po, it.po, ja.po, ka.po, ko.po, ky.po, lt.po, + lv.po, mn.po, ms.po, mt.po, nb.po, nl.po, nn.po, pl.po, pt.po, + pt_BR.po, ro.po, ru.po, sk.po, sl.po, sq.po, sr.po, sr@Latn.po, + sv.po, tg.po, th.po, tl.po, tr.po, uk.po, urpmi.pot, uz.po, + uz@Latn.po, vi.po, wa.po, zh_CN.po, zh_TW.po: updated pot file + +2004-08-26 11:26 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm, urpmi.addmedia: Make the --probe-synthesis option + compatible with --distrib in urpmi.addmedia. + +2004-08-26 01:57 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi.spec: 4.5-21mdk + +2004-08-25 13:08 Dovix <dovix2003@yahoo.com> + + * po/he.po: [no log message] + 2004-08-25 09:47 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * Makefile, urpmi.spec: Install the new proxy.cfg manpage @@ -8,7 +8,7 @@ %define name urpmi %define version 4.5 -%define release 21mdk +%define release 22mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -250,6 +250,11 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Mon Aug 30 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-22mdk +- Fix download with curl with usernames that contains '@' (for mandrakeclub) +- Make the --probe-synthesis option compatible with --distrib in urpmi.addmedia. +- Re-allow transaction split with --allow-force or --allow-nodeps + * Wed Aug 25 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.5-21mdk - new --root option to rpm-find-leaves.pl (Michael Scherer) - add timeouts for connection establishments |