From: Karen Etheridge Date: Sun, 11 Sep 2016 00:33:41 +0000 (-0700) Subject: Sub-Name-0.20-TRIAL X-Git-Tag: v0.20^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=788cb708bfafd9be868024c4493fa34fe0b9a057;p=p5sagit%2FSub-Name.git Sub-Name-0.20-TRIAL - fix occasional segmentation fault on OpenBSD when malloc randomization causes nameptr to be at the beginning of the page (RT#117072, Alexander Bluhm) --- diff --git a/CONTRIBUTING b/CONTRIBUTING index ff31c74..3fdcfb0 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -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 --- 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) diff --git a/README.pod b/README.pod index b4487d2..96e3fff 100644 --- a/README.pod +++ b/README.pod @@ -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 =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 =item * -Matthijs van Duin +Reini Urban =item * -Reini Urban +Matthijs van Duin =item * @@ -107,6 +107,10 @@ Aristotle Pagaltzis J.R. Mash +=item * + +Alexander Bluhm + =back =head1 COPYRIGHT AND LICENSE diff --git a/ppport.h b/ppport.h index 4412626..f9de855 100644 --- 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.