aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-13 12:44:54 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-13 12:44:54 +0000
commit67f7cde6b91ccbfbcddd0bc8c21b568ed77902cc (patch)
tree1fce565f20e4b10856921d706f629b513063058e
parent7adfb0f02827d69ce73542f7112e37b900ee939c (diff)
downloadperl-URPM-2.00.tar
perl-URPM-2.00.tar.gz
perl-URPM-2.00.tar.bz2
perl-URPM-2.00.tar.xz
perl-URPM-2.00.zip
2.002.00
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c9d2d28..b8341ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 2.00 - 13 September 2007, by Pascal "Pixel" Rigaux
+
- speedup is_arch_compat (7 times faster) by keeping the platform in a cache
- do not propose packages for non installed locales
- pass the prefered choices to {callback_choices}: this allows urpmi to select
diff --git a/URPM.pm b/URPM.pm
index 2673825..517f387 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '1.80';
+our $VERSION = '2.00';
URPM->bootstrap($VERSION);