summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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');