summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-03-25 13:13:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-03-25 13:13:47 +0000
commitb16b288c1d99ce8ff10031e6f122ccef981631c4 (patch)
tree6a4c5264cc69149f57decbc4f93716f67f5c4ee9
parent3b04147b3828ad1e30f7339921a50de59007f329 (diff)
downloadurpmi-b16b288c1d99ce8ff10031e6f122ccef981631c4.tar
urpmi-b16b288c1d99ce8ff10031e6f122ccef981631c4.tar.gz
urpmi-b16b288c1d99ce8ff10031e6f122ccef981631c4.tar.bz2
urpmi-b16b288c1d99ce8ff10031e6f122ccef981631c4.tar.xz
urpmi-b16b288c1d99ce8ff10031e6f122ccef981631c4.zip
5.16
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
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');