From cd343e01d7982c538d3ade3344f6febbba258dc5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 26 Feb 2008 10:03:47 +0000 Subject: 2.09.2 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6fc1439..aa43247 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +Version 2.09.2 - 26 February 2007, by Pascal "Pixel" Rigaux + - add filesize to synthesis, add ->filesize to get it, and add selected_size_filesize() to compute the sum - fix regression in ->parse_rpm (introduced in 2.09.1) diff --git a/URPM.pm b/URPM.pm index 437cdda..a3bd59f 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.1'; +our $VERSION = '2.09.2'; URPM->bootstrap($VERSION); -- cgit v1.2.1