diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-07-02 15:14:33 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-07-02 15:14:33 +0000 |
commit | ca1219cb28ad7ef95073a654bb1b103c9e1b69b2 (patch) | |
tree | 468aeff386214ec8186b4b7da718c921ee211a05 | |
parent | 58b997826f660b99806ea10823229af5c7a7fa6a (diff) | |
download | perl-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-- | 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); |