diff options
-rw-r--r-- | ChangeLog | 111 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 10 |
3 files changed, 121 insertions, 2 deletions
@@ -1,3 +1,114 @@ +2005-01-25 17:06 mareklaane + + * po/et.po: Updated translation. + +2005-01-24 20:18 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/ja.po: updated po file + +2005-01-24 19:48 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * gurpmi.pm: Update usage message + +2005-01-24 19:40 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmq: Remove redundant requires + +2005-01-24 19:38 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi, urpm/args.pm: urpmi --gui will now ask with a GUI popup to + change media. Intended to be used with --auto (so other annoying + dialogs are not shown) + +2005-01-24 17:27 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * gurpmi2: Fix medium change in gurpmi + +2005-01-24 17:15 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * gurpmi, gurpmi.pm, gurpmi2: Add support for --no-verify-rpm to + gurpmi + +2005-01-24 16:05 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * gurpmi, gurpmi.pm, gurpmi2: More refactorisation + +2005-01-24 12:21 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/: cy.po, de.po: updated po files + +2005-01-23 18:59 Funda Wang <fundawang@linux.net.cn> + + * po/zh_CN.po: Updated Simplified Chinese translation + +2005-01-22 17:42 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/eu.po: updated po file + +2005-01-22 12:57 Pablo Saratxaga <pablo@mandrakesoft.com> + + * po/: es.po, et.po: updated po files + +2005-01-21 12:52 Thierry Vignaud <tvignaud@mandrakesoft.com> + + * po/br.po: update + +2005-01-21 09:12 Funda Wang <fundawang@linux.net.cn> + + * po/zh_CN.po: Updated Simplified Chinese translation + +2005-01-20 23:00 Keld Jørn Simonsen <keld@dkuug.dk> + + * po/da.po: updates soft/rpmdrake/po/da.po soft/urpmi/po/da.po + +2005-01-20 21:47 Karl Ove Hufthammer <karl@huftis.org> + + * po/nn.po: Updated Norwegian Nynorsk translation. + +2005-01-20 21:36 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpmi: Remove perl-base from priority upgrades (thanks blino) + +2005-01-20 18:31 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm/parallel_ssh.pm: Report remote commands exit codes + +2005-01-20 17:47 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm/parallel_ssh.pm: More error handling + +2005-01-20 17:03 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 + +2005-01-20 10:31 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * man/C/urpme.8: Complete urpme man page + +2005-01-20 10:28 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpme: String changes + +2005-01-20 10:25 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpme: urpme should croak when it's not run as root + +2005-01-19 23:19 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * po/fr.po: Missing dash. + +2005-01-19 20:35 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> + + * urpm.pm, urpmi.spec: 4.6.12-1mdk + 2005-01-19 20:28 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> * Makefile: Fix installation of gurpmi2 @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.6.12'; +our $VERSION = '4.6.13'; our @ISA = qw(URPM); use URPM; @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.12 +%define version 4.6.13 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -232,6 +232,14 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Tue Jan 25 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.13-1mdk +- urpme now dies when not run as root +- improve error reporting in urpmi-parallel +- perl-base is no longer a priority upgrade by default +- factor code in gurpmi.pm; gurpmi now supports the --no-verify-rpm option +- "urpmi --gui" will now ask with a GUI popup to change media. Intended to be + used with --auto (so other annoying dialogs are not shown). + * Wed Jan 19 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.12-1mdk - perl-base is now a priority upgrade by default - gurpmi has been split in two programs, so users can save rpms without being root |