Skip to content

Commit 91d131f

Browse files
committed
Version 2.204
1 parent 6d0514b commit 91d131f

33 files changed

+170
-166
lines changed

Changes

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
CHANGES
22
-------
33

4+
2.204 8 February 2022
5+
6+
* Update Gzip.pm
7+
https://github.com/pmqs/IO-Compress/pull/49
8+
6d0514b86ceeab56884c43fd1e6f09f839c12b74
9+
feab074420bf4059eb6fa9d0553a354e2dd33e95
10+
11+
* Allow Z_NULL
12+
https://github.com/pmqs/Compress-Raw-Zlib/issues/17
13+
c42da1483767bc8afbdb2d8b03ecda7b67b4d022
14+
15+
416
2.201 25 June 2022
517

618
* Disable zib header tests

META.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
},
3535
"runtime" : {
3636
"requires" : {
37-
"Compress::Raw::Bzip2" : "2.201",
38-
"Compress::Raw::Zlib" : "2.201",
37+
"Compress::Raw::Bzip2" : "2.204",
38+
"Compress::Raw::Zlib" : "2.204",
3939
"Scalar::Util" : "0",
4040
"Encode" : "0",
4141
"Time::Local" : "0"
@@ -54,6 +54,6 @@
5454
"web" : "https://github.com/pmqs/IO-Compress"
5555
}
5656
},
57-
"version" : "2.201",
57+
"version" : "2.204",
5858
"x_serialization_backend" : "JSON::PP version 2.97001"
5959
}

META.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ no_index:
2020
- t
2121
- private
2222
requires:
23-
Compress::Raw::Bzip2: '2.201'
24-
Compress::Raw::Zlib: '2.201'
23+
Compress::Raw::Bzip2: '2.204'
24+
Compress::Raw::Zlib: '2.204'
2525
Scalar::Util: '0'
2626
Encode: '0'
2727
Time::Local: '0'
2828
resources:
2929
bugtracker: https://github.com/pmqs/IO-Compress/issues
3030
homepage: https://github.com/pmqs/IO-Compress
3131
repository: git://github.com/pmqs/IO-Compress.git
32-
version: '2.201'
32+
version: '2.204'
3333
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
use strict ;
44
require 5.006 ;
55

6-
$::VERSION = '2.201' ;
7-
$::DEP_VERSION = '2.201';
6+
$::VERSION = '2.204' ;
7+
$::DEP_VERSION = '2.204';
88

99
use lib '.';
1010
use private::MakeUtil;

README

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
IO-Compress
33

4-
Version 2.201
4+
Version 2.204
55

6-
25 June 2022
6+
8 February 2023
77

8-
Copyright (c) 1995-2022 Paul Marquess. All rights reserved.
8+
Copyright (c) 1995-2023 Paul Marquess. All rights reserved.
99
This program is free software; you can redistribute it
1010
and/or modify it under the same terms as Perl itself.
1111

@@ -112,7 +112,7 @@ To help me help you, I need all of the following information:
112112
If you haven't installed IO-Compress then search IO::Compress::Gzip.pm
113113
for a line like this:
114114

115-
$VERSION = "2.201" ;
115+
$VERSION = "2.204" ;
116116

117117
2. If you are having problems building IO-Compress, send me a
118118
complete log of what happened. Start by unpacking the IO-Compress

lib/Compress/Zlib.pm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ use Carp ;
77
use IO::Handle ;
88
use Scalar::Util qw(dualvar);
99

10-
use IO::Compress::Base::Common 2.201 ;
11-
use Compress::Raw::Zlib 2.201 ;
12-
use IO::Compress::Gzip 2.201 ;
13-
use IO::Uncompress::Gunzip 2.201 ;
10+
use IO::Compress::Base::Common 2.204 ;
11+
use Compress::Raw::Zlib 2.204 ;
12+
use IO::Compress::Gzip 2.204 ;
13+
use IO::Uncompress::Gunzip 2.204 ;
1414

1515
use strict ;
1616
use warnings ;
1717
use bytes ;
1818
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
1919

20-
$VERSION = '2.201';
20+
$VERSION = '2.204';
2121
$XS_VERSION = $VERSION;
2222
$VERSION = eval $VERSION;
2323

@@ -461,7 +461,7 @@ sub inflate
461461

462462
package Compress::Zlib ;
463463

464-
use IO::Compress::Gzip::Constants 2.201 ;
464+
use IO::Compress::Gzip::Constants 2.204 ;
465465

466466
sub memGzip($)
467467
{
@@ -1509,7 +1509,7 @@ See the Changes file.
15091509
15101510
=head1 COPYRIGHT AND LICENSE
15111511
1512-
Copyright (c) 1995-2022 Paul Marquess. All rights reserved.
1512+
Copyright (c) 1995-2023 Paul Marquess. All rights reserved.
15131513
15141514
This program is free software; you can redistribute it and/or
15151515
modify it under the same terms as Perl itself.

lib/IO/Compress/Adapter/Bzip2.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ use strict;
44
use warnings;
55
use bytes;
66

7-
use IO::Compress::Base::Common 2.201 qw(:Status);
7+
use IO::Compress::Base::Common 2.204 qw(:Status);
88

9-
use Compress::Raw::Bzip2 2.201 ;
9+
use Compress::Raw::Bzip2 2.204 ;
1010

1111
our ($VERSION);
12-
$VERSION = '2.201';
12+
$VERSION = '2.204';
1313

1414
sub mkCompObject
1515
{

lib/IO/Compress/Adapter/Deflate.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ use strict;
44
use warnings;
55
use bytes;
66

7-
use IO::Compress::Base::Common 2.201 qw(:Status);
8-
use Compress::Raw::Zlib 2.201 qw( !crc32 !adler32 ) ;
7+
use IO::Compress::Base::Common 2.204 qw(:Status);
8+
use Compress::Raw::Zlib 2.204 qw( !crc32 !adler32 ) ;
99

1010
require Exporter;
1111
our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, @EXPORT, %DEFLATE_CONSTANTS);
1212

13-
$VERSION = '2.201';
13+
$VERSION = '2.204';
1414
@ISA = qw(Exporter);
1515
@EXPORT_OK = @Compress::Raw::Zlib::DEFLATE_CONSTANTS;
1616
%EXPORT_TAGS = %Compress::Raw::Zlib::DEFLATE_CONSTANTS;

lib/IO/Compress/Adapter/Identity.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ use strict;
44
use warnings;
55
use bytes;
66

7-
use IO::Compress::Base::Common 2.201 qw(:Status);
7+
use IO::Compress::Base::Common 2.204 qw(:Status);
88
our ($VERSION);
99

10-
$VERSION = '2.201';
10+
$VERSION = '2.204';
1111

1212
sub mkCompObject
1313
{

lib/IO/Compress/Base.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require 5.006 ;
66
use strict ;
77
use warnings;
88

9-
use IO::Compress::Base::Common 2.201 ;
9+
use IO::Compress::Base::Common 2.204 ;
1010

1111
use IO::File (); ;
1212
use Scalar::Util ();
@@ -20,7 +20,7 @@ use Symbol();
2020
our (@ISA, $VERSION);
2121
@ISA = qw(IO::File Exporter);
2222

23-
$VERSION = '2.201';
23+
$VERSION = '2.204';
2424

2525
#Can't locate object method "SWASHNEW" via package "utf8" (perhaps you forgot to load "utf8"?) at .../ext/Compress-Zlib/Gzip/blib/lib/Compress/Zlib/Common.pm line 16.
2626

@@ -1051,7 +1051,7 @@ See the Changes file.
10511051
10521052
=head1 COPYRIGHT AND LICENSE
10531053
1054-
Copyright (c) 2005-2022 Paul Marquess. All rights reserved.
1054+
Copyright (c) 2005-2023 Paul Marquess. All rights reserved.
10551055
10561056
This program is free software; you can redistribute it and/or
10571057
modify it under the same terms as Perl itself.

0 commit comments

Comments
 (0)