summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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');