summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-12-15 15:26:15 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-12-15 15:26:15 +0000
commit9568437aad4250e0a482013e56452f717e2b0ce2 (patch)
treef2a727ea5b6bc214eed16000be2cab8b523aa5d5
parent26ba75a1194098cd9f97417382250e43d652f3f3 (diff)
downloadurpmi-9568437aad4250e0a482013e56452f717e2b0ce2.tar
urpmi-9568437aad4250e0a482013e56452f717e2b0ce2.tar.gz
urpmi-9568437aad4250e0a482013e56452f717e2b0ce2.tar.bz2
urpmi-9568437aad4250e0a482013e56452f717e2b0ce2.tar.xz
urpmi-9568437aad4250e0a482013e56452f717e2b0ce2.zip
6.14.13
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 44f8cfe0..efac19b1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.14.13 - 15 December 2008
+
- urpmi
o --auto: do not prompt for "retry" on aria2 download failure
diff --git a/urpm.pm b/urpm.pm
index 667743aa..6ee79e26 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.14.12';
+our $VERSION = '6.14.13';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');