diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-03 09:23:00 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-03 09:23:00 +0000 |
commit | 617768a914054de8b75f9610087de2cb07b9eb63 (patch) | |
tree | 8cd50265294bddbd3508bac2774068ef0116ee9a | |
parent | 3e997f8f64500be9f345902af75fd4434fcff00b (diff) | |
download | urpmi-617768a914054de8b75f9610087de2cb07b9eb63.tar urpmi-617768a914054de8b75f9610087de2cb07b9eb63.tar.gz urpmi-617768a914054de8b75f9610087de2cb07b9eb63.tar.bz2 urpmi-617768a914054de8b75f9610087de2cb07b9eb63.tar.xz urpmi-617768a914054de8b75f9610087de2cb07b9eb63.zip |
6.76.7
-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'); |