diff options
author | Sawyer X <xsawyerx@cpan.org> | 2018-04-21 16:15:54 +0200 |
---|---|---|
committer | Sawyer X <xsawyerx@cpan.org> | 2018-04-21 16:16:57 +0200 |
commit | 856dfe28f67eb29290eaea0f5092e8e7c2a8b6d8 (patch) | |
tree | 6ba215112589b63ae4a679adfef8139a016d46ec | |
parent | 5e7707996918123db165cf9a5c3d10a2fc1caab0 (diff) | |
download | perl-856dfe28f67eb29290eaea0f5092e8e7c2a8b6d8.tar.gz |
Devel-PPPort: Add Changes for recent versions
-rw-r--r-- | dist/Devel-PPPort/Changes | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dist/Devel-PPPort/Changes b/dist/Devel-PPPort/Changes index 1dbd8f7408..b0b085ef2c 100644 --- a/dist/Devel-PPPort/Changes +++ b/dist/Devel-PPPort/Changes @@ -1,3 +1,26 @@ +3.42 - 2018-04-21 + + * Include 'Changes' (this file) in the distribution. + +3.41 - 2018-04-21 + + * Fix security problem: CWE-134: Use of Externally-Controlled Format String. + * Fix WIDEST_UTYPE. + * Add the following functions: + croak_sv, die_sv, mess_sv, warn_sv, mess, vmess, warn_nocontext, + croak_nocontext, croak_no_modify, croak_memory_wrap, croak_xs_usage. + * Delist functions listed as deprecated or unstable. + * (perl #132876) define API macros on if the NEED_ macro is defined. + * (perl #132876) only define croak_xs_usage()'s assert macro if cxu requested. + * (perl #132761) updates for older perls. + * Do not define PERL_MAGIC_qr more times. + * Do not mask Perl_warn_nocontext and Perl_croak_nocontext. + (Fixes compile errors on older threaded Perl versions.) + * Skip ASCII tests on non-ASCII platforms. + * Skip tests invalid on EBCDIC. + * Will now compile under C++11. + * Documentation improvements. + 3.36 - 2017-05-14 * Support Perl 5.26.* which no longer has '.' in @INC |