From c68dfff42ca1fcbf4e4c72bbe1f02c16211cfdce Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 11 Jan 2008 07:51:32 +0000 Subject: 3.06 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c16f747..22825bf 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 3.06 - 11 January 2008, by Pascal "Pixel" Rigaux + - add URPM::Package->changelogs, a wrapper around ->changelog_time, ->changelog_name, ->changelog_text - resolve kmod requires even if first choice is a source dkms diff --git a/URPM.pm b/URPM.pm index 303c618..d6bed11 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '3.05'; +our $VERSION = '3.06'; URPM->bootstrap($VERSION); -- cgit v1.2.1