summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-10-23 14:51:44 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-10-23 14:51:44 +0000
commit8126fa9e771ed54553b9ddef15a5577e55e3b621 (patch)
tree5f0760cf55644938fcc9ba7896a99a200de5be4c
parent50f0213fb3ca43669178f0344c2c012de74c6dec (diff)
downloadurpmi-8126fa9e771ed54553b9ddef15a5577e55e3b621.tar
urpmi-8126fa9e771ed54553b9ddef15a5577e55e3b621.tar.gz
urpmi-8126fa9e771ed54553b9ddef15a5577e55e3b621.tar.bz2
urpmi-8126fa9e771ed54553b9ddef15a5577e55e3b621.tar.xz
urpmi-8126fa9e771ed54553b9ddef15a5577e55e3b621.zip
6.14.10
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dc07f448..d13251f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.14.10 - 23 October 2008
+
- urpmi, gurpmi
o retry once on aria2 versioned-file download failure
diff --git a/urpm.pm b/urpm.pm
index 26c949ba..b209615f 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.14.9';
+our $VERSION = '6.14.10';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');