diff options
-rw-r--r-- | ChangeLog | 26 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 5 |
3 files changed, 31 insertions, 2 deletions
@@ -1,3 +1,29 @@ +2005-09-05 10:53 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/download.pm: Remove trace + +2005-09-05 10:53 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/download.pm: On top of previous fix + +2005-09-05 10:49 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm/download.pm: Fix bug 18234 : force download of ftp files + when the timestamp couldn't be determined + +2005-09-03 19:37 Sharuzzaman Ahmat Raslan <sharuzzaman at myrealbox.com> + + * po/ms.po: Updated Malay translation + +2005-09-02 01:54 Funda Wang <fundawang at linux.net.cn> + + * po/pt_BR.po: Updated pt_BR translation from Arthur R. Mello + <renato@conectiva.com.br>. + +2005-09-01 13:07 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm, urpmi.spec: 4.7.12-1mdk + 2005-09-01 12:50 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * urpm.pm: Avoid another double encoding (nested N()) @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.12'; +our $VERSION = '4.7.13'; our @ISA = qw(URPM); use URPM; @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.7.12 +%define version 4.7.13 %define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -252,6 +252,9 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* Mon Sep 05 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.13-1mdk +- Really make Date::Manip optional + * Thu Sep 01 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.12-1mdk - Fix urpmi --gui when changing CD-ROMs - Fix a case of utf-8 double encoding |