From f600b411177df8fa2747c02d187054a214cbd6a8 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 7 Mar 2008 16:50:07 +0000 Subject: 3.12 --- NEWS | 5 ++--- URPM.pm | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index acce1cd..ea1e657 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,8 @@ +Version 3.12 - 7 March 2008, by Pascal "Pixel" Rigaux + - do allow to promoting a pkg even if it has unsatisfied require (since the code will then fix the unsatisfied require). fixes "big transaction" (cf urpmi split-transactions--strict-require.t test_efgh()) - -Version 3.12 - - - rpm5.org port done (by Per Øyvind Karlsen) Version 3.11 - 26 February 2008, by Pascal "Pixel" Rigaux diff --git a/URPM.pm b/URPM.pm index b2c1967..6730659 100644 --- a/URPM.pm +++ b/URPM.pm @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '3.11'; +our $VERSION = '3.12'; URPM->bootstrap($VERSION); -- cgit v1.2.1