diff options
-rw-r--r-- | ChangeLog | 66 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 9 |
3 files changed, 75 insertions, 2 deletions
@@ -1,3 +1,69 @@ +2004-11-25 10:31 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi.bash-completion, man/C/urpmi.8, man/C/urpmq.8: Document the + new --searchmedia option, and add it in bash completion + +2004-11-24 19:32 Olivier Thauvin <thauvin@aerov.jussieu.fr> + + * urpm.pm, urpmi, urpmq, urpm/args.pm: - add --search-media + options: looking requested or package to update with + --auto-select in given media - replace a die() by + $urpm->{fatal}() + +2004-11-24 14:19 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi.addmedia, urpm/download.pm: When invoking urpmi.addmedia + with --proxy, save this proxy setting for this particular new + media. (bug 12483) + +2004-11-24 14:12 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi.spec: Add a requirement for zenity on gurpmi (spotted by + Olivier Thauvin) + +2004-11-24 11:39 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm/download.pm: Work around a bug in curl when displaying + progress for an authentified http source (bug #12289) + +2004-11-24 09:51 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi, urpm/msg.pm: When asking for choices, default to the first + one + +2004-11-23 14:38 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/: et.po, fr.po: updated po files + +2004-11-22 23:19 Arpad Biro <biro_arpad@yahoo.com> + + * po/hu.po: [no log message] + +2004-11-22 14:43 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, mk.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-11-22 03:01 Keld Jørn Simonsen <keld@dkuug.dk> + + * po/da.po: updates soft/mdkonline/po/da.po soft/urpmi/po/da.po + soft/wizard_perl/po/da.po + +2004-11-21 09:33 José JORGE <jjorge@free.fr> + + * po/pt.po: melo + +2004-11-19 13:41 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm, urpmi.spec: 4.6.1-1mdk + 2004-11-19 12:12 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * urpm/download.pm: Cope better with some strange curl output @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.6.1'; +our $VERSION = '4.6.2'; our @ISA = qw(URPM); use URPM; @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.1 +%define version 4.6.2 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -256,6 +256,13 @@ $urpm->update_media(nolock => 1, nopubkey => 1); %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Thu Nov 25 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.2-1mdk +- when passing --proxy to urpmi.addmedia, this proxy setting is now saved for the + new media +- New option --search-media to urpmi and urpmq (Olivier Thauvin) +- work around a display bug in curl for authenticated http sources +- when asking for choices, default to the first one + * Fri Nov 19 2004 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.1-1mdk - reconfig.urpmi on mirrors must now begin with a magic line - don't create symlinks in /var/lib/urpmi, this used to mess up updates |