Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pmqs/IO-Compress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.207
Choose a base ref
...
head repository: pmqs/IO-Compress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 41 files changed
  • 1 contributor

Commits on Mar 6, 2024

  1. Copy the full SHA
    68dcf0a View commit details

Commits on Mar 31, 2024

  1. Copy the full SHA
    f6610e3 View commit details
  2. version 2.208

    pmqs committed Mar 31, 2024
    Copy the full SHA
    9c54388 View commit details

Commits on Apr 6, 2024

  1. version 2.211

    pmqs committed Apr 6, 2024
    Copy the full SHA
    1276339 View commit details
  2. version 2.211

    pmqs committed Apr 6, 2024
    Copy the full SHA
    08bab59 View commit details

Commits on Apr 27, 2024

  1. Copy the full SHA
    ea1fcf8 View commit details
  2. version 2.212

    pmqs committed Apr 27, 2024
    Copy the full SHA
    d39ec64 View commit details

Commits on May 25, 2024

  1. #57 Add stub moduile IO/Compress.pm

    This makes like easier for the perl core tooling
    pmqs committed May 25, 2024
    Copy the full SHA
    c6a05a6 View commit details

Commits on Jun 16, 2024

  1. add perl5.40 to workflows

    pmqs committed Jun 16, 2024
    Copy the full SHA
    6d7dd85 View commit details

Commits on Aug 28, 2024

  1. version 2.213

    pmqs committed Aug 28, 2024
    Copy the full SHA
    020520f View commit details
  2. version 2.213

    pmqs committed Aug 28, 2024
    Copy the full SHA
    4238492 View commit details

Commits on Nov 13, 2024

  1. #59 fix typos in streamzip

    pmqs committed Nov 13, 2024
    Copy the full SHA
    e70223e View commit details
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ jobs:
matrix:
perl:
# - 'develop'
- '5.40'
- '5.38'
- '5.36'
- '5.34'
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ jobs:
matrix:
perl:
# - 'develop'
- '5.40'
- '5.38'
- '5.36'
- '5.34'
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ jobs:
matrix:
perl:
# - 'develop'
- '5.40'
- '5.38'
- '5.36'
# - '5.34'
36 changes: 35 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,44 @@
CHANGES
-------

2.213 28 August 2024

* version 2.213
Wed Aug 28 16:06:42 2024 +0100
020520f78490bf1a6b7351febd16fc19f351ddfe

* add perl5.40 to workflows
Sun Jun 16 16:56:37 2024 +0100
6d7dd85763f7cd0894a890208156187b8cac6597

* #57 Add stub moduile IO/Compress.pm
Sat May 25 08:53:57 2024 +0100
c6a05a69d62b8169d482d1b30a333b0cec4f5a06

2.212 27 April 2024

* no functional changes

2.211 6 April 2024

* version 2.211
Sat Apr 6 14:14:55 2024 +0100
1276339652e8df49a29facd9ee1ae41d9c7dc994

2.208 31 March 2024

* Update zipdetails to version 4.002
Sun Mar 31 11:52:11 2024 +0100
f6610e32bfd5459483a193ef80cebd7cdc6092dd

* #56 cz-14gzopen.t fails on AFS filesystem
Wed Mar 6 11:59:54 2024 +0000
68dcf0aceeaec5491a61c8102968b3f004435ee8

2.207 18 February 2024

* Add bin/zipdetails 4.000

* Merge pull request #51 from rwp0/rwp0/fix-indirect-syntax
Thu Nov 23 12:17:30 2023 +0000
f1c70d0ef8ed7a91daae6a3ea6b10dc486db4463
1 change: 1 addition & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
@@ -16,6 +16,7 @@ examples/compress-zlib/gzgrep perl
examples/compress-zlib/gzstream perl
lib/Compress/Zlib.pm
lib/File/GlobMapper.pm
lib/IO/Compress.pm
lib/IO/Compress/FAQ.pod
lib/IO/Compress/Adapter/Bzip2.pm
lib/IO/Compress/Adapter/Deflate.pm
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
@@ -34,8 +34,8 @@
},
"runtime" : {
"requires" : {
"Compress::Raw::Bzip2" : "2.207",
"Compress::Raw::Zlib" : "2.207",
"Compress::Raw::Bzip2" : "2.213",
"Compress::Raw::Zlib" : "2.213",
"Scalar::Util" : "0",
"Encode" : "0",
"Time::Local" : "0"
@@ -54,6 +54,6 @@
"web" : "https://github.com/pmqs/IO-Compress"
}
},
"version" : "2.207",
"version" : "2.213",
"x_serialization_backend" : "JSON::PP version 2.97001"
}
6 changes: 3 additions & 3 deletions META.yml
Original file line number Diff line number Diff line change
@@ -20,14 +20,14 @@ no_index:
- t
- private
requires:
Compress::Raw::Bzip2: '2.207'
Compress::Raw::Zlib: '2.207'
Compress::Raw::Bzip2: '2.213'
Compress::Raw::Zlib: '2.213'
Scalar::Util: '0'
Encode: '0'
Time::Local: '0'
resources:
bugtracker: https://github.com/pmqs/IO-Compress/issues
homepage: https://github.com/pmqs/IO-Compress
repository: git://github.com/pmqs/IO-Compress.git
version: '2.207'
version: '2.213'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
4 changes: 2 additions & 2 deletions Makefile.PL
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
use strict ;
require 5.006 ;

$::VERSION = '2.207' ;
$::DEP_VERSION = '2.207';
$::VERSION = '2.213' ;
$::DEP_VERSION = '2.213';

use lib '.';
use private::MakeUtil;
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

IO-Compress

Version 2.207
Version 2.213

18 February 2024
28 August 2024

Copyright (c) 1995-2024 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
@@ -111,7 +111,7 @@ To help me help you, I need all of the following information:
If you haven't installed IO-Compress then search IO::Compress::Gzip.pm
for a line like this:

$VERSION = "2.207" ;
$VERSION = "2.213" ;

2. If you are having problems building IO-Compress, send me a
complete log of what happened. Start by unpacking the IO-Compress
10 changes: 5 additions & 5 deletions bin/streamzip
Original file line number Diff line number Diff line change
@@ -129,7 +129,7 @@ OPTIONS
-method=M Compress using method 'M'.
Valid methods are
store Store without compression
deflate Use Deflate compression [Deflault]
deflate Use Deflate compression [Default]
bzip2 Use Bzip2 compression
lzma Use LZMA compression [needs IO::Compress::Lzma]
xz Use LZMA compression [needs IO::Compress::Xz]
@@ -207,7 +207,7 @@ Compress using method C<M>.
Valid method names are
* store Store without compression
* deflate Use Deflate compression [Deflault]
* deflate Use Deflate compression [Default]
* bzip2 Use Bzip2 compression
* lzma Use LZMA compression
* xz Use xz compression
@@ -253,7 +253,7 @@ Check the contents of C<abcd,zip> with the standard C<unzip> utility
22 1 file
Notice how the C<Name> is set to C<->.
That is the default for a few zip utilities whwre the member name is not given.
That is the default for a few zip utilities where the member name is not given.
If you want to explicitly name the file, use the C<-member-name> option as follows
@@ -275,9 +275,9 @@ backwards/forwards in the file.
A good examples is when you are serving dynamic content from a Web Server
straight into a socket without needing to create a temporary zip file in
the filesystsm.
the filesystem.
Similarly if your workfow uses a Linux pipelined commands.
Similarly if your workflow uses a Linux pipelined commands.
=head1 SUPPORT
Loading