aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-14 14:35:18 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-14 14:35:18 +0000
commit216c5d8c8a03238f40c89666e3da3f32ab628704 (patch)
tree5c818beabe41757fa85813dbf9b4f6ca584040b6
parent2ad10e21d48887d09e29c2d56445a669ef4c9613 (diff)
downloadperl-URPM-216c5d8c8a03238f40c89666e3da3f32ab628704.tar
perl-URPM-216c5d8c8a03238f40c89666e3da3f32ab628704.tar.gz
perl-URPM-216c5d8c8a03238f40c89666e3da3f32ab628704.tar.bz2
perl-URPM-216c5d8c8a03238f40c89666e3da3f32ab628704.tar.xz
perl-URPM-216c5d8c8a03238f40c89666e3da3f32ab628704.zip
2.012.01
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 25a87e6..e93f704 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 2.01 - 14 September 2007, by Pascal "Pixel" Rigaux
+
- fix bug occurring with --keep
- fix regression in 2.00: keep_unrequested_dependencies is still used by
installer. restore it, but must now be set trough
diff --git a/URPM.pm b/URPM.pm
index 517f387..fb5c329 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '2.00';
+our $VERSION = '2.01';
URPM->bootstrap($VERSION);