summaryrefslogtreecommitdiff
path: root/dist/Devel-PPPort
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2019-11-07 11:40:08 -0700
committerNicolas R <atoomic@cpan.org>2019-11-08 12:01:13 -0700
commitfce7df9d609e85af5ae20b89f097e76a03fc5faa (patch)
tree68ed345255f3e040d06273fe90bf185e2147cd17 /dist/Devel-PPPort
parentc471c260aac59c98bfa789a090cb972d95ab8e82 (diff)
downloadperl-fce7df9d609e85af5ae20b89f097e76a03fc5faa.tar.gz
Prepare Changelog and version for coming release
Diffstat (limited to 'dist/Devel-PPPort')
-rw-r--r--dist/Devel-PPPort/Changes22
-rw-r--r--dist/Devel-PPPort/PPPort_pm.PL2
2 files changed, 23 insertions, 1 deletions
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
{