aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-02-26 10:03:47 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-02-26 10:03:47 +0000
commitcd343e01d7982c538d3ade3344f6febbba258dc5 (patch)
tree60cd5ba30c1722c9a026a13702e1c8ed07e2d687
parent7f3ce7fdbec05453adb8828138c55f41a51d147a (diff)
downloadperl-URPM-topic/2.09.tar
perl-URPM-topic/2.09.tar.gz
perl-URPM-topic/2.09.tar.bz2
perl-URPM-topic/2.09.tar.xz
perl-URPM-topic/2.09.zip
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
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);