Branch: refs/heads/maint-5.42
Home: https://github.com/Perl/perl5
Commit: 393a8fc2b6c62622b4e4d10ff004c2b73791fed8
https://github.com/Perl/perl5/commit/393a8fc2b6c62622b4e4d10ff004c2b73791fed8
Author: Paul Marquess <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M Porting/Maintainers.pl
M cpan/IO-Compress/Makefile.PL
M cpan/IO-Compress/bin/zipdetails
M cpan/IO-Compress/lib/Compress/Zlib.pm
M cpan/IO-Compress/lib/File/GlobMapper.pm
M cpan/IO-Compress/lib/IO/Compress.pm
M cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm
M cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm
M cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm
M cpan/IO-Compress/lib/IO/Compress/Base.pm
M cpan/IO-Compress/lib/IO/Compress/Base/Common.pm
M cpan/IO-Compress/lib/IO/Compress/Bzip2.pm
M cpan/IO-Compress/lib/IO/Compress/Deflate.pm
M cpan/IO-Compress/lib/IO/Compress/FAQ.pod
M cpan/IO-Compress/lib/IO/Compress/Gzip.pm
M cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm
M cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm
M cpan/IO-Compress/lib/IO/Compress/Zip.pm
M cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm
M cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm
M cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm
M cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm
M cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm
M cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm
M cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm
M cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm
M cpan/IO-Compress/lib/IO/Uncompress/Base.pm
M cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm
M cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm
M cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm
M cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm
M cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm
M cpan/IO-Compress/t/006zip.t
M cpan/IO-Compress/t/112utf8-zip.t
M cpan/IO-Compress/t/compress/CompTestUtils.pm
M cpan/IO-Compress/t/globmapper.t
Log Message:
-----------
cpan/IO-Compress - Update to version 2.223
2.223 4 July 2026
* Fix typo in Makefile.PL Fixes #79
Sat Jul 4 09:22:42 2026 +0100
5e2d96044b22be0c6cd0ba408b671281d15e5a9c
* * Error: Compress::Raw::Zlib version 2.222 required--this is only
version 2.221
* Update to version 2.223 Fixes #79
Sat Jul 4 09:16:41 2026 +0100
b9031b0fc30ad378e6cfda5c3dfbede82ec6ac59
* Update to version 2.222
Fri Jul 3 13:08:15 2026 +0100
68f1713d94521e8990fa92f7947d0f5f92ead6ce
* Tag `:constants` no longer exports all constants Fixes #78, #64
Fri Jul 3 11:55:19 2026 +0100
a2a91df2d64c5731287e6ca9ad47462cd8907f32
* Bump actions/checkout from 6 to 7
Fri Jul 3 00:06:22 2026 +0100
941a75e143d7fc707483a30fc4b8097f406485e5
2.222 3 July 2026
* Update to version 2.222
Fri Jul 3 13:08:15 2026 +0100
68f1713d94521e8990fa92f7947d0f5f92ead6ce
* Tag `:constants` no longer exports all constants Fixes #78, #64
Fri Jul 3 11:55:19 2026 +0100
a2a91df2d64c5731287e6ca9ad47462cd8907f32
* Bump actions/checkout from 6 to 7
Fri Jul 3 00:06:22 2026 +0100
941a75e143d7fc707483a30fc4b8097f406485e5
2.221 16 June 2026
* Version 2.221
Tue Jun 16 15:45:21 2026 +0100
245a6818d4215bb5ee6c27bb509caee5f8c4dd68
* update zipdetails to version 4.008
Tue Jun 16 15:29:27 2026 +0100
1da3c5fcecf6fbe230a17ea9b358f50ef27d70f7
* Update reference for the info-zip estrafld file.
Tue Jun 16 15:25:06 2026 +0100
914f39406bc164221bfa94905ac1335669ddf446
* Add hex values for utf8 encoding as a comment
Tue Jun 16 14:30:54 2026 +0100
9d5ead52df529f96645e38f3a49924235f74092b
* Fix File::GlobMapper wildcard replacement after ordinary letters
Sat Jun 13 23:49:17 2026 +0100
3651e9eb3fca0bd3718d1d8b12e96b9e80096144
* Update to zipdetails 4.007
Mon Jun 1 22:55:05 2026 +0100
865b8388aa5d1028724ddde5e411c0868aa077c7
* Remove test for filename when not needed. Helps with EBCDIC support. #73
Sun May 31 15:23:31 2026 +0100
6a477fc83776a0fa5d2aea5d923cadd323985ad1
* IO-Compress: generalize for EBCDIC
Sat May 30 00:39:09 2026 +0100
648120dfc768a1de22ee2a76aacf17c61d13cac6
(cherry picked from commit df77adf76c89acd17565246ab572800e6750207e)
Commit: 2ebe5e7164b11eb745025ade9f0b4fcc4f225f3b
https://github.com/Perl/perl5/commit/2ebe5e7164b11eb745025ade9f0b4fcc4f225f3b
Author: Leon Timmermans <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M dist/Module-CoreList/Changes
M dist/Module-CoreList/lib/Module/CoreList.pm
Log Message:
-----------
Update Module::Corelist for perl-5.44.0-RC2
(manually cherry picked from commit 8fc88c4a4d7e41b8991767e7d73109b883947abb)
Commit: da93e720950014e920d84da0b71223636aaad4e5
https://github.com/Perl/perl5/commit/da93e720950014e920d84da0b71223636aaad4e5
Author: Leon Timmermans <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M dist/Module-CoreList/lib/Module/CoreList.pm
Log Message:
-----------
Update Module::Corelist for 5.45.0
(manually cherry picked from commit a8b445d8373ac0cb491ea67a0b2342214214493d)
Commit: c03cb999e223fb8aeff1af2c99d5d0be2d31b1d9
https://github.com/Perl/perl5/commit/c03cb999e223fb8aeff1af2c99d5d0be2d31b1d9
Author: Steve Hay <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M dist/Module-CoreList/Changes
M dist/Module-CoreList/lib/Module/CoreList.pm
M dist/Module-CoreList/lib/Module/CoreList/Utils.pm
Log Message:
-----------
Aim for 5.42.3-RC1 tomorrow and release a fortnight later
Commit: cdca127995cd9a5325f5776c80003404b3a2ccab
https://github.com/Perl/perl5/commit/cdca127995cd9a5325f5776c80003404b3a2ccab
Author: Steve Hay <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M dist/Module-CoreList/Changes
M dist/Module-CoreList/lib/Module/CoreList.pm
Log Message:
-----------
perl 5.44.0 contains Module::CoreList 5.20260715
(manually cherry picked from commit 7e150099e6d9188898b8a1c0b2768b9b7de9ae30)
Commit: b3ada8f17763fb0f5343a5f648fdc1d00b5e2090
https://github.com/Perl/perl5/commit/b3ada8f17763fb0f5343a5f648fdc1d00b5e2090
Author: Leon Timmermans <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M Porting/epigraphs.pod
Log Message:
-----------
Add epigraph for perl 5.44.0-RC2
(cherry picked from commit 522e20af2780fc449eb23d20d4e8e8eb254989f6)
Commit: b246aedee823149db259c70b661f61190ecd15b8
https://github.com/Perl/perl5/commit/b246aedee823149db259c70b661f61190ecd15b8
Author: Leon Timmermans <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M Porting/epigraphs.pod
Log Message:
-----------
Add epigraph for v5.44.0
(cherry picked from commit f13f58bd9d4aff45f5ff409ff3b8f4dc2e6dbd2b)
Commit: 317565f84bc9cbf795a8e2820a550c1a00e0dec4
https://github.com/Perl/perl5/commit/317565f84bc9cbf795a8e2820a550c1a00e0dec4
Author: Leon Timmermans <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M Porting/release_schedule.pod
Log Message:
-----------
Update release schedule
(manually cherry picked from commit ece4bebaad6694a84b938114045f9b1ac1831416)
Commit: b653e75185f309eb936328976fd7760ace7e7a0a
https://github.com/Perl/perl5/commit/b653e75185f309eb936328976fd7760ace7e7a0a
Author: Steve Hay <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M Porting/release_schedule.pod
Log Message:
-----------
Correct/update release schedule
5.45.1 isn't done yet
5.40.5/5.42.3 are aiming for 2nd August
(manually cherry picked from commit 1aaafea96373870df70c905f1d68ec99e95a9ad3)
Commit: 13af1eeb58e8f9be57544e8ed4954278bb9cba73
https://github.com/Perl/perl5/commit/13af1eeb58e8f9be57544e8ed4954278bb9cba73
Author: Leon Timmermans <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M pod/perlhist.pod
Log Message:
-----------
Update perlhist and patchlevel.h for RC2
(manually cherry picked from commit 5a7d4b78f29428ce7568b11042de3017dd50e030)
Commit: 245ea91a6605cc87d83c976576d27bdbc76f3914
https://github.com/Perl/perl5/commit/245ea91a6605cc87d83c976576d27bdbc76f3914
Author: Leon Timmermans <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M pod/perlhist.pod
Log Message:
-----------
Update perlhist and perlpolicy for 5.44
(manually cherry picked from commit 0ac24e81b144856829886668dee04f0368e9f6bb)
Commit: 74f43821755dfcd085209db3bd5504db742d74eb
https://github.com/Perl/perl5/commit/74f43821755dfcd085209db3bd5504db742d74eb
Author: Leon Timmermans <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M pod/perlhist.pod
Log Message:
-----------
Update perlhist for 5.45.0
(cherry picked from commit 7bfc41325f523abd1348c34c170e454e642a05b3)
Commit: 8776931ee18711357d7ca3cdf50a0a259058705b
https://github.com/Perl/perl5/commit/8776931ee18711357d7ca3cdf50a0a259058705b
Author: Steve Hay <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M dist/Module-CoreList/lib/Module/CoreList.pm
Log Message:
-----------
Update Module::CoreList for updated modules
Commit: 01f057212cd66050bb9e70192e5d25cf9daa9917
https://github.com/Perl/perl5/commit/01f057212cd66050bb9e70192e5d25cf9daa9917
Author: Steve Hay <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M pod/perldelta.pod
Log Message:
-----------
Update perldelta for updated modules
Commit: 9d7f185cdc4cded8be7304b83ec70c11fc51b02f
https://github.com/Perl/perl5/commit/9d7f185cdc4cded8be7304b83ec70c11fc51b02f
Author: Leon Timmermans <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M pod/perldelta.pod
Log Message:
-----------
Cleanup perldelta
(manually cherry picked from commit 74eb0f704298b64910b1144418225411c6164e44)
Commit: 445c7c1adc0d25918c0c8173643ccc368e55baa8
https://github.com/Perl/perl5/commit/445c7c1adc0d25918c0c8173643ccc368e55baa8
Author: Leon Timmermans <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M pod/perldelta.pod
Log Message:
-----------
Add something about CVE-2026-57432 to perl5440delta
(cherry picked from commit 38f0f1a5f449a8d84e18321819f2efe2cceb848f)
Commit: aaccbe8d45b525c40260ecc12b157d68c2016387
https://github.com/Perl/perl5/commit/aaccbe8d45b525c40260ecc12b157d68c2016387
Author: Leon Timmermans <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M pod/perldelta.pod
Log Message:
-----------
Add CVE references for various affected modules to perl5440delta
(manually cherry picked from commit aadec6bdae19cfbb8ca26e1c91e87bb456da3af6)
Commit: 4726851d5abc9270dea00b4de4780798e3d8aa54
https://github.com/Perl/perl5/commit/4726851d5abc9270dea00b4de4780798e3d8aa54
Author: Steve Hay <[email protected]>
Date: 2026-07-18 (Sat, 18 Jul 2026)
Changed paths:
M pod/perldelta.pod
Log Message:
-----------
Add missing new fatal error to perl5440delta
(Introduced by commit 5f7eb6b)
(manually cherry picked from commit 2d75501f08768edb7beee620b8feb263ef24f0a6)
Compare: https://github.com/Perl/perl5/compare/f710664516fd...4726851d5abc
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications