1PERL582DELTA(1)        Perl Programmers Reference Guide        PERL582DELTA(1)
2
3
4

NAME

6       perl582delta - what is new for perl v5.8.2
7

DESCRIPTION

9       This document describes differences between the 5.8.1 release and the
10       5.8.2 release.
11
12       If you are upgrading from an earlier release such as 5.6.1, first read
13       the perl58delta, which describes differences between 5.6.0 and 5.8.0,
14       and the perl581delta, which describes differences between 5.8.0 and
15       5.8.1.
16

Incompatible Changes

18       For threaded builds for modules calling certain re-entrant system
19       calls, binary compatibility was accidentally lost between 5.8.0 and
20       5.8.1.  Binary compatibility with 5.8.0 has been restored in 5.8.2,
21       which necessitates breaking compatibility with 5.8.1. We see this as
22       the lesser of two evils.
23
24       This will only affect people who have a threaded perl 5.8.1, and com‐
25       piled modules which use these calls, and now attempt to run the com‐
26       piled modules with 5.8.2. The fix is to re-compile and re-install the
27       modules using 5.8.2.
28

Core Enhancements

30       Hash Randomisation
31
32       The hash randomisation introduced with 5.8.1 has been amended. It tran‐
33       spired that although the implementation introduced in 5.8.1 was source
34       compatible with 5.8.0, it was not binary compatible in certain cases.
35       5.8.2 contains an improved implementation which is both source and
36       binary compatible with both 5.8.0 and 5.8.1, and remains robust against
37       the form of attack which prompted the change for 5.8.1.
38
39       We are grateful to the Debian project for their input in this area.
40       See "Algorithmic Complexity Attacks" in perlsec for the original ratio‐
41       nale behind this change.
42
43       Threading
44
45       Several memory leaks associated with variables shared between threads
46       have been fixed.
47

Modules and Pragmata

49       Updated Modules And Pragmata
50
51       The following modules and pragmata have been updated since Perl 5.8.1:
52
53       Devel::PPPort
54       Digest::MD5
55       I18N::LangTags
56       libnet
57       MIME::Base64
58       Pod::Perldoc
59       strict
60           Documentation improved
61
62       Tie::Hash
63           Documentation improved
64
65       Time::HiRes
66       Unicode::Collate
67       Unicode::Normalize
68       UNIVERSAL
69           Documentation improved
70

Selected Bug Fixes

72       Some syntax errors involving unrecognized filetest operators are now
73       handled correctly by the parser.
74

Changed Internals

76       Interpreter initialization is more complete when -DMULTIPLICITY is off.
77       This should resolve problems with initializing and destroying the Perl
78       interpreter more than once in a single process.
79

Platform Specific Problems

81       Dynamic linker flags have been tweaked for Solaris and OS X, which
82       should solve problems seen while building some XS modules.
83
84       Bugs in OS/2 sockets and tmpfile have been fixed.
85
86       In OS X "setreuid" and friends are troublesome - perl will now work
87       around their problems as best possible.
88

Future Directions

90       Starting with 5.8.3 we intend to make more frequent maintenance
91       releases, with a smaller number of changes in each. The intent is to
92       propagate bug fixes out to stable releases more rapidly and make
93       upgrading stable releases less of an upheaval. This should give end
94       users more flexibility in their choice of upgrade timing, and allow
95       them easier assessment of the impact of upgrades. The current plan is
96       for code freezes as follows
97
98       ·   5.8.3 23:59:59 GMT, Wednesday December 31st 2003
99
100       ·   5.8.4 23:59:59 GMT, Wednesday March 31st 2004
101
102       ·   5.8.5 23:59:59 GMT, Wednesday June 30th 2004
103
104       with the release following soon after, when testing is complete.
105
106       See "Future Directions" in perl581delta for more soothsaying.
107

Reporting Bugs

109       If you find what you think is a bug, you might check the articles
110       recently posted to the comp.lang.perl.misc newsgroup and the perl bug
111       database at http://bugs.perl.org/.  There may also be information at
112       http://www.perl.com/, the Perl Home Page.
113
114       If you believe you have an unreported bug, please run the perlbug pro‐
115       gram included with your release.  Be sure to trim your bug down to a
116       tiny but sufficient test case.  Your bug report, along with the output
117       of "perl -V", will be sent off to perlbug@perl.org to be analysed by
118       the Perl porting team.  You can browse and search the Perl 5 bugs at
119       http://bugs.perl.org/
120

SEE ALSO

122       The Changes file for exhaustive details on what changed.
123
124       The INSTALL file for how to build Perl.
125
126       The README file for general stuff.
127
128       The Artistic and Copying files for copyright information.
129
130
131
132perl v5.8.8                       2006-01-07                   PERL582DELTA(1)
Impressum