From b16b288c1d99ce8ff10031e6f122ccef981631c4 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 25 Mar 2008 13:13:47 +0000 Subject: 5.16 --- NEWS | 2 ++ urpm.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index cb3b95e1..f2da4b5f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 5.16 - 25 March 2008, by Pascal "Pixel" Rigaux + - urpmi: o fix getting rpms from different media on same DVD o handle displaying utf8 download progression in non-utf8 terminal diff --git a/urpm.pm b/urpm.pm index a85ebb2d..6863e1a5 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '5.15'; +our $VERSION = '5.16'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); -- cgit v1.2.1