diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-28 11:49:53 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-28 11:49:53 +0000 |
commit | 5f3d411cb9af407f2b63539e44abaf02f649433c (patch) | |
tree | 0eca0c2d624c5f263656f318247c243e47867173 | |
parent | a0c167908bc5dc7005146037b583a3ab4c6ce741 (diff) | |
download | perl-URPM-5f3d411cb9af407f2b63539e44abaf02f649433c.tar perl-URPM-5f3d411cb9af407f2b63539e44abaf02f649433c.tar.gz perl-URPM-5f3d411cb9af407f2b63539e44abaf02f649433c.tar.bz2 perl-URPM-5f3d411cb9af407f2b63539e44abaf02f649433c.tar.xz perl-URPM-5f3d411cb9af407f2b63539e44abaf02f649433c.zip |
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | URPM.pm | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +Version 2.05 - 28 September 2007, by Pascal "Pixel" Rigaux + - package promotion must respect strict_arch - enhance sorted graph by better taking into account conflicts from state->{rejected} (fixes "big transaction" in urpmi split-transactions--strict-require.t test) @@ -10,7 +10,7 @@ use URPM::Resolve; use URPM::Signature; our @ISA = qw(DynaLoader); -our $VERSION = '2.04'; +our $VERSION = '2.05'; URPM->bootstrap($VERSION); |