aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-12-17 09:12:24 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-12-17 09:12:24 +0000
commit38847b29235cae1d033e096ce31ae859f3e84763 (patch)
treeb9d40b3125c96ed0088f6248c8d5f2b75c076e72
parent24f28f296b5794f6747f43fd1c86230997c6c187 (diff)
downloadperl-URPM-38847b29235cae1d033e096ce31ae859f3e84763.tar
perl-URPM-38847b29235cae1d033e096ce31ae859f3e84763.tar.gz
perl-URPM-38847b29235cae1d033e096ce31ae859f3e84763.tar.bz2
perl-URPM-38847b29235cae1d033e096ce31ae859f3e84763.tar.xz
perl-URPM-38847b29235cae1d033e096ce31ae859f3e84763.zip
2.09.1
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
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);