summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-02 14:05:39 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-02 14:05:39 +0000
commitaad2c29364f5fe14395533bcaa301ccd3a538bc6 (patch)
treef98a0b60e204327c3c2eeb04759acd17673ef4a8
parent5806510e0539110a7ad45527ee7054e43443cefa (diff)
downloadurpmi-6.6.tar
urpmi-6.6.tar.gz
urpmi-6.6.tar.bz2
urpmi-6.6.tar.xz
urpmi-6.6.zip
6.66.6
-rw-r--r--NEWS4
-rw-r--r--urpm.pm2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4bafb4ed..c0c6126c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
+Version 6.6 - 1 September 2008, Pascal "Pixel" Rigaux
+
- call aria2 with brand-new --uri-selector=adaptive
-Version 6.5 - 1 September 2008, Thierry Vignaud
+Version 6.5 - 1 September 2008, Pascal "Pixel" Rigaux
- all tools
o use metalink/aria2 by default (when available) when using a mirrorlist
diff --git a/urpm.pm b/urpm.pm
index 6945950f..b34286f9 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.5';
+our $VERSION = '6.6';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');