aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS5
-rw-r--r--URPM.pm2
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);