aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-07-02 15:14:33 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-07-02 15:14:33 +0000
commitca1219cb28ad7ef95073a654bb1b103c9e1b69b2 (patch)
tree468aeff386214ec8186b4b7da718c921ee211a05
parent58b997826f660b99806ea10823229af5c7a7fa6a (diff)
downloadperl-URPM-ca1219cb28ad7ef95073a654bb1b103c9e1b69b2.tar
perl-URPM-ca1219cb28ad7ef95073a654bb1b103c9e1b69b2.tar.gz
perl-URPM-ca1219cb28ad7ef95073a654bb1b103c9e1b69b2.tar.bz2
perl-URPM-ca1219cb28ad7ef95073a654bb1b103c9e1b69b2.tar.xz
perl-URPM-ca1219cb28ad7ef95073a654bb1b103c9e1b69b2.zip
1.661.66
-rw-r--r--NEWS6
-rw-r--r--URPM.pm2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5e33b37..a66d990 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,15 @@
+Version 1.66 - 2 July 2007, by Pascal "Pixel" Rigaux
+
- fix --auto-select skipping some packages because of other packages providing
a more recent version, but no obsolete between those packages.
the fix is to revert commit from Aug 2002:
"fixed propable old package (according provides) requested by
request_packages_to_upgrade."
+Version 1.65 - 22 June 2007, by Olivier Thauvin
+
+- really fix arch_score evaluation
+
Version 1.64 - 12 June 2007, by Pascal "Pixel" Rigaux
- hack on $pkg->is_arch_compat to make it return true for noarch packages
diff --git a/URPM.pm b/URPM.pm
index 2a065af..3292ea4 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -10,7 +10,7 @@ use URPM::Resolve;
use URPM::Signature;
our @ISA = qw(DynaLoader);
-our $VERSION = '1.65';
+our $VERSION = '1.66';
URPM->bootstrap($VERSION);