From 7d7c3b805792f81ad375150b07c6ef489da08da8 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 20 Jun 2006 15:28:16 +0000 Subject: Release 4.8.21 --- ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++++ urpm.pm | 2 +- urpmi.spec | 8 +++++++- 3 files changed, 49 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9232d610..bbd9035b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2006-06-20 15:20 Rafael Garcia-Suarez + + * urpmi: Remove old rpm db log files when restarting one self + +2006-06-20 13:54 Rafael Garcia-Suarez + + * urpmi: Don't ignore modified but unselected media on + auto-update. (bug #22354) + +2006-06-14 10:11 Rafael Garcia-Suarez + + * urpmi.recover: Check if we can open the rpmdb in urpmi.recover + +2006-06-13 15:44 Rafael Garcia-Suarez + + * rurpme: Typo (misc) + +2006-06-13 13:10 Rafael Garcia-Suarez + + * MANIFEST, pod/rurpmi.8.pod: Adjust manifest. Add new forbidden + option in rurpmi manpage. + +2006-06-13 13:08 Rafael Garcia-Suarez + + * Makefile.PL, pod/rurpme.8.pod, rurpme, urpm/args.pm, urpme, + urpmi.spec: Add the rurpme(8) command + +2006-06-13 12:49 Rafael Garcia-Suarez + + * urpmi: Forbid rurpmi --noscripts + +2006-06-12 11:57 Rafael Garcia-Suarez + + * ChangeLog, urpm.pm, urpmi.spec: 4.8.20 + 2006-06-12 09:47 Rafael Garcia-Suarez * pod/urpmi.addmedia.8.pod: Document the two new options in the @@ -9,6 +44,12 @@ --all-media independent in urpmi.addmedia. Plus spelling fixes. +2006-06-12 09:43 Rafael Garcia-Suarez + + * urpm.pm, urpmi.addmedia: Make options --interactive and + --all-media independent in urpmi.addmedia. + Plus spelling fixes. + 2006-06-11 18:40 Olivier Thauvin * urpm/args.pm, urpmi.addmedia: - restore old behavior of diff --git a/urpm.pm b/urpm.pm index 80ac42bc..059fb7d3 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use MDV::Distribconf; -our $VERSION = '4.8.20'; +our $VERSION = '4.8.21'; our @ISA = qw(URPM); use URPM; diff --git a/urpmi.spec b/urpmi.spec index 194f04e9..245e3721 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.20 +%define version 4.8.21 %define release %mkrel 1 %define group %(perl -e 'print "%_vendor" =~ /\\bmandr/i ? "System/Configuration/Packaging" : "System Environment/Base"') @@ -275,6 +275,12 @@ if (-e "/etc/urpmi/urpmi.cfg") { %ghost %_sys_macros_dir/urpmi.recover.macros %changelog +* Tue Jun 20 2006 Rafael Garcia-Suarez 4.8.21-1mdv2007.0 +- New command rurpme +- Forbid rurpmi --noscripts +- Don't ignore unselected media with --auto-update +- Remove old rpmdb log files at restart + * Mon Jun 12 2006 Rafael Garcia-Suarez 4.8.20-1mdv2007.0 - New options to urpmi.addmedia: --interactive and --all-media (Olivier Thauvin) - urpmi.addmedia --distrib now uses media.cfg instead of hdlists (Olivier Thauvin) -- cgit v1.2.1