From 38847b29235cae1d033e096ce31ae859f3e84763 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 17 Dec 2007 09:12:24 +0000 Subject: 2.09.1 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1761756..7478649 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 2.09.1 - 17 December 2007, by Pascal "Pixel" Rigaux + - suggests: handle both RPMTAG_SUGGESTSNAME (as done in SuSE and in Mandriva > 2008.0) and RPMTAG_REQUIRENAME + RPMSENSE_MISSINGOK (as done in Mandriva 2008.0) diff --git a/URPM.pm b/URPM.pm index 2dc3eb0..4cbb884 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '2.09'; +our $VERSION = '2.09.1'; URPM->bootstrap($VERSION); -- cgit v1.2.1