diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-28 07:37:10 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-06-28 07:37:10 +0000 |
commit | d24a8a1eee7871021fbca58579ac183fd978e299 (patch) | |
tree | 11579cba6efb11b10408cf6f2d15db088503ae63 | |
parent | 7b02dcbc138f9aa51547445504acfdd32c5f8bf1 (diff) | |
download | urpmi-d24a8a1eee7871021fbca58579ac183fd978e299.tar urpmi-d24a8a1eee7871021fbca58579ac183fd978e299.tar.gz urpmi-d24a8a1eee7871021fbca58579ac183fd978e299.tar.bz2 urpmi-d24a8a1eee7871021fbca58579ac183fd978e299.tar.xz urpmi-d24a8a1eee7871021fbca58579ac183fd978e299.zip |
4.7.8-1mdk
-rw-r--r-- | ChangeLog | 79 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 8 |
3 files changed, 87 insertions, 2 deletions
@@ -1,3 +1,82 @@ +2005-06-28 09:06 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi: Allow to give several comma- or space-separated answers to + the question "One of the following packages is needed, what is + your choice?" in urpmi + +2005-06-28 08:36 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/ldap.pm: Add LDAP media at the end + +2005-06-26 13:09 Per Øyvind Karlsen <peroyvind at mandriva.org> + + * po/nb.po: translated new strings + +2005-06-24 12:33 shivahuang + + * po/zh_TW.po: updated po files + +2005-06-23 03:49 Marek Laane <bald at starman.ee> + + * po/et.po: + Updated Estonian translation. + +2005-06-21 03:38 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * man/C/urpmi.files.5: Clarify syntax of skip.list + +2005-06-21 03:18 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: local is not necessary here + +2005-06-21 03:16 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: Ignore empty lines in skiplist + +2005-06-20 07:20 José JORGE <jjorge at free.fr> + + * po/pt.po: melo + +2005-06-18 20:44 Funda Wang <fundawang at linux.net.cn> + + * po/zh_CN.po: Updated Simplified Chinese translation + +2005-06-18 08:59 Pablo Saratxaga <pablo at mandriva.com> + + * po/: cy.po, eu.po, wa.po: updated po files + +2005-06-17 18:37 Pjetur G. Hjaltason <pjetur at pjetur.net> + + * po/is.po: Small fixes + +2005-06-16 09:45 Willy Sudiarto Raharjo <willysr at gmail.com> + + * po/id.po: Updated + +2005-06-16 03:24 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/args.pm: urpmf should warn on unknown options + +2005-06-15 05:03 Funda Wang <fundawang at linux.net.cn> + + * 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: + Updated POT file. + +2005-06-14 03:31 Sharuzzaman Ahmat Raslan <sharuzzaman at myrealbox.com> + + * po/ms.po: Updated Malay translation + +2005-06-13 05:22 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm, urpmi.spec: 4.7.7-1mdk + 2005-06-13 04:22 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * urpmq, man/C/urpmq.8, urpm/args.pm: Document --summary option to @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.7'; +our $VERSION = '4.7.8'; our @ISA = qw(URPM); use URPM; @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.7.7 +%define version 4.7.8 %define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -250,6 +250,12 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Tue Jun 28 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.8-1mdk +- Allow to select more than one choice in alternative packages to be installed + by urpmi +- Add LDAP media at the end +- Doc and translations updated + * Mon Jun 13 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.7-1mdk - Fix documentation for urpmq --summary/-S and urpmf -i (Olivier Blin) - urpmq: extract headers only once |