summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-04-01 12:53:51 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-04-01 12:53:51 +0000
commit8012fede99c8f9776d78d322d2e8da72e852f8fb (patch)
treee5bb64f168722e977ebb1104f5d24ab8ee804f05
parentde59ae3c7f6be0b16b052a5d1f798aed1b4323a9 (diff)
downloadurpmi-8012fede99c8f9776d78d322d2e8da72e852f8fb.tar
urpmi-8012fede99c8f9776d78d322d2e8da72e852f8fb.tar.gz
urpmi-8012fede99c8f9776d78d322d2e8da72e852f8fb.tar.bz2
urpmi-8012fede99c8f9776d78d322d2e8da72e852f8fb.tar.xz
urpmi-8012fede99c8f9776d78d322d2e8da72e852f8fb.zip
5.18
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7d96e6ff..87bbd21f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 5.18 - 1 April 2008, by Pascal "Pixel" Rigaux
+
- urpmi.addmedia, urpmi.update:
o correctly handle media with no xml-info when using "xml-info: always"
(#39521)
diff --git a/urpm.pm b/urpm.pm
index 2bca7ec5..7f8c0924 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '5.17';
+our $VERSION = '5.18';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');