summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-10-28 13:53:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-10-28 13:53:58 +0000
commitbf3521016087ec94f8ad7272406374af2a33a4b0 (patch)
tree0f2023faa907cdb78690eafc75c36f5528debe08
parent89a3bda63bc21a21715df3ce530ae85972ce96e6 (diff)
downloadurpmi-6.18.tar
urpmi-6.18.tar.gz
urpmi-6.18.tar.bz2
urpmi-6.18.tar.xz
urpmi-6.18.zip
6.186.18
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index af9f0d3f..f19084b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.18 - 28 October 2008
+
- urpmi, gurpmi
o prompt for "retry" on aria2 download failure
o retry once on aria2 versioned-file download failure
diff --git a/urpm.pm b/urpm.pm
index 016f002d..e3754a42 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.17';
+our $VERSION = '6.18';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');