From 3295eb95900eeddf3abf828c11c0b5edcb3586b0 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 28 Feb 2006 17:15:31 +0000 Subject: 4.8.12 --- ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++ urpm.pm | 2 +- urpmi.spec | 7 ++++++- 3 files changed, 49 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6733f006..99eeb7d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2006-02-28 17:06 Rafael Garcia-Suarez + + * urpm.pm, urpmi: Less verbosity with urpmi -q + +2006-02-28 15:00 Rafael Garcia-Suarez + + * pod/: urpmf.8.pod, urpmi.8.pod, urpmq.8.pod: Clarify doc for + --sortmedia option + +2006-02-28 14:14 Rafael Garcia-Suarez + + * urpm/msg.pm: Avoid an undefined subroutine warning during global + destruction if Sys::Syslog is not present. + +2006-02-27 09:59 Rafael Garcia-Suarez + + * po/fr.po: Remove messages that don't exist + +2006-02-22 08:22 Shiva Huang + + * po/zh_TW.po: updated po file + +2006-02-21 00:52 neoclust + + * po/fr.po: Update translation by Kournikola + +2006-02-20 11:13 Shiva Huang + + * po/zh_TW.po: updated po file + +2006-02-18 08:39 Shiva Huang + + * po/zh_TW.po: updated po file + +2006-02-17 14:30 Pavel Maryanov + + * po/ru.po: updated translation + +2006-02-17 12:16 Rafael Garcia-Suarez + + * urpm.pm, urpmi.spec: 4.8.11-1mdk + 2006-02-17 12:09 Rafael Garcia-Suarez * urpm.pm, pod/urpmi.cfg.5.pod, urpm/cfg.pm: Let "ignoresize" be diff --git a/urpm.pm b/urpm.pm index bbedfbda..ca744c99 100644 --- a/urpm.pm +++ b/urpm.pm @@ -11,7 +11,7 @@ use urpm::util; use urpm::sys; use urpm::cfg; -our $VERSION = '4.8.11'; +our $VERSION = '4.8.12'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index 9df3d8c4..34997145 100644 --- a/urpmi.spec +++ b/urpmi.spec @@ -7,7 +7,7 @@ ################################################################## %define name urpmi -%define version 4.8.11 +%define version 4.8.12 %define release %mkrel 1 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -276,6 +276,11 @@ if (-e "/etc/urpmi/urpmi.cfg") { %ghost %_sys_macros_dir/urpmi.recover.macros %changelog +* Tue Feb 28 2006 Rafael Garcia-Suarez 4.8.12-1mdk +- Less verbosity with urpmi -q +- Translation and doc updates +- avoid a perl warning in urpmi.recover + * Fri Feb 17 2006 Rafael Garcia-Suarez 4.8.11-1mdk - New option, urpmi.recover --disable - Docs fixes -- cgit v1.2.1