summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-07-18 11:54:18 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-10-04 09:25:34 +0200
commiteab0b8fad2892d12aa3976678638db455a611e31 (patch)
tree84836edcebe682ccdef80bd9a49062583b368c40 /NEWS
parent54cf0644e689d0ed007fc3bf918212f1f493231a (diff)
downloadurpmi-eab0b8fad2892d12aa3976678638db455a611e31.tar
urpmi-eab0b8fad2892d12aa3976678638db455a611e31.tar.gz
urpmi-eab0b8fad2892d12aa3976678638db455a611e31.tar.bz2
urpmi-eab0b8fad2892d12aa3976678638db455a611e31.tar.xz
urpmi-eab0b8fad2892d12aa3976678638db455a611e31.zip
adapt to perl-5.18's random hash keys ordering
(translate_why_removed_one) ensure we got the right reason (testsuite) adapt to new URPM predictible behaviour it was previously relying on the following fixed hash order: $ perl -MData::Dumper -e 'warn Dumper [ keys {'rr1', 'rr1', 'rr2', 'rr2'} ]; \ warn Dumper [ keys {'bb1', 'bb1', 'bb2', 'bb2-1'} ]' $VAR1 = [ 'rr2', 'rr1' ]; $VAR1 = [ 'bb1', 'bb2' ];
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e6eaafbb..ca453190 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
- library:
+ o adapt to perl-5.18
o prevent disabling removing orphan if we failed to detect running kernel
version