Skip to content

Commit d09e77c

Browse files
committedMar 31, 2019
More updates to Changes for 2.086
1 parent e4ec2fa commit d09e77c

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
 

Diff for: ‎Changes

+20
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ CHANGES
33

44
2.086 31 March 2019
55

6+
* IO::Compress::Zip & IO::Uncompress::Unzip
7+
Added support for Language Encoding Flag via the EFS option.
8+
Starting point was pull request https://github.com/pmqs/IO-Compress/pull/1
9+
10+
* zipdetails - some support for MVS (Z390) zip files
11+
12+
* IO::Uncompress::Base
13+
Issue with trailing data after zip archive
14+
#128626 for IO-Compress: mainframe zip archive
15+
16+
* t/cz-14gzopen.t
17+
cperl error found in http://www.cpantesters.org/cpan/report/448cafc4-3108-11e9-9b6b-d3d33d7b1231
18+
Perl has this: "Not enough arguments for Compress::Zlib::gzopen"
19+
cperl uses this: "Not enough arguments for subroutine entry Compress::Zlib::gzopen"
20+
21+
* Handlers being called when optional modules are not installed
22+
#128538: $SIG{__DIE__}
23+
24+
* #128194: Beef up diag when system returns error
25+
626
* Moved source to github https://github.com/pmqs/IO-Compress
727

828
* Add META_MERGE to Makefile.PL

0 commit comments

Comments
 (0)
Please sign in to comment.