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