summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-23 16:42:42 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-23 16:42:42 +0000
commit58fef8f64c077200d707196c8912e2a201fafcc1 (patch)
treeb954b17d8c567f8c83509c54c66ee6755946b46e
parent6ab442c86c4581b14dfda3af83259c3490266d25 (diff)
downloadurpmi-58fef8f64c077200d707196c8912e2a201fafcc1.tar
urpmi-58fef8f64c077200d707196c8912e2a201fafcc1.tar.gz
urpmi-58fef8f64c077200d707196c8912e2a201fafcc1.tar.bz2
urpmi-58fef8f64c077200d707196c8912e2a201fafcc1.tar.xz
urpmi-58fef8f64c077200d707196c8912e2a201fafcc1.zip
6.146.14
-rw-r--r--NEWS2
-rw-r--r--urpm.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 27066760..df8580a4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 6.14 - 23 September 2008
+
- use "versioned" media_info files
(needed for aria2 to handle mirrors not having some media_info/*)
- urpmi.addmedia, urpmi.update:
diff --git a/urpm.pm b/urpm.pm
index d98fac32..d9d54ff3 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.13';
+our $VERSION = '6.14';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');