diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 3 insertions, 4 deletions
@@ -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 @@ -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); |