summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-04-20 15:35:22 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2006-04-20 15:35:22 +0000
commit4516534debef0c56bcd95f39d564a68760b34e36 (patch)
tree5243ff1537944ea0314dec28fc0f063efe1228f5
parent9a6980807657b74b160234cbb527bd0142eaa26f (diff)
downloadurpmi-4_8_19.tar
urpmi-4_8_19.tar.gz
urpmi-4_8_19.tar.bz2
urpmi-4_8_19.tar.xz
urpmi-4_8_19.zip
4.8.19v4_8_19
-rw-r--r--ChangeLog47
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.spec7
3 files changed, 54 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c6aee048..a0526ae6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2006-04-20 17:28 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm/download.pm: Untaint current dir when temporarily chdir'ing
+ to cache
+
+2006-04-14 14:57 mmodem
+
+ * po/pt.po: [no log message]
+
+2006-04-13 14:02 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm: Fix counter in repackaging progress bars
+
+2006-04-12 22:44 mmodem
+
+ * po/pt.po: [no log message]
+
+2006-04-07 15:52 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpmi.addmedia: Fix error in in line synopsis
+
+2006-04-07 05:36 Willy Sudiarto Raharjo <willysr at gmail.com>
+
+ * po/id.po: Updated
+
+2006-04-06 17:29 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * gurpmi2: Minor style nits.
+
+2006-04-06 15:02 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * gurpmi2: (configure_urpm) if the text is very big (eg: more than
+ 160 lines with "gurpmi apache"), just use a scrolled text
+
+2006-04-06 14:27 Thierry Vignaud <tvignaud at mandriva.com>
+
+ * po/br.po: better phrasing
+
+2006-04-06 10:00 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * gurpmi2: Guard against undefined depslist id when showing
+ progress bar
+
+2006-04-05 15:51 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm, urpmi.spec: 4.8.18
+
2006-04-05 15:46 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* po/pl.po: Oops, I committed backwards.
diff --git a/urpm.pm b/urpm.pm
index d6928322..99afdbfb 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.8.18';
+our $VERSION = '4.8.19';
our @ISA = qw(URPM);
use URPM;
diff --git a/urpmi.spec b/urpmi.spec
index 8923c6d7..53948523 100644
--- a/urpmi.spec
+++ b/urpmi.spec
@@ -12,7 +12,7 @@
%{?!makeinstall_std: %define makeinstall_std() make DESTDIR=%{?buildroot:%{buildroot}} install}
%define name urpmi
-%define version 4.8.18
+%define version 4.8.19
%define release %mkrel 1
%define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -274,6 +274,11 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%ghost %_sys_macros_dir/urpmi.recover.macros
%changelog
+* Thu Apr 20 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.19-1mdk
+- Fix running rurpmi with curl/wget, could have tainting errors
+- Repackaging counter is prettier
+- Several fixes in gurpmi by Thierry Vignaud
+
* Wed Apr 05 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.18-1mdk
- Fix noisy output on http media update
- Translation updates