diff options
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -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 @@ -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'); |