aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);