summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-09-07 16:51:47 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-09-07 16:51:47 +0000
commitedfd3fccbc6145faffec2d401ae1b17ccee52106 (patch)
tree0cb6ffd45a5b5bdc0a89860621a39170bfa1f17c
parent16bed9f19380377c6845c29dd703275d103a3178 (diff)
downloadurpmi-edfd3fccbc6145faffec2d401ae1b17ccee52106.tar
urpmi-edfd3fccbc6145faffec2d401ae1b17ccee52106.tar.gz
urpmi-edfd3fccbc6145faffec2d401ae1b17ccee52106.tar.bz2
urpmi-edfd3fccbc6145faffec2d401ae1b17ccee52106.tar.xz
urpmi-edfd3fccbc6145faffec2d401ae1b17ccee52106.zip
4.7.14-1mdk
-rw-r--r--ChangeLog30
-rw-r--r--urpm.pm3
-rw-r--r--urpmi.spec7
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 <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
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 <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