From edfd3fccbc6145faffec2d401ae1b17ccee52106 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 7 Sep 2005 16:51:47 +0000 Subject: 4.7.14-1mdk --- ChangeLog | 30 ++++++++++++++++++++++++++++++ urpm.pm | 3 ++- urpmi.spec | 7 ++++++- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1ceeaee8..933ec6e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2005-09-07 17:09 Rafael Garcia-Suarez + + * urpm/msg.pm: This workaround is no longer necessary + +2005-09-07 16:35 Tibor Pittich + + * po/sk.po: updated slovak translation + +2005-09-07 16:33 Funda Wang + + * po/hi.po: Updated hi translation from Dhananjaya Sharma + . + +2005-09-07 15:56 Rafael Garcia-Suarez + + * 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 + + * urpm.pm, urpmi.spec: 4.7.13-1mdk + 2005-09-05 10:53 Rafael Garcia-Suarez * 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 + + * urpm/download.pm: On top of previous fix + 2005-09-05 10:49 Rafael Garcia-Suarez * urpm/download.pm: Fix bug 18234 : force download of ftp files diff --git a/urpm.pm b/urpm.pm index c700dabf..3a6dbded 100644 --- a/urpm.pm +++ b/urpm.pm @@ -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; diff --git a/urpmi.spec b/urpmi.spec index d779cd5c..12d237e5 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -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 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 4.7.13-1mdk - Really make Date::Manip optional -- cgit v1.2.1