aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-03-07 16:50:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-03-07 16:50:07 +0000
commitf600b411177df8fa2747c02d187054a214cbd6a8 (patch)
tree70a9eaf10e7ff35dbef735b556e95f01b6bd5f62
parent3ab39b26ce27f177ac50f27d7541e683fca23638 (diff)
downloadperl-URPM-f600b411177df8fa2747c02d187054a214cbd6a8.tar
perl-URPM-f600b411177df8fa2747c02d187054a214cbd6a8.tar.gz
perl-URPM-f600b411177df8fa2747c02d187054a214cbd6a8.tar.bz2
perl-URPM-f600b411177df8fa2747c02d187054a214cbd6a8.tar.xz
perl-URPM-f600b411177df8fa2747c02d187054a214cbd6a8.zip
3.123.12
-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);