From a71a7307262a77cb636889eaefd64b8174566e19 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 27 Apr 2007 12:31:32 +0000 Subject: - 1.61 - add $trans->NElements and $trans->Element_name to be able to display name of uninstalled package in callback_uninst - fix b--obsoletes-->a and c--conflicts-->a prompting for upgrading a (need a fix in urpmi which rely on the $state->{rejected} to upgrade (-U) b instead of installing (-i) it) --- URPM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'URPM.pm') diff --git a/URPM.pm b/URPM.pm index da97f46..e19a0a3 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '1.60'; +our $VERSION = '1.61'; URPM->bootstrap($VERSION); -- cgit v1.2.1