From 447d53a0d15fd611c76d30158c58d13892970ca7 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Tue, 12 Jan 2010 15:23:53 +0000 Subject: 6.33 --- NEWS | 5 +++++ urpm.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dd832298..9bb27b58 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 6.33 - 12 January 2010 + - invalidate mirror list cache when it's an old format (ie one which does not store the time of product.id) - fix urpmq --sources documentation (in --help) @@ -6,6 +8,9 @@ medium for which we don't want to cache metadata) - ignore gpg_pubkey packages in urpmq --not-available - fix not being able to remove orphan kernels due to dkms packages (#53414) +- allow use of $RELEASE/$ARCH with urpmi.addmedia --distrib +- fix media redirection (was broken when trying to fix #52276) +- fix bash completion script (#54946) Version 6.32 - 29 October 2009 diff --git a/urpm.pm b/urpm.pm index 4f1a40d7..53c36237 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '6.32'; +our $VERSION = '6.33'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); -- cgit v1.2.1