From 1255c06c3082eece88c52395ee318746af7ec791 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 18 Sep 2008 16:48:13 +0000 Subject: 6.13 --- NEWS | 2 ++ urpm.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index e4567429..b84f2308 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/urpm.pm b/urpm.pm index 86ed7e51..2e6ff00e 100644 --- a/urpm.pm +++ b/urpm.pm @@ -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'); -- cgit v1.2.1