diff options
-rw-r--r-- | ChangeLog | 30 | ||||
-rw-r--r-- | urpm.pm | 3 | ||||
-rw-r--r-- | urpmi.spec | 7 |
3 files changed, 38 insertions, 2 deletions
@@ -1,3 +1,29 @@ +2005-09-07 17:09 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/msg.pm: This workaround is no longer necessary + +2005-09-07 16:35 Tibor Pittich <Tibor.Pittich at phuture.sk> + + * po/sk.po: updated slovak translation + +2005-09-07 16:33 Funda Wang <fundawang at linux.net.cn> + + * po/hi.po: Updated hi translation from Dhananjaya Sharma + <dysxhi@yahoo.co.in>. + +2005-09-07 15:56 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/msg.pm: Don't decode utf-8 text when the locale charset is + itself in utf-8. Optimize utf-8 text manipulations. + +2005-09-05 16:43 okhayat + + * po/ar.po: - Fully translated - Updated as a test commit + +2005-09-05 11:11 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm, urpmi.spec: 4.7.13-1mdk + 2005-09-05 10:53 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * urpm/download.pm: Remove trace @@ -6,6 +32,10 @@ * urpm/download.pm: On top of previous fix +2005-09-05 10:53 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/download.pm: On top of previous fix + 2005-09-05 10:49 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * urpm/download.pm: Fix bug 18234 : force download of ftp files @@ -2,6 +2,7 @@ package urpm; # $Id$ +no warnings 'utf8'; use strict; use MDK::Common; use File::Find (); @@ -11,7 +12,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.13'; +our $VERSION = '4.7.14'; our @ISA = qw(URPM); use URPM; @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.7.13 +%define version 4.7.14 %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 +* 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 +- Message updates + * Mon Sep 05 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.13-1mdk - Really make Date::Manip optional |