From 67f7cde6b91ccbfbcddd0bc8c21b568ed77902cc Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 13 Sep 2007 12:44:54 +0000 Subject: 2.00 --- NEWS | 2 ++ URPM.pm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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); -- cgit v1.2.1