aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-09-18 16:07:19 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-09-18 16:07:19 +0000
commit285637ea4904d4eb6b87510b446999faba9db52b (patch)
treede8a3751d764440cd947e6fc2b1214f55eced2f6 /NEWS
parenteb7964172b2adfdb2dca493348089bbf7f26d5de (diff)
downloadperl-URPM-285637ea4904d4eb6b87510b446999faba9db52b.tar
perl-URPM-285637ea4904d4eb6b87510b446999faba9db52b.tar.gz
perl-URPM-285637ea4904d4eb6b87510b446999faba9db52b.tar.bz2
perl-URPM-285637ea4904d4eb6b87510b446999faba9db52b.tar.xz
perl-URPM-285637ea4904d4eb6b87510b446999faba9db52b.zip
- fix regression in 2.00: we can't cache the platform, cache the result of
is_arch_compat instead ie: - revert commits on URPM.xs which introduced the cache on platform - rename is_arch_compat to is_arch_compat__XS in URPM.xs - create URPM::Package::is_arch_compat in URPM.pm
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fd145f1..51143a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
- choose every kernel-<flavor>-devel-<version> packages when
kernel-<flavor>-<version> is selected
+- fix regression in 2.00: we can't cache the platform, cache the result of
+ is_arch_compat instead
Version 2.01 - 14 September 2007, by Pascal "Pixel" Rigaux