From b6f1fd35dad5aa81ce434209c4fa60abb0f65912 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 Sep 2008 15:45:26 +0000 Subject: 6.8 --- NEWS | 2 ++ urpm.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 60d42347..be28116c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 6.8 - 4 September 2008, Pascal "Pixel" Rigaux + - fix proxy parameter for aria2 - remove rsync mirrors when calling aria2 - urpmi diff --git a/urpm.pm b/urpm.pm index 4982bc09..991bc417 100644 --- a/urpm.pm +++ b/urpm.pm @@ -12,7 +12,7 @@ use urpm::sys; use urpm::cfg; use urpm::md5sum; -our $VERSION = '6.7'; +our $VERSION = '6.8'; our @ISA = qw(URPM Exporter); our @EXPORT_OK = ('file_from_local_url', 'file_from_local_medium', 'is_local_medium'); -- cgit v1.2.1