diff options
-rw-r--r-- | ChangeLog | 50 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 6 |
3 files changed, 56 insertions, 2 deletions
@@ -1,3 +1,53 @@ +2005-09-14 17:39 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * po/fr.po: Another typo fix + +2005-09-14 17:32 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi: Don't trust closures wrt anonymous stashes + +2005-09-13 19:50 Thomas Backlund <tmb at mandrake.org> + + * po/fi.po: Update translations, fully translated, was 7 fuzzy, 4 + untranslated + +2005-09-12 22:57 neoclust + + * po/fr.po: Fix Typo + +2005-09-11 23:06 Thomas Backlund <tmb at mandrake.org> + + * po/fi.po: Updated translations + +2005-09-08 18:02 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * po/fr.po: Updates, mostly by neoclust + +2005-09-08 15:57 Thierry Vignaud <tvignaud at mandriva.com> + + * po/br.po: update + +2005-09-08 15:28 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * po/fr.po: Fix misunderstanding in translation + +2005-09-08 14:37 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * po/fr.po: Remove ctrl-M characters + +2005-09-08 12:35 Funda Wang <fundawang at linux.net.cn> + + * po/fr.po: Updated French translation from neoclust@mandriva.org + +2005-09-07 19:51 Funda Wang <fundawang at linux.net.cn> + + * po/sl.po: Updated sl translation from + Gregor.Pirnaver@mandrakeprinas.org + +2005-09-07 18:51 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm, urpmi.spec: 4.7.14-1mdk + 2005-09-07 17:09 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * urpm/msg.pm: This workaround is no longer necessary @@ -12,7 +12,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.14'; +our $VERSION = '4.7.15'; our @ISA = qw(URPM); use URPM; @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.7.14 +%define version 4.7.15 %define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -252,6 +252,10 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Wed Sep 14 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.15-1mdk +- Fix --gui bug with changing media +- Message updates + * Wed Sep 07 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.14-1mdk - Optimize utf-8 operations - Don't decode utf-8 text when the locale charset is itself in utf-8 |