Skip to content

Releases: pmqs/IO-Compress

IO-Compress 2.090

09 Nov 16:18
Compare
Choose a tag to compare

IO-Compress 2.089

03 Nov 21:12
Compare
Choose a tag to compare

IO-Compress 2.088

03 Nov 09:29
Compare
Choose a tag to compare
  • t/105oneshot-zip-only.t
    Fix reset of CompSize
    6034da9

  • Add Support Details
    ad66b6e

  • Update site for Bzip2 to sourceware
    77497ae

  • Fix number of tests
    bc4e234

  • Add streamzip script to bin
    76d2795

  • zipdetails

    • Update zipdetails to version 1.11
      8958cb3

    • Zip64 extra field typo
      f186380

  • t/105oneshot-zip-only.t
    test with deflated directory
    16bfffc

  • t/105oneshot-zip-only.t
    Add test for encrypted Zip files
    5ad8131
    2c64e25

  • Documentation Updates
    #2
    e1fd0d4

  • Mention xz, lzma etc
    #4
    126f7b9

IO-Compress 2.087

10 Aug 18:22
Compare
Choose a tag to compare
  • IO::Uncompress::Unzip
    nextStream not updating filehandle correctly
    #3
    25152f0

  • Added travis & appveyor files for CI in GitHub

IO-Compress 2.086

31 Mar 19:16
Compare
Choose a tag to compare
  • IO::Compress::Zip & IO::Uncompress::Unzip
    Added support for Language Encoding Flag via the EFS option.
    Starting point was pull request #1

  • zipdetails - some support for MVS (Z390) zip files

  • IO::Uncompress::Base
    Issue with trailing data after zip archive
    #128626 for IO-Compress: mainframe zip archive

  • t/cz-14gzopen.t
    cperl error found in http://www.cpantesters.org/cpan/report/448cafc4-3108-11e9-9b6b-d3d33d7b1231
    Perl has this: "Not enough arguments for Compress::Zlib::gzopen"
    cperl uses this: "Not enough arguments for subroutine entry Compress::Zlib::gzopen"

  • Handlers being called when optional modules are not installed
    #128538: $SIG{DIE}

  • #128194: Beef up diag when system returns error

  • Moved source to github https://github.com/pmqs/IO-Compress

  • Add META_MERGE to Makefile.PL

  • Added meta-json.t & meta-yaml.t