summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog48
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.spec8
3 files changed, 56 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bf8a750..2e6a5c32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2006-02-02 12:49 Funda Wang <fundawang at linux.net.cn>
+
+ * po/: af.po, ar.po, az.po, bg.po, bn.po, br.po, bs.po, ca.po,
+ cs.po, cy.po, da.po, de.po, el.po, eo.po, es.po, et.po, eu.po,
+ fa.po, fi.po, fr.po, fur.po, ga.po, gl.po, he.po, hi.po, hr.po,
+ hu.po, id.po, is.po, it.po, ja.po, ka.po, ko.po, ky.po, lt.po,
+ lv.po, mk.po, mn.po, ms.po, mt.po, nb.po, nl.po, nn.po, pa_IN.po,
+ pl.po, pt.po, pt_BR.po, ro.po, ru.po, sc.po, sk.po, sl.po, sq.po,
+ sr.po, sr@Latn.po, sv.po, tg.po, th.po, tl.po, tr.po, uk.po,
+ urpmi.pot, uz.po, uz@Latn.po, vi.po, wa.po, zh_CN.po, zh_TW.po:
+ Updated POT file.
+
+2006-02-01 18:43 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm: Patch by Shlomi Fish to fix error recovery on download
+ of description files.
+
+2006-02-01 15:03 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm: Attempt to fix a bug in translate_why_unselected on
+ x86_64 where sometimes ids were reported instead of
+ human-readable dependencies.
+
+2006-02-01 14:10 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * po/br.po: format fix
+
+2006-01-31 13:58 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * pod/urpmi.8.pod: Clarify doc for --use-distrib
+
+2006-01-27 16:52 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm/download.pm: Add "B" suffix by default to the limit-rate
+ option for curl (see bug 20859)
+
+2006-01-26 12:53 Pablo Saratxaga <pablo at mandriva.com>
+
+ * po/: sl.po, wa.po: updated po files
+
+2006-01-25 17:30 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * Makefile.PL: Update CPAN module version requirements
+
+2006-01-25 17:17 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm, urpmi.spec: 4.8.8
+
2006-01-25 17:15 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* pod/urpmi.8.pod: More docs
diff --git a/urpm.pm b/urpm.pm
index cc0d0f08..cdd19aa1 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.8.8';
+our $VERSION = '4.8.9';
our @ISA = qw(URPM);
use URPM;
diff --git a/urpmi.spec b/urpmi.spec
index 5ad822e6..0df578ad 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.8.8
+%define version 4.8.9
%define release %mkrel 1
%define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -249,6 +249,12 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%{compat_perl_vendorlib}/urpm/ldap.pm
%changelog
+* Thu Feb 02 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.9-1mdk
+- Fix call of --limit-rate option with recent curls
+- Fix some explanations on biarch environments
+- Fix error recovery on download of description files (Shlomi Fish)
+- Docs and translation updates
+
* Wed Jan 25 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.8-1mdk
- urpmi can now install specfile dependencies
- Escape media names in urpmq --dump-config (Michael Scherer)