aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-28 11:49:53 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-28 11:49:53 +0000
commit5f3d411cb9af407f2b63539e44abaf02f649433c (patch)
tree0eca0c2d624c5f263656f318247c243e47867173
parenta0c167908bc5dc7005146037b583a3ab4c6ce741 (diff)
downloadperl-URPM-2.06.tar
perl-URPM-2.06.tar.gz
perl-URPM-2.06.tar.bz2
perl-URPM-2.06.tar.xz
perl-URPM-2.06.zip
-rw-r--r--NEWS2
-rw-r--r--URPM.pm2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 77f4862..7405ca3 100644
--- a/NEWS
+++ b/NEWS
@@ -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)
diff --git a/URPM.pm b/URPM.pm
index d4d1a8e..5b329b2 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -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);