Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit f300dd2

Browse files
committed
Release cperl-5.27.1
Update pods: perlhist and delta's.
1 parent 97bc409 commit f300dd2

34 files changed

+4556
-7772
lines changed

MANIFEST

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5138,27 +5138,20 @@ pod/perl5222delta.pod Perl changes in version 5.22.2
51385138
pod/perl5223cdelta.pod cperl changes in version 5.22.3c
51395139
pod/perl5223delta.pod Perl changes in version 5.22.3
51405140
pod/perl5224cdelta.pod cperl changes in version 5.22.4c
5141+
pod/perl5224delta.pod Perl changes in version 5.22.4
51415142
pod/perl5240cdelta.pod cperl changes in version 5.24.0c
51425143
pod/perl5240delta.pod Perl changes in version 5.24.0
51435144
pod/perl5241cdelta.pod cperl changes in version 5.24.1c
51445145
pod/perl5241delta.pod Perl changes in version 5.24.1
51455146
pod/perl5242cdelta.pod cperl changes in version 5.24.2c
5146-
pod/perl5250delta.pod Perl changes in version 5.25.0
5147-
pod/perl52510delta.pod Perl changes in version 5.25.10
5148-
pod/perl52511delta.pod Perl changes in version 5.25.11
5149-
pod/perl52512delta.pod Perl changes in version 5.25.12
5150-
pod/perl5251delta.pod Perl changes in version 5.25.1
5151-
pod/perl5252delta.pod Perl changes in version 5.25.2
5152-
pod/perl5253delta.pod Perl changes in version 5.25.3
5153-
pod/perl5254delta.pod Perl changes in version 5.25.4
5154-
pod/perl5255delta.pod Perl changes in version 5.25.5
5155-
pod/perl5256delta.pod Perl changes in version 5.25.6
5156-
pod/perl5257delta.pod Perl changes in version 5.25.7
5157-
pod/perl5258delta.pod Perl changes in version 5.25.8
5158-
pod/perl5259delta.pod Perl changes in version 5.25.9
5147+
pod/perl5242delta.pod Perl changes in version 5.24.2
51595148
pod/perl5260cdelta.pod cperl changes in version 5.26.0c
5149+
pod/perl5260delta.pod Perl changes in version 5.26.0
51605150
pod/perl5261cdelta.pod cperl changes in version 5.26.1c
51615151
pod/perl5270cdelta.pod cperl changes in version 5.27.0c
5152+
pod/perl5270delta.pod Perl changes in version 5.27.0
5153+
pod/perl5271delta.pod Perl changes in version 5.27.1
5154+
pod/perl5272delta.pod Perl changes in version 5.27.2
51625155
pod/perl561delta.pod Perl changes in version 5.6.1
51635156
pod/perl56delta.pod Perl changes in version 5.6
51645157
pod/perl581delta.pod Perl changes in version 5.8.1
@@ -5188,7 +5181,7 @@ pod/perldbmfilter.pod Perl DBM filters
51885181
pod/perldebguts.pod Perl debugging guts and tips
51895182
pod/perldebtut.pod Perl debugging tutorial
51905183
pod/perldebug.pod Perl debugging
5191-
pod/perldelta.pod Perl changes since previous version
5184+
pod/perldelta.pod Perl changes for upcoming version 5.27.3
51925185
pod/perldeprecation.pod Perl deprecations
51935186
pod/perldiag.pod Perl diagnostic messages
51945187
pod/perldsc.pod Perl data structures intro

Makefile.SH

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ perlmain_dep = $(perlmain_objs)
594594
esac
595595

596596
$spitshell >>$Makefile <<'!NO!SUBS!'
597-
perltoc_pod_prereqs = extra.pods pod/perl5260delta.pod pod/perl5271cdelta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
597+
perltoc_pod_prereqs = extra.pods pod/perl5271cdelta.pod pod/perl5273delta.pod pod/perlapi.pod pod/perlintern.pod pod/perlmodlib.pod pod/perluniprops.pod
598598
599599
generated_pods = pod/perltoc.pod $(perltoc_pod_prereqs)
600600
generated_headers = uudmap.h bitcount.h mg_data.h
@@ -1237,14 +1237,14 @@ pod/perlintern.pod: $(MINIPERL_EXE) autodoc.pl embed.fnc
12371237
pod/perlmodlib.pod: $(MINIPERL_EXE) pod/perlmodlib.PL MANIFEST
12381238
$(MINIPERL) pod/perlmodlib.PL -q
12391239
1240-
pod/perl5260delta.pod: pod/perldelta.pod
1241-
$(RMS) $@
1242-
$(LNS) perldelta.pod $@
1243-
12441240
pod/perl5271cdelta.pod: pod/perlcdelta.pod
12451241
$(RMS) $@
12461242
$(LNS) perlcdelta.pod $@
12471243
1244+
pod/perl5273delta.pod: pod/perldelta.pod
1245+
$(RMS) $@
1246+
$(LNS) perldelta.pod $@
1247+
12481248
extra.pods: $(MINIPERL_EXE)
12491249
-@test ! -f extra.pods || rm -f `cat extra.pods`
12501250
-@rm -f extra.pods

Porting/Maintainers.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ package Maintainers;
452452
},
453453

454454
'Data::Dumper' => {
455-
'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.162.tar.gz',
455+
'DISTRIBUTION' => 'SMUELLER/Data-Dumper-2.167.tar.gz',
456456
'FILES' => q[dist/Data-Dumper],
457457
},
458458

README.win32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ Be sure to read the instructions near the top of the makefiles carefully.
413413
Type "gmake" or "dmake" or "nmake" if you are using that make.
414414

415415
This should build everything. Specifically, it will create cperl.exe,
416-
cperl527.dll at the perl toplevel, and various other extension dll's
416+
cperl526.dll at the perl toplevel, and various other extension dll's
417417
under the lib\auto directory. If the build fails for any reason, make
418418
sure you have done the previous steps correctly.
419419

pod/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/roffitall
5151

5252
# generated
53-
/perl5260delta.pod
53+
/perl5273delta.pod
5454
/perl5271cdelta.pod
5555
/perlapi.pod
5656
/perlintern.pod

pod/perl.pod

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -181,22 +181,15 @@ aux c2ph h2ph h2xs cperlbug pl2pm pod2html pod2man splain xsubpp
181181
perldoc Look up Perl documentation in Pod format
182182

183183
perlhist Perl history records
184-
perldelta Perl changes since previous version
185-
perl52512delta Perl changes in version 5.25.12
186-
perl52511delta Perl changes in version 5.25.11
187-
perl52510delta Perl changes in version 5.25.10
188-
perl5259delta Perl changes in version 5.25.9
189-
perl5258delta Perl changes in version 5.25.8
190-
perl5257delta Perl changes in version 5.25.7
191-
perl5256delta Perl changes in version 5.25.6
192-
perl5255delta Perl changes in version 5.25.5
193-
perl5254delta Perl changes in version 5.25.4
194-
perl5253delta Perl changes in version 5.25.3
195-
perl5252delta Perl changes in version 5.25.2
196-
perl5251delta Perl changes in version 5.25.1
197-
perl5250delta Perl changes in version 5.25.0
184+
perldelta Perl changes for upcoming version 5.27.3
185+
perl5272delta Perl changes in version 5.27.2
186+
perl5271delta Perl changes in version 5.27.1
187+
perl5270delta Perl changes in version 5.27.0
188+
perl5260delta Perl changes in version 5.26.0
189+
perl5242delta Perl changes in version 5.24.2
198190
perl5241delta Perl changes in version 5.24.1
199191
perl5240delta Perl changes in version 5.24.0
192+
perl5224delta Perl changes in version 5.22.4
200193
perl5223delta Perl changes in version 5.22.3
201194
perl5222delta Perl changes in version 5.22.2
202195
perl5221delta Perl changes in version 5.22.1

pod/perl5224delta.pod

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
=encoding utf8
2+
3+
=head1 NAME
4+
5+
perl5224delta - what is new for perl v5.22.4
6+
7+
=head1 DESCRIPTION
8+
9+
This document describes differences between the 5.22.3 release and the 5.22.4
10+
release.
11+
12+
If you are upgrading from an earlier release such as 5.22.2, first read
13+
L<perl5223delta>, which describes differences between 5.22.2 and 5.22.3.
14+
15+
=head1 Security
16+
17+
=head2 Improved handling of '.' in @INC in base.pm
18+
19+
The handling of (the removal of) C<'.'> in C<@INC> in L<base> has been
20+
improved. This resolves some problematic behaviour in the approach taken in
21+
Perl 5.22.3, which is probably best described in the following two threads on
22+
the Perl 5 Porters mailing list:
23+
L<http://www.nntp.perl.org/group/perl.perl5.porters/2016/08/msg238991.html>,
24+
L<http://www.nntp.perl.org/group/perl.perl5.porters/2016/10/msg240297.html>.
25+
26+
=head2 "Escaped" colons and relative paths in PATH
27+
28+
On Unix systems, Perl treats any relative paths in the PATH environment
29+
variable as tainted when starting a new process. Previously, it was allowing a
30+
backslash to escape a colon (unlike the OS), consequently allowing relative
31+
paths to be considered safe if the PATH was set to something like C</\:.>. The
32+
check has been fixed to treat C<.> as tainted in that example.
33+
34+
=head1 Modules and Pragmata
35+
36+
=head2 Updated Modules and Pragmata
37+
38+
=over 4
39+
40+
=item *
41+
42+
L<base> has been upgraded from version 2.22 to 2.22_01.
43+
44+
=item *
45+
46+
L<Module::CoreList> has been upgraded from version 5.20170114_22 to 5.20170715_22.
47+
48+
=back
49+
50+
=head1 Selected Bug Fixes
51+
52+
=over 4
53+
54+
=item *
55+
56+
Fixed a crash with C<s///l> where it thought it was dealing with UTF-8 when it
57+
wasn't.
58+
L<[perl #129038]|https://rt.perl.org/Ticket/Display.html?id=129038>
59+
60+
=back
61+
62+
=head1 Acknowledgements
63+
64+
Perl 5.22.4 represents approximately 6 months of development since Perl 5.22.3
65+
and contains approximately 2,200 lines of changes across 52 files from 16
66+
authors.
67+
68+
Excluding auto-generated files, documentation and release tools, there were
69+
approximately 970 lines of changes to 18 .pm, .t, .c and .h files.
70+
71+
Perl continues to flourish into its third decade thanks to a vibrant community
72+
of users and developers. The following people are known to have contributed
73+
the improvements that became Perl 5.22.4:
74+
75+
Aaron Crane, Abigail, Aristotle Pagaltzis, Chris 'BinGOs' Williams, David
76+
Mitchell, Eric Herman, Father Chrysostomos, James E Keenan, Karl Williamson,
77+
Lukas Mai, Renee Baecker, Ricardo Signes, Sawyer X, Stevan Little, Steve Hay,
78+
Tony Cook.
79+
80+
The list above is almost certainly incomplete as it is automatically generated
81+
from version control history. In particular, it does not include the names of
82+
the (very much appreciated) contributors who reported issues to the Perl bug
83+
tracker.
84+
85+
Many of the changes included in this version originated in the CPAN modules
86+
included in Perl's core. We're grateful to the entire CPAN community for
87+
helping Perl to flourish.
88+
89+
For a more complete list of all of Perl's historical contributors, please see
90+
the F<AUTHORS> file in the Perl source distribution.
91+
92+
=head1 Reporting Bugs
93+
94+
If you find what you think is a bug, you might check the articles recently
95+
posted to the comp.lang.perl.misc newsgroup and the perl bug database at
96+
https://rt.perl.org/ . There may also be information at
97+
http://www.perl.org/ , the Perl Home Page.
98+
99+
If you believe you have an unreported bug, please run the L<perlbug> program
100+
included with your release. Be sure to trim your bug down to a tiny but
101+
sufficient test case. Your bug report, along with the output of C<perl -V>,
102+
will be sent off to [email protected] to be analysed by the Perl porting team.
103+
104+
If the bug you are reporting has security implications, which make it
105+
inappropriate to send to a publicly archived mailing list, then please send it
106+
to [email protected]. This points to a closed subscription
107+
unarchived mailing list, which includes all the core committers, who will be
108+
able to help assess the impact of issues, figure out a resolution, and help
109+
co-ordinate the release of patches to mitigate or fix the problem across all
110+
platforms on which Perl is supported. Please only use this address for
111+
security issues in the Perl core, not for modules independently distributed on
112+
CPAN.
113+
114+
=head1 SEE ALSO
115+
116+
The F<Changes> file for an explanation of how to view exhaustive details on
117+
what changed.
118+
119+
The F<INSTALL> file for how to build Perl.
120+
121+
The F<README> file for general stuff.
122+
123+
The F<Artistic> and F<Copying> files for copyright information.
124+
125+
=cut

pod/perl5242delta.pod

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
=encoding utf8
2+
3+
=head1 NAME
4+
5+
perl5242delta - what is new for perl v5.24.2
6+
7+
=head1 DESCRIPTION
8+
9+
This document describes differences between the 5.24.1 release and the 5.24.2
10+
release.
11+
12+
If you are upgrading from an earlier release such as 5.24.0, first read
13+
L<perl5241delta>, which describes differences between 5.24.0 and 5.24.1.
14+
15+
=head1 Security
16+
17+
=head2 Improved handling of '.' in @INC in base.pm
18+
19+
The handling of (the removal of) C<'.'> in C<@INC> in L<base> has been
20+
improved. This resolves some problematic behaviour in the approach taken in
21+
Perl 5.24.1, which is probably best described in the following two threads on
22+
the Perl 5 Porters mailing list:
23+
L<http://www.nntp.perl.org/group/perl.perl5.porters/2016/08/msg238991.html>,
24+
L<http://www.nntp.perl.org/group/perl.perl5.porters/2016/10/msg240297.html>.
25+
26+
=head2 "Escaped" colons and relative paths in PATH
27+
28+
On Unix systems, Perl treats any relative paths in the PATH environment
29+
variable as tainted when starting a new process. Previously, it was allowing a
30+
backslash to escape a colon (unlike the OS), consequently allowing relative
31+
paths to be considered safe if the PATH was set to something like C</\:.>. The
32+
check has been fixed to treat C<.> as tainted in that example.
33+
34+
=head1 Modules and Pragmata
35+
36+
=head2 Updated Modules and Pragmata
37+
38+
=over 4
39+
40+
=item *
41+
42+
L<base> has been upgraded from version 2.23 to 2.23_01.
43+
44+
=item *
45+
46+
L<Module::CoreList> has been upgraded from version 5.20170114_24 to 5.20170715_24.
47+
48+
=back
49+
50+
=head1 Selected Bug Fixes
51+
52+
=over 4
53+
54+
=item *
55+
56+
Fixed a crash with C<s///l> where it thought it was dealing with UTF-8 when it
57+
wasn't.
58+
L<[perl #129038]|https://rt.perl.org/Ticket/Display.html?id=129038>
59+
60+
=back
61+
62+
=head1 Acknowledgements
63+
64+
Perl 5.24.2 represents approximately 6 months of development since Perl 5.24.1
65+
and contains approximately 2,500 lines of changes across 53 files from 18
66+
authors.
67+
68+
Excluding auto-generated files, documentation and release tools, there were
69+
approximately 960 lines of changes to 17 .pm, .t, .c and .h files.
70+
71+
Perl continues to flourish into its third decade thanks to a vibrant community
72+
of users and developers. The following people are known to have contributed
73+
the improvements that became Perl 5.24.2:
74+
75+
Aaron Crane, Abigail, Aristotle Pagaltzis, Chris 'BinGOs' Williams, Dan
76+
Collins, David Mitchell, Eric Herman, Father Chrysostomos, James E Keenan, Karl
77+
Williamson, Lukas Mai, Renee Baecker, Ricardo Signes, Sawyer X, Stevan Little,
78+
Steve Hay, Tony Cook, Yves Orton.
79+
80+
The list above is almost certainly incomplete as it is automatically generated
81+
from version control history. In particular, it does not include the names of
82+
the (very much appreciated) contributors who reported issues to the Perl bug
83+
tracker.
84+
85+
Many of the changes included in this version originated in the CPAN modules
86+
included in Perl's core. We're grateful to the entire CPAN community for
87+
helping Perl to flourish.
88+
89+
For a more complete list of all of Perl's historical contributors, please see
90+
the F<AUTHORS> file in the Perl source distribution.
91+
92+
=head1 Reporting Bugs
93+
94+
If you find what you think is a bug, you might check the articles recently
95+
posted to the comp.lang.perl.misc newsgroup and the perl bug database at
96+
L<https://rt.perl.org/> . There may also be information at
97+
L<http://www.perl.org/> , the Perl Home Page.
98+
99+
If you believe you have an unreported bug, please run the L<perlbug> program
100+
included with your release. Be sure to trim your bug down to a tiny but
101+
sufficient test case. Your bug report, along with the output of C<perl -V>,
102+
will be sent off to [email protected] to be analysed by the Perl porting team.
103+
104+
If the bug you are reporting has security implications which make it
105+
inappropriate to send to a publicly archived mailing list, then see
106+
L<perlsec/SECURITY VULNERABILITY CONTACT INFORMATION>
107+
for details of how to report the issue.
108+
109+
=head1 SEE ALSO
110+
111+
The F<Changes> file for an explanation of how to view exhaustive details on
112+
what changed.
113+
114+
The F<INSTALL> file for how to build Perl.
115+
116+
The F<README> file for general stuff.
117+
118+
The F<Artistic> and F<Copying> files for copyright information.
119+
120+
=cut

0 commit comments

Comments
 (0)