diff options
-rw-r--r-- | ChangeLog | 18 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 8 |
3 files changed, 25 insertions, 3 deletions
@@ -1,3 +1,21 @@ +2005-03-10 15:29 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpm.pm, man/C/urpmi.8, man/C/urpmi.cfg.5, urpm/args.pm, + urpm/cfg.pm, urpm/download.pm: Add a retry option to urpmi and + urpmi.cfg (bug #1174) + +2005-03-10 13:43 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpm.pm: Comprehensive system error reporting. + +2005-03-10 11:16 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * man/C/urpmi.cfg.5: Add reference in urpmi.cfg manpage + +2005-03-09 17:13 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> + + * urpmi.spec: 4.6.22-2mdk + 2005-03-09 16:54 Rafael Garcia-Suarez <rgarciasuarez at mandrakesoft.com> * urpmi.spec: Upgrade require on perl-Locale-gettext @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.6.22'; +our $VERSION = '4.6.23'; our @ISA = qw(URPM); use URPM; @@ -7,8 +7,8 @@ ################################################################## %define name urpmi -%define version 4.6.22 -%define release 2mdk +%define version 4.6.23 +%define release 1mdk %define group %(perl -e 'printf "%%s\\n", "%_vendor" =~ /mandrake/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -236,6 +236,10 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/parallel_ssh.pm %changelog +* Thu Mar 10 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.23-1mdk +- new urpmi option, --retry +- better system error messages + * Wed Mar 09 2005 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com> 4.6.22-2mdk - Fix requires on perl-Locale-gettext - Warn when a chroot doesn't has a /dev |