Sub-Name-0.20-TRIAL v0.20
Karen Etheridge [Sun, 11 Sep 2016 00:33:41 +0000 (17:33 -0700)]
    - fix occasional segmentation fault on OpenBSD when malloc randomization
      causes nameptr to be at the beginning of the page (RT#117072, Alexander
      Bluhm)

CONTRIBUTING
Changes
README.pod
ppport.h

index ff31c74..3fdcfb0 100644 (file)
@@ -99,4 +99,4 @@ request to the .mailmap file to contain the correct mapping.
 
 
 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 0.012 from a
-template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.118.
+template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.120.
diff --git a/Changes b/Changes
index 47db855..527a954 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Sub-Name
 
-{{$NEXT}}
+0.20      2016-09-11 00:33:10Z (TRIAL RELEASE)
     - fix occasional segmentation fault on OpenBSD when malloc randomization
       causes nameptr to be at the beginning of the page (RT#117072, Alexander
       Bluhm)
index b4487d2..96e3fff 100644 (file)
@@ -8,7 +8,7 @@ Sub::Name - (Re)name a sub
 
 =head1 VERSION
 
-version 0.19
+version 0.20
 
 =head1 SYNOPSIS
 
@@ -67,7 +67,7 @@ Matthijs van Duin <xmath@cpan.org>
 
 =head1 CONTRIBUTORS
 
-=for stopwords Karen Etheridge Leon Timmermans Florian Ragwitz Matthijs van Duin Reini Urban gfx Dagfinn Ilmari MannsÃ¥ker Aristotle Pagaltzis J.R. Mash
+=for stopwords Karen Etheridge Leon Timmermans Florian Ragwitz Reini Urban Matthijs van Duin gfx Dagfinn Ilmari MannsÃ¥ker Aristotle Pagaltzis J.R. Mash Alexander Bluhm
 
 =over 4
 
@@ -85,11 +85,11 @@ Florian Ragwitz <rafl@debian.org>
 
 =item *
 
-Matthijs van Duin <xmath-no-spam@nospam.cpan.org>
+Reini Urban <rurban@cpanel.net>
 
 =item *
 
-Reini Urban <rurban@cpanel.net>
+Matthijs van Duin <xmath-no-spam@nospam.cpan.org>
 
 =item *
 
@@ -107,6 +107,10 @@ Aristotle Pagaltzis <pagaltzis@gmx.de>
 
 J.R. Mash <jmash.code@gmail.com>
 
+=item *
+
+Alexander Bluhm <alexander.bluhm@gmx.net>
+
 =back
 
 =head1 COPYRIGHT AND LICENSE
index 4412626..f9de855 100644 (file)
--- a/ppport.h
+++ b/ppport.h
@@ -6,7 +6,7 @@
 
     ppport.h -- Perl/Pollution/Portability Version 3.35
 
-    Automatically created by Devel::PPPort running under perl 5.025003.
+    Automatically created by Devel::PPPort running under perl 5.025004.
 
     Do NOT edit this file directly! -- Edit PPPort_pm.PL and the
     includes in parts/inc/ instead.