summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog20
-rw-r--r--urpm.pm2
-rw-r--r--urpmi.spec6
3 files changed, 26 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e1cff5c9..16006e5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2006-03-22 09:41 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * pod/urpmq.8.pod: Document urpmq -l option
+
+2006-03-22 06:58 Сергій Рибалченко (Sergey Ribalchenko) <fisher at obu.ck.ua>
+
+ * po/uk.po: uk tr-tion update
+
+2006-03-21 19:29 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm: Adjust progress bar length to terminal size
+
+2006-03-21 19:23 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm: Forgot to transmit the second counter to parent. Aar.
+
+2006-03-21 18:32 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
+
+ * urpm.pm, urpmi.spec: 4.8.15
+
2006-03-21 18:28 Rafael Garcia-Suarez <rgarciasuarez at mandriva.com>
* MANIFEST, Makefile.PL, pod/fr/urpmi.8.pod, pod/fr/urpmi.fr.8.pod:
diff --git a/urpm.pm b/urpm.pm
index f9b9a3e1..f56349bb 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -11,7 +11,7 @@ use urpm::util;
use urpm::sys;
use urpm::cfg;
-our $VERSION = '4.8.15';
+our $VERSION = '4.8.16';
our @ISA = qw(URPM);
use URPM;
diff --git a/urpmi.spec b/urpmi.spec
index 235c1f1c..4380c83d 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.15
+%define version 4.8.16
%define release %mkrel 1
%define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"')
@@ -274,6 +274,10 @@ if (-e "/etc/urpmi/urpmi.cfg") {
%ghost %_sys_macros_dir/urpmi.recover.macros
%changelog
+* Wed Mar 22 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.16-1mdk
+- Fix again transaction counter (and make it prettier)
+- More docs
+
* Tue Mar 21 2006 Rafael Garcia-Suarez <rgarciasuarez@mandriva.com> 4.8.15-1mdk
- Lock the urpmi db when adding a media
- Correct transaction count, even when repackaging, and better readability