diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-08-19 15:45:38 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-08-19 15:45:38 +0000 |
commit | 295e4b5cbb2b4b986e335ccdb766ea834566b1fc (patch) | |
tree | f11071ec9758d6a8d108788676751d2d94da73d2 | |
parent | c939ac2320cc5bb6981c82dd6df3afa2d369cfcc (diff) | |
download | urpmi-295e4b5cbb2b4b986e335ccdb766ea834566b1fc.tar urpmi-295e4b5cbb2b4b986e335ccdb766ea834566b1fc.tar.gz urpmi-295e4b5cbb2b4b986e335ccdb766ea834566b1fc.tar.bz2 urpmi-295e4b5cbb2b4b986e335ccdb766ea834566b1fc.tar.xz urpmi-295e4b5cbb2b4b986e335ccdb766ea834566b1fc.zip |
4.7.11-1mdk
-rw-r--r-- | ChangeLog | 100 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 9 |
3 files changed, 108 insertions, 3 deletions
@@ -1,3 +1,103 @@ +2005-08-19 17:24 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * gurpmi2: Allow to cancel when gurpmi asks to insert a new media + +2005-08-19 16:30 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: Fix bug 17460 : MD5 for hdlists weren't checked with + http media + +2005-08-18 14:26 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: Don't print twice unsatisfied packages + +2005-08-16 16:00 Pablo Saratxaga <pablo at mandriva.com> + + * po/sv.po: updated po file + +2005-08-14 17:55 Reinout van Schouwen <reinout at cs.vu.nl> + + * po/nl.po: * Aug 15 2005: Updated Dutch translation + + Reinout van Schouwen <reinout@cs.vu.nl> + +2005-08-14 09:36 Sharuzzaman Ahmat Raslan <sharuzzaman at myrealbox.com> + + * po/ms.po: Updated Malay translation + +2005-08-12 18:25 Pablo Saratxaga <pablo at mandriva.com> + + * po/de.po: updated po file + +2005-08-09 09:15 Pablo Saratxaga <pablo at mandriva.com> + + * po/fr.po: updated po file + +2005-08-09 07:30 pmaryanov + + * po/ru.po: updated translation + +2005-08-09 07:14 Сергій Рибалченко (Sergey Ribalchenko) <fisher at obu.ck.ua> + + * po/uk.po: uk tr-ion update + +2005-08-08 10:25 Pablo Saratxaga <pablo at mandriva.com> + + * po/: af.po, az.po, ca.po, cs.po, cy.po, da.po, fi.po, fur.po, + ga.po, he.po, hi.po, hr.po, id.po, is.po, it.po, ka.po, ko.po, + lt.po, lv.po, ms.po, pl.po, pt.po, pt_BR.po, ru.po, sk.po, sq.po, + sr.po, sr@Latn.po, tg.po, th.po: fixed various untranslatable + command line options + +2005-08-08 09:04 Pablo Saratxaga <pablo at mandriva.com> + + * po/pl.po: updated po file + +2005-08-06 06:56 mbukovjan + + * po/cs.po: Updated Czech translations. + +2005-08-01 16:15 José JORGE <jjorge at free.fr> + + * po/pt.po: melo + +2005-07-30 10:37 Sharuzzaman Ahmat Raslan <sharuzzaman at myrealbox.com> + + * po/ms.po: Updated Malay translation + +2005-07-30 05:59 Marek Laane <bald at starman.ee> + + * po/et.po: + Updated Estonian translation. + +2005-07-29 05:22 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi: Enable to use Devel::Trace with urpmi + +2005-07-28 05:54 Rafael Garcia-Suarez <rgarciasuarez at mandriva.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, pa_IN.po, + pl.po, pt.po, pt_BR.po, ro.po, ru.po, sc.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: + Merge po files + +2005-07-23 12:19 Sharuzzaman Ahmat Raslan <sharuzzaman at myrealbox.com> + + * po/ms.po: Updated Malay translation + +2005-07-20 08:14 Pablo Saratxaga <pablo at mandriva.com> + + * po/: eu.po, ky.po: updated po files + +2005-07-18 08:22 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi.spec: 4.7.10-2mdk + 2005-07-18 06:53 Pablo Saratxaga <pablo at mandriva.com> * po/: de.po, eu.po, he.po, ms.po, nb.po, nn.po, pt.po, zh_CN.po: @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.10'; +our $VERSION = '4.7.11'; our @ISA = qw(URPM); use URPM; @@ -7,8 +7,8 @@ ################################################################## %define name urpmi -%define version 4.7.10 -%define release 2mdk +%define version 4.7.11 +%define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -252,6 +252,11 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Fri Aug 19 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.11-1mdk +- MD5 for hdlists weren't checked with http media +- Don't print twice unsatisfied packages +- gurpmi: allow to cancel when gurpmi asks to insert a new media + * Mon Jul 18 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.10-2mdk - Message and manpage updates |