diff options
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | urpm.pm | 2 | ||||
-rw-r--r-- | urpmi.spec | 8 |
3 files changed, 23 insertions, 3 deletions
@@ -1,3 +1,19 @@ +2005-09-01 12:50 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpm.pm: Avoid another double encoding (nested N()) + +2005-09-01 12:04 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi: asking for removable media was broken with --gui option + +2005-08-31 18:27 Willy Sudiarto Raharjo <willysr at gmail.com> + + * po/id.po: Updated plus added new Translator + +2005-08-31 14:58 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> + + * urpmi.spec: 4.7.11-3mdk + 2005-08-31 14:33 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com> * urpm.pm, urpm/msg.pm: Turn off utf8 warnings in the caller each @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.7.11'; +our $VERSION = '4.7.12'; our @ISA = qw(URPM); use URPM; @@ -7,8 +7,8 @@ ################################################################## %define name urpmi -%define version 4.7.11 -%define release 3mdk +%define version 4.7.12 +%define release 1mdk %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -252,6 +252,10 @@ if (-e "/etc/urpmi/urpmi.cfg") { %{compat_perl_vendorlib}/urpm/ldap.pm %changelog +* 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 + * Wed Aug 31 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.11-3mdk - suppress wide character warnings |