diff options
-rw-r--r-- | ChangeLog | 38 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 5 |
3 files changed, 43 insertions, 2 deletions
@@ -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 @@ -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; @@ -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 |