From 4fe6d13cb00abe64d9242ad22a26718391b52c10 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 13 Jan 2009 14:15:00 +0000 Subject: Version 6.20 --- NEWS | 10 ++++++---- urpm.pm | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 808507e3..45f3ce38 100644 --- a/NEWS +++ b/NEWS @@ -1,16 +1,18 @@ +Version 6.20 - 13 January 2009 + - urpmi o --auto: do not prompt for "retry" on aria2 download failure (regression introduced in 6.18) o add aria2 to the priority list of packages that need to be updated before restarting urpmi -- urpmi_rpm-find-leaves - o do not list suggested packages as unrequested packages (#46326) -- urpmq - o fix urpmq -i on local RPMs o fix issue with urpmi sometimes using the wrong key when checking signatures when the same package is available from different media o remove packages from installed-through-deps.list when they are explicitly requested using urpmi (even if they were already installed) (#45054) +- urpmi_rpm-find-leaves + o do not list suggested packages as unrequested packages (#46326) +- urpmq + o fix urpmq -i on local RPMs Version 6.19 - 24 November 2008 diff --git a/urpm.pm b/urpm.pm index 81adc6e8..9f02e7d6 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '6.19'; +our $VERSION = '6.20'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); -- cgit v1.2.1