diff options
author | Reini Urban <rurban@x-ray.at> | 2013-05-28 22:46:12 +0200 |
---|---|---|
committer | Abhijit Menon-Sen <ams@toroid.org> | 2013-07-13 22:14:59 +0530 |
commit | f17010dab44137f3fb45ce35aa343cad9fc8fe0b (patch) | |
tree | 0c33b53b52bb16eb32aebc680ca3be9203f55183 /dist/Storable/ChangeLog | |
parent | 9f49f5e94687bc5f687292b495ab34349ed4d65a (diff) | |
download | perl-f17010dab44137f3fb45ce35aa343cad9fc8fe0b.tar.gz |
[perl #118139] Storable 2.42 - die in global destruction
Protect against SEGV during global destruction, e.g. when used
in DESTROY blocks.
[Part of a patch submitted by Reini. MANIFEST change added by the committer]
Diffstat (limited to 'dist/Storable/ChangeLog')
-rw-r--r-- | dist/Storable/ChangeLog | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/dist/Storable/ChangeLog b/dist/Storable/ChangeLog index 31e1b0ca25..ceaf12890f 100644 --- a/dist/Storable/ChangeLog +++ b/dist/Storable/ChangeLog @@ -1,4 +1,21 @@ -? +Thu May 23 09:59:33 CDT 2013 Reini Urban <rurban@cpanel.net> + + Protect against SEGV during global destruction when used + in DESTROY blocks [perl #118139]. + Compatibility fixes back to 5.6. + +Wed May 8 18:27:42 2013 -0600 Karl Williamson <public@khwilliamson.com> + Version 2.42 + + Remove core references to SVt_BIND (no changes) + +Sat Apr 13 17:45:10 2013 +0100 James E Keenan <jkeenan@cpan.org> + Version 2.41 + + Update INSTALLDIRS to favor installation under 'site' + (no changes) + +Fri Nov 30 23:03:09 2012 -0500 Steffen Mueller <smueller@cpan.org> Version 2.40 Security warnings section added |