From 617768a914054de8b75f9610087de2cb07b9eb63 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 3 Sep 2008 09:23:00 +0000 Subject: 6.7 --- NEWS | 4 +++- urpm.pm | 2 +- 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'); -- cgit v1.2.1