From a0bec10b835fae1422e289587db1ea83a24db9ba Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 21 Mar 2006 17:32:58 +0000 Subject: 4.8.15 --- ChangeLog | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ urpm.pm | 2 +- urpmi.spec | 7 ++++++- 3 files changed, 70 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f3c5057a..e1cff5c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2006-03-21 18:28 Rafael Garcia-Suarez + + * MANIFEST, Makefile.PL, pod/fr/urpmi.8.pod, pod/fr/urpmi.fr.8.pod: + Rename fr man page + +2006-03-21 18:17 Rafael Garcia-Suarez + + * Makefile.PL: Tweak the localized manpage installation process, so + we can have different names for man pages in different languages + +2006-03-21 17:23 Rafael Garcia-Suarez + + * urpm.pm: Add a hint for users that run urpmq as non-root and who + have trouble with password-protected media + +2006-03-21 16:31 Rafael Garcia-Suarez + + * pod/: urpmi.8.pod, fr/urpmi.8.pod: Assorted doc fixes + +2006-03-21 16:16 Rafael Garcia-Suarez + + * pod/: urpmi.8.pod, urpmi.cfg.5.pod, urpmi.update.8.pod, + urpmq.8.pod: More docs for rsync-options + +2006-03-21 16:12 Rafael Garcia-Suarez + + * pod/urpmi.addmedia.8.pod: Update documentation for adding ssh + media + +2006-03-21 15:20 Rafael Garcia-Suarez + + * urpmi.addmedia: Fix error reporting on missing "with" + +2006-03-20 19:12 Rafael Garcia-Suarez + + * urpm.pm: Better alignment of progress bars. Remove incorrect + total count. + +2006-03-20 19:05 Rafael Garcia-Suarez + + * urpm.pm: Count correctly even when repackaging + +2006-03-20 19:00 Rafael Garcia-Suarez + + * urpm.pm: Remove dead branch + +2006-03-20 17:58 Rafael Garcia-Suarez + + * urpm.pm, urpmi.addmedia: Lock the urpmi db when adding a new + media (previously it was locked only on update) + +2006-03-20 17:10 Rafael Garcia-Suarez + + * Makefile.PL: More ugly makefile hacks + +2006-03-20 16:29 Rafael Garcia-Suarez + + * urpm.pm, urpmi.spec: 4.8.14 + 2006-03-20 16:19 Rafael Garcia-Suarez * MANIFEST, pod/fr/urpmi.8.pod: Add urpmi man page translation in @@ -7,6 +66,10 @@ * Makefile.PL: Install localized manpages if asked +2006-03-20 16:19 Rafael Garcia-Suarez + + * Makefile.PL: Install localized manpages if asked + 2006-03-20 16:17 Rafael Garcia-Suarez * po/ja.po: Malformed translation diff --git a/urpm.pm b/urpm.pm index 5c3cf2f4..43c1c8af 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.8.14'; +our $VERSION = '4.8.15'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index 8e31495e..235c1f1c 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.14 +%define version 4.8.15 %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 +* Tue Mar 21 2006 Rafael Garcia-Suarez 4.8.15-1mdk +- Lock the urpmi db when adding a media +- Correct transaction count, even when repackaging, and better readability +- Enhance a couple of error messages + * Mon Mar 20 2006 Rafael Garcia-Suarez 4.8.14-1mdk - Add --auto-select, --media and --searchmedia options to gurpmi - Various gurpmi fixes (Thierry Vignaud) -- cgit v1.2.1