aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-02-25 20:50:28 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-02-25 20:50:28 +0000
commit7077fd62b83c597bbf4723352e8277329319cc12 (patch)
treec075c9a93b69988386b8f47abf3232d9797da465
parentc66332f83de6cad7b18a33b6ebb67007ab7758b4 (diff)
downloadperl-URPM-7077fd62b83c597bbf4723352e8277329319cc12.tar
perl-URPM-7077fd62b83c597bbf4723352e8277329319cc12.tar.gz
perl-URPM-7077fd62b83c597bbf4723352e8277329319cc12.tar.bz2
perl-URPM-7077fd62b83c597bbf4723352e8277329319cc12.tar.xz
perl-URPM-7077fd62b83c597bbf4723352e8277329319cc12.zip
2.09.2
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3322d98..d3ece45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 2.09.2 - 25 Februrary 2008, by Pascal "Pixel" Rigaux
+
- do not add FILENAME_TAG and FILESIZE_TAG to hdlist anymore,
deprecate ->filename and ->header_filename,
deprecate URPM::Build build_hdlist and parse_rpms_build_headers
diff --git a/URPM.pm b/URPM.pm
index f4adfc3..efe2413 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);