summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-25 13:48:45 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-25 13:48:45 +0000
commitc58cdc78fb6a3103c8b3b9915903c5c0c2f69e51 (patch)
tree96082ee4504dde185baab8e477a7db789494a281
parent8db9d53305e27e6e29183503c62c98837828232c (diff)
downloadurpmi-c58cdc78fb6a3103c8b3b9915903c5c0c2f69e51.tar
urpmi-c58cdc78fb6a3103c8b3b9915903c5c0c2f69e51.tar.gz
urpmi-c58cdc78fb6a3103c8b3b9915903c5c0c2f69e51.tar.bz2
urpmi-c58cdc78fb6a3103c8b3b9915903c5c0c2f69e51.tar.xz
urpmi-c58cdc78fb6a3103c8b3b9915903c5c0c2f69e51.zip
4.6.20-1mdk
-rw-r--r--ChangeLog66
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.spec8
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 <rgarciasuarez@mandrakesoft.com>
+2005-02-25 14:39 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * urpm/cfg.pm: Use generic release file
+
+2005-02-25 00:20 Keld Jørn Simonsen <keld at dkuug.dk>
+
+ * 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 <rgarciasuarez at mandrakesoft.com>
+
+ * urpm/msg.pm: Fall back to using locale(1) if I18N::Langinfo is
+ not available.
+
+2005-02-24 19:50 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * 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 <rgarciasuarez at mandrakesoft.com>
+
+ * urpm/msg.pm: Locale::gettext is not optional in urpmi.
+
+2005-02-24 19:38 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * 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 <rgarciasuarez at mandrakesoft.com>
+
+ * urpm.pm: a syntax error slipped in.
+
+2005-02-23 22:56 Michael Scherer <mscherer at mandrake.org>
+
+ * urpmi.spec: - remove useless requires on drakxtools for gurpmi
+
+2005-02-23 13:43 José JORGE <jjorge at free.fr>
+
+ * po/pt.po: melo
+
+2005-02-22 21:26 José JORGE <jjorge at free.fr>
+
+ * po/pt.po: melo
+
+2005-02-22 16:35 Сергій Рибалченко (Sergey Ribalchenko) <fisher at obu.ck.ua>
+
+ * po/uk.po: tr-tion update
+
+2005-02-22 12:04 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * man/C/urpmq.8: Document -Y option to urpmq
+
+2005-02-21 19:32 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
+
+ * 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 <rgarciasuarez at mandrakesoft.com>
+
+ * urpm.pm, urpmi.spec: 4.6.19-1mdk
+
+2005-02-21 10:57 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com>
* 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 <rgarciasuarez@mandrakesoft.com> 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 <rgarciasuarez@mandrakesoft.com> 4.6.19-1mdk
- Document /etc/urpmi/mirror.config, and factorize code that parses it