summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-21 10:42:20 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2005-02-21 10:42:20 +0000
commite0f2365a3df8abf5df620bc173d91f159c784ab7 (patch)
tree4fc45772dbc5519daf2fcc7403965c2463f6a5dd
parent30d7067c0fd184956ca5f866e7903c6fa241717f (diff)
downloadurpmi-e0f2365a3df8abf5df620bc173d91f159c784ab7.tar
urpmi-e0f2365a3df8abf5df620bc173d91f159c784ab7.tar.gz
urpmi-e0f2365a3df8abf5df620bc173d91f159c784ab7.tar.bz2
urpmi-e0f2365a3df8abf5df620bc173d91f159c784ab7.tar.xz
urpmi-e0f2365a3df8abf5df620bc173d91f159c784ab7.zip
4.6.19-1mdk
-rw-r--r--ChangeLog38
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.spec5
3 files changed, 43 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c5e4dae..11db1c89 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2005-02-21 10:57 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpmi.addmedia, urpm/cfg.pm: Factorize out the code that handles
+ /etc/urpmi/mirror.config
+
+2005-02-21 10:36 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * man/C/: urpmi.addmedia.8, urpmi.files.5: Document
+ /etc/urpmi/mirror.config in man pages
+
+2005-02-21 00:51 pjetur
+
+ * po/is.po: End of days work
+
+2005-02-19 14:14 pjetur
+
+ * po/is.po: More done
+
+2005-02-18 18:34 Сергій Рибалченко (Sergey Ribalchenko) <fisher@obu.ck.ua>
+
+ * po/uk.po: translation update
+
+2005-02-18 11:53 Thierry Vignaud <tvignaud@mandrakesoft.com>
+
+ * po/ga.po: update
+
+2005-02-18 08:57 Youcef Rabah Rahal <rahal@arabeyes.org>
+
+ * po/ar.po: Sync with Arabeyes CVS -> 100% Arabic translation :-)
+
+2005-02-17 18:53 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm.pm: Make ejection less noisy
+
+2005-02-17 17:17 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * urpm.pm, urpmi.spec: 4.6.18-1mdk
+
2005-02-17 17:10 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
* urpm/download.pm: Work around bug 13685, bug in display of curl
diff --git a/urpm.pm b/urpm.pm
index ff76925e..878acd3c 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.6.18';
+our $VERSION = '4.6.19';
our @ISA = qw(URPM);
use URPM;
diff --git a/urpmi.spec b/urpmi.spec
index 9fa5215b..5cd73593 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -7,7 +7,7 @@
##################################################################
%define name urpmi
-%define version 4.6.18
+%define version 4.6.19
%define release 1mdk
%define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -234,6 +234,9 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%{compat_perl_vendorlib}/urpm/parallel_ssh.pm
%changelog
+* 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
+
* Thu Feb 17 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.18-1mdk
- Work around bug 13685, bug in display of curl progress
- Fix bug 13644, urpmi.addmedia --distrib was broken