From 69a29b213922c292bf58aa8d32d97dcd3baee8f8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 14 Oct 2008 13:50:17 +0000 Subject: 5.19.7 --- NEWS | 5 ++--- urpm.pm | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index c395d86c..f320581c 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,8 @@ +Version 5.19.7 - 14 October 2008, by Pascal "Pixel" Rigaux + - urpmi.update: o handle --nocheck: it allows "mv /etc/urpmi/urpmi.cfg.{backup,} ; urpmi.update -a --nocheck" - -Version 5.19.6 - 14 October 2008, by Pascal "Pixel" Rigaux - - urpmi.addmedia: o handle mirrorlist with parameters: .../foo.list?reason=bar diff --git a/urpm.pm b/urpm.pm index e80833dd..b4b4e779 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '5.19.6'; +our $VERSION = '5.19.7'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); -- cgit v1.2.1