diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2008-09-18 16:48:13 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2008-09-18 16:48:13 +0000 |
commit | 1255c06c3082eece88c52395ee318746af7ec791 (patch) | |
tree | e79c1b78869f3255c12183cb18725f40205bfdbb | |
parent | 8564f3adf86c6280d5a7fb35177c6c42e92129be (diff) | |
download | urpmi-1255c06c3082eece88c52395ee318746af7ec791.tar urpmi-1255c06c3082eece88c52395ee318746af7ec791.tar.gz urpmi-1255c06c3082eece88c52395ee318746af7ec791.tar.bz2 urpmi-1255c06c3082eece88c52395ee318746af7ec791.tar.xz urpmi-1255c06c3082eece88c52395ee318746af7ec791.zip |
6.136.13
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | urpm.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 6.13 - 18 September 2008 + - aria2: o use new option --connect-timeout (need aria2 20080918 snapshot) o abort download after not finding a file on 3 servers @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '6.12'; +our $VERSION = '6.13'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); |