summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-03 09:23:00 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-03 09:23:00 +0000
commit617768a914054de8b75f9610087de2cb07b9eb63 (patch)
tree8cd50265294bddbd3508bac2774068ef0116ee9a
parent3e997f8f64500be9f345902af75fd4434fcff00b (diff)
downloadurpmi-617768a914054de8b75f9610087de2cb07b9eb63.tar
urpmi-617768a914054de8b75f9610087de2cb07b9eb63.tar.gz
urpmi-617768a914054de8b75f9610087de2cb07b9eb63.tar.bz2
urpmi-617768a914054de8b75f9610087de2cb07b9eb63.tar.xz
urpmi-617768a914054de8b75f9610087de2cb07b9eb63.zip
6.76.7
-rw-r--r--NEWS4
-rw-r--r--urpm.pm2
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 0a45e541..a35565af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
+Version 6.7 - 3 September 2008, Pascal "Pixel" Rigaux
+
- really call aria2 with --max-tries=1
(it helps a lot when trying to download some files (eg: reconfig.urpmi))
-Version 6.6 - 1 September 2008, Pascal "Pixel" Rigaux
+Version 6.6 - 2 September 2008, Pascal "Pixel" Rigaux
- call aria2 with brand-new --uri-selector=adaptive
diff --git a/urpm.pm b/urpm.pm
index b34286f9..e19cc745 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -12,7 +12,7 @@ use urpm::sys;
use urpm::cfg;
use urpm::md5sum;
-our $VERSION = '6.6';
+our $VERSION = '6.7';
our @ISA = qw(URPM Exporter);
our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium');