This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Compress-Raw-Zlib to CPAN version 2.027
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 30 Jun 2010 08:56:41 +0000 (09:56 +0100)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Wed, 30 Jun 2010 10:23:40 +0000 (11:23 +0100)
commitf02c02ec7c7eacaf7e719fe18388c537a795ae7e
tree89d1a7479b81db7146744e28f3e5112be5f8bc00
parent6f7e83539961a11c89e33c98b9799323e732d5f9
Update Compress-Raw-Zlib to CPAN version 2.027

  [DELTA]

  2.027 24 April 2010

      * Updated to include zlib 1.2.5

  2.026 7 April 2010

      * Fixed definition of Z_TREES in Makefile.PL
        [RT #65293]

      * Fixed build issue with definition of off64_t not found on Solaris
        by modifying the zlib source - changed the symbol
        _LARGEFILE64_SOURCE to _LARGEFILE64_SOURCE_dummy in zconf.h,
        zlib.h and zutil.h
        [RT #56108]

  2.025 27 March 2010

      * Updated to include zlib 1.2.4

      * Allow zlib version check to be disabled by setting
        TEST_SKIP_VERSION_CHECK environment variable.
        [RT #54510]

  2.023 9 November 2009

      * fixed instance where $[ should have been $] in t/02zlib.t
        Thanks to Robin Barker and zefram [RT #50765] for independantly
        spotting the issue.
32 files changed:
Porting/Maintainers.pl
cpan/Compress-Raw-Zlib/Changes
cpan/Compress-Raw-Zlib/Makefile.PL
cpan/Compress-Raw-Zlib/README
cpan/Compress-Raw-Zlib/Zlib.xs
cpan/Compress-Raw-Zlib/fallback/constants.h
cpan/Compress-Raw-Zlib/fallback/constants.xs
cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
cpan/Compress-Raw-Zlib/pod/FAQ.pod
cpan/Compress-Raw-Zlib/t/01version.t
cpan/Compress-Raw-Zlib/t/02zlib.t
cpan/Compress-Raw-Zlib/t/07bufsize.t
cpan/Compress-Raw-Zlib/t/18lvalue.t
cpan/Compress-Raw-Zlib/zlib-src/adler32.c
cpan/Compress-Raw-Zlib/zlib-src/compress.c
cpan/Compress-Raw-Zlib/zlib-src/crc32.c
cpan/Compress-Raw-Zlib/zlib-src/deflate.c
cpan/Compress-Raw-Zlib/zlib-src/deflate.h
cpan/Compress-Raw-Zlib/zlib-src/infback.c
cpan/Compress-Raw-Zlib/zlib-src/inffast.c
cpan/Compress-Raw-Zlib/zlib-src/inffast.h
cpan/Compress-Raw-Zlib/zlib-src/inflate.c
cpan/Compress-Raw-Zlib/zlib-src/inflate.h
cpan/Compress-Raw-Zlib/zlib-src/inftrees.c
cpan/Compress-Raw-Zlib/zlib-src/inftrees.h
cpan/Compress-Raw-Zlib/zlib-src/trees.c
cpan/Compress-Raw-Zlib/zlib-src/trees.h
cpan/Compress-Raw-Zlib/zlib-src/uncompr.c
cpan/Compress-Raw-Zlib/zlib-src/zconf.h
cpan/Compress-Raw-Zlib/zlib-src/zlib.h
cpan/Compress-Raw-Zlib/zlib-src/zutil.c
cpan/Compress-Raw-Zlib/zlib-src/zutil.h