From c58cdc78fb6a3103c8b3b9915903c5c0c2f69e51 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Fri, 25 Feb 2005 13:48:45 +0000 Subject: 4.6.20-1mdk --- ChangeLog | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- urpm.pm | 2 +- urpmi.spec | 8 +++++++- 3 files changed, 73 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 56cb35e5..1fa63a63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,68 @@ -2005-02-21 10:57 Rafael Garcia-Suarez +2005-02-25 14:39 Rafael Garcia-Suarez + + * urpm/cfg.pm: Use generic release file + +2005-02-25 00:20 Keld Jørn Simonsen + + * po/da.po: updates soft/control-center/po/da.po + soft/mdkonline/po/da.po soft/urpmi/po/da.po + gi/perl-install/share/po/da.po + +2005-02-24 19:58 Rafael Garcia-Suarez + + * urpm/msg.pm: Fall back to using locale(1) if I18N::Langinfo is + not available. + +2005-02-24 19:50 Rafael Garcia-Suarez + + * urpmq: Fix bug 13946: output from urpmq not converted from utf-8 + when under a non-utf-8 locale. + +2005-02-24 19:40 Rafael Garcia-Suarez + + * urpm/msg.pm: Locale::gettext is not optional in urpmi. + +2005-02-24 19:38 Rafael Garcia-Suarez + + * urpm/msg.pm: Adds a function from_utf8() to convert strings from + RPM headers (utf8) to the encoding of the current locale. With a + placeholder if I18N::Langinfo is not available. + +2005-02-24 18:07 Rafael Garcia-Suarez + + * urpm.pm: a syntax error slipped in. + +2005-02-23 22:56 Michael Scherer + + * urpmi.spec: - remove useless requires on drakxtools for gurpmi + +2005-02-23 13:43 José JORGE + + * po/pt.po: melo + +2005-02-22 21:26 José JORGE + + * po/pt.po: melo + +2005-02-22 16:35 Сергій Рибалченко (Sergey Ribalchenko) + + * po/uk.po: tr-tion update + +2005-02-22 12:04 Rafael Garcia-Suarez + + * man/C/urpmq.8: Document -Y option to urpmq + +2005-02-21 19:32 Rafael Garcia-Suarez + + * urpm.pm: It seems that the msg callback is never defined in + urpmi-parallel. Protect against run-time errors; will have to + work out how progress reporting is supposed to work. + +2005-02-21 11:42 Rafael Garcia-Suarez + + * urpm.pm, urpmi.spec: 4.6.19-1mdk + +2005-02-21 10:57 Rafael Garcia-Suarez * urpmi.addmedia, urpm/cfg.pm: Factorize out the code that handles /etc/urpmi/mirror.config diff --git a/urpm.pm b/urpm.pm index e333a3ab..ef894378 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.6.19'; +our $VERSION = '4.6.20'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index 5f9af474..ac034f52 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.6.19 +%define version 4.6.20 %define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -234,6 +234,12 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Fri Feb 25 2005 Rafael Garcia-Suarez 4.6.20-1mdk +- Output takes now into account the locale's charset +- Don't require drakxtools anymore +- Fix log error in urpmi-parallel +- Docs, language updates + * Mon Feb 21 2005 Rafael Garcia-Suarez 4.6.19-1mdk - Document /etc/urpmi/mirror.config, and factorize code that parses it -- cgit v1.2.1