summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog48
-rw-r--r--urpmi.spec6
2 files changed, 53 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 173473d3..ac4a9c36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,51 @@
+2005-08-30 16:15 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm/msg.pm: decode every utf8 that gets translated
+
+2005-08-30 16:02 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm: Suppress utf8 warnings unless we want them
+
+2005-08-28 15:16 Sharuzzaman Ahmat Raslan <sharuzzaman at myrealbox.com>
+
+ * po/ms.po: Updated Malay translation
+
+2005-08-25 14:17 Arpad Biro <biro_arpad at yahoo.com>
+
+ * po/hu.po: [no log message]
+
+2005-08-24 21:22 Funda Wang <fundawang at linux.net.cn>
+
+ * po/zh_CN.po: Updated Simplified Chinese translation
+
+2005-08-23 17:05 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * po/it.po: Typo fix
+
+2005-08-23 12:41 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpmf: Note that the lock could be removed
+
+2005-08-23 12:41 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm: Unroll double negative
+
+2005-08-22 23:16 Pablo Saratxaga <pablo at mandriva.com>
+
+ * po/lt.po: updated po file
+
+2005-08-22 22:52 Pablo Saratxaga <pablo at mandriva.com>
+
+ * po/pt_BR.po: updated po file
+
+2005-08-22 10:23 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm: Bad return type if skip.list or inst.list is not here
+
+2005-08-19 17:45 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm, urpmi.spec: 4.7.11-1mdk
+
2005-08-19 17:24 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* gurpmi2: Allow to cancel when gurpmi asks to insert a new media
diff --git a/urpmi.spec b/urpmi.spec
index ac514152..94ad6141 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -8,7 +8,7 @@
%define name urpmi
%define version 4.7.11
-%define release 1mdk
+%define release 2mdk
%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
+* Tue Aug 30 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.11-
+- message updates
+- decode utf-8 on output
+
* Fri Aug 19 2005 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.7.11-1mdk
- MD5 for hdlists weren't checked with http media
- Don't print twice unsatisfied packages