From 0b88c3466e47ef6e88c0fdaddbb349da4cb7a3eb Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 11 Mar 2008 15:00:53 +0000 Subject: 5.10 --- NEWS | 4 +++- urpm.pm | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5afc90d8..813fdb66 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ +Version 5.10 - 11 March 2008, by Pascal "Pixel" Rigaux + - gurpmi: - o fix breakage introduced with priority upgrades support (#38738) + o fix breakage introduced with priority upgrades support (#38738) (tvignaud) - bash-completion: o restore available-pkgs completion using "urpmq --list" by default (it needed COMP_URPMI_HDLISTS to be set, but it should be fast enough now) diff --git a/urpm.pm b/urpm.pm index 80aeda88..ea776f8d 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '5.9'; +our $VERSION = '5.10'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); -- cgit v1.2.1