From fce7df9d609e85af5ae20b89f097e76a03fc5faa Mon Sep 17 00:00:00 2001 From: Nicolas R Date: Thu, 7 Nov 2019 11:40:08 -0700 Subject: Prepare Changelog and version for coming release --- dist/Devel-PPPort/Changes | 22 ++++++++++++++++++++++ dist/Devel-PPPort/PPPort_pm.PL | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) (limited to 'dist/Devel-PPPort') diff --git a/dist/Devel-PPPort/Changes b/dist/Devel-PPPort/Changes index f01d8c7a5b..5aff2bc8da 100644 --- a/dist/Devel-PPPort/Changes +++ b/dist/Devel-PPPort/Changes @@ -1,5 +1,27 @@ Revision history for Devel-PPPort + 3.55 - 2019-11-07 + + * Fix p5-Text-Xslate on Perl 5.8.5 (Nicolas R) + * Fix EBCDIC build problem (Karl Williamson) + * Fix isGRAPH_L1() bug (Karl Williamson) + * utf8_to_uvchr_buf: Fix error checking on early EBCDICs and proper length (Karl Williamson) + * HACKERS: fix typos and clarification (Karl Williamson) + * Update bugtracker and repository URLs (Nicolas R) (upstream/urls) + * Add warning about UTF-8 unreliable in early perls (Karl Williamson) + * Add withinCOUNT and inRANGE (Karl Williamson) + * Implement G_RETHROW for eval_sv (Pali) + * Backport some isFOO_LC macros (Karl Williamson) + * Backport isFOO_LC_utf8_safe() (Karl Williamson) + * Backport toFOO_uvchr() (Karl Williamson) + * Backport isFOO_uvchr() (Karl Williamson) + * Backport isFOO_utf8_safe() macros (Karl Williamson) + * Backport toLOWER_utf8_safe and kin (Karl Williamson) + * Backport UTF8_MAXBYTES_CASE (Karl Williamson) + * Backport UTF8_CHK_SKIP (Karl Williamson) + * Backport UTF8_SKIP (Karl Williamson) + * Backport UNI to/from NATIVE (Karl Williamson) + 3.54 - 2019-09-27 * Fix Unix-format path in Devel::PPPort's Makefile.PL diff --git a/dist/Devel-PPPort/PPPort_pm.PL b/dist/Devel-PPPort/PPPort_pm.PL index a93d2e5de1..29708a76c2 100644 --- a/dist/Devel-PPPort/PPPort_pm.PL +++ b/dist/Devel-PPPort/PPPort_pm.PL @@ -711,7 +711,7 @@ package Devel::PPPort; use strict; use vars qw($VERSION $data); -$VERSION = '3.54'; +$VERSION = '3.55'; sub _init_data { -- cgit v1.2.1