File: //usr/share/doc/perl-Compress-Raw-Bzip2/Changes
CHANGES
-------
  2.081 4 April 2018
      * previous release used $^W instead of use warnings. Fixed.
  2.080 2 April 2018
      * No Changes
  2.074 19 Feb 2017
      * Fix bad 2.073 release
  2.072 4 Feb 2017
      * Makefile.PL
        #120084: Need Fix for Makefile.PL depending on . in @INC
  2.070 28 Dec 2016
      * #119005: [PATCH] Wrong APPEND_OUTPUT logic
      * #119141: perl-Compress-Raw-Bzip2-2.069 bug report
      * #100817: gcc 4.9.2 warnings
        Coped fix for same issue from #105647
  2.069 26 Sept 2015
      * reduce compiler warnings and stderr noise
        [#101340]
      * consting misc tables
        [#101296]
      * (Ab)use of F<...> for urls/email
        [#111060]
  2.068 23 Dec 2014
      * No Changes
  2.067 8 Dec 2014
      * Silence compiler warnings
  2.066 21 Sept 2014
      * No Changes
  2.064 1 February 2014
      * [PATCH] Handle non-PVs better
        [#91558]
  2.063 20 October 2013
      * Compress::Raw::Bzip2 uses AutoLoader for no reason
        [#88259]
  2.062 11 August 2013
      * No Changes
  2.061 19 May 2013
      * silence compiler warning by making 2nd parameter to 
        DispStream a const char*
  2.060 7 January 2013
      * No Changes
  2.059 24 November 2012
      * Copy-on-write support
        [#81352]
  2.058 12 November 2012
      * No Changes
  2.057 10 November 2012
      * Compress::Raw::Bzip2 needs to use PERL_NO_GET_CONTEXT
        [#80318]
      * Install to 'site' instead of 'perl' when perl version is 5.11+
        [#79811]
      * update to ppport.h that includes SvPV_nomg_nolen
        [#78080] 
  2.055 4 August 2012
      * Fix misuse of magic in API
        [#78080] 
  2.052 29 April 2012
      * No Changes
  2.049 18 February 2012
      * No Changes
  2.048 29 January 2012
      * No Changes
  2.047 28 January 2012
      * Set minimum Perl version to 5.6
  2.045 3 December 2011
      * Moved FAQ.pod to IO::Compress
  2.044 2 December 2011
      * Moved FAQ.pod under the lib directory so it can get installed
  2.043 20 November 2011
      * No Changes
  2.042 17 November 2011
      * No Changes
  2.040 28 October 2011
      * No Changes
  2.039 28 October 2011
      * croak if attempt to freeze/thaw compression object
        [RT #69985]
  2.037 22 June 2011
      * No Changes
  2.036 18 June 2011
      * No Changes
  2.035 6 May 2011
      * No Changes
  2.033 11 Jan 2011
      * Fixed typos & spelling errors.
        [perl# 81782]
  2.032 4 Jan 2011
      * No Changes
  2.031 21 September 2010
      * Updated to use bzip2 1.0.6
        Version 1.0.6 removes a potential security vulnerability,
        CVE-2010-0405, so all users are recommended to upgrade immediately.
  2.030 22 July 2010
      * No Changes
  2.027 24 April 2010
      * No Changes
  2.026 7 April 2010
      * No Changes
  2.025 27 March 2010
      * Documented the unused "verbosity" option in
        Compress::Raw::Bunzip2::new
        [RT# 54425]
  2.023 9 November 2009
      * Removed redundant bzip2 source files from the bzip2-src directory.
        [RT# 47225]
      * Fixed instance where $[ should have been $] in t/01bzip2.t
        Thanks to Robin Barker and zefram [RT #50764] for independently
        spotting the issue.
  2.021 30 August 2009
      * Changed test harness so that it can cope with PERL5OPT=-MCarp=verbose
        [RT# 47225]
  2.020 4 June 2009
      * No Changes
  2.019 4 May 2009
      * tidied up Bzip2.xs
  2.018 3 May 2009
      * added linitOutput option
      * Changes to bzip2 source to get the module to build using a C++
        compiler
  2.017 28 March 2009
      * Minor changes to allow building in perl core.
      * Removed MAN3PODS from Makefile.PL
  2.015 3 September 2008
      * Documented bzlibversion
  2.015 3 September 2008
      * Makefile.PL
        Backout changes made in 2.014
  2.014 2 September 2008
      * Makefile.PL
        Updated to check for indirect dependencies.
  2.012 15 July 2008
      * No Changes
  2.011 17 May 2008
      * No Changes
  2.010 5 May 2008
      * No Changes
  2.009 20 April 2008
      * Updated to use bzip2 1.0.5
  2.008 2 November 2007
      * Minor documentation changes in README
  2.006 1 September 2007
      * Added the bzip2 LICENSE file into bzip2-src.
        [rt.cpan.org #28980]
  2.005 18 June 2007
      * Added patch from Fedora to allow the module to be built with an
        existing bzip2 library.
        [rt.cpan.org #25489]
  2.004 3 March 2007
      * Updated to use bzip2 1.0.4
      * Remove redundant code from Bzip2.xs
  2.003 2 January 2007
      * Added explicit version checking
  2.002 29 December 2006
      * Documentation updates.
  2.001 1 November 2006
      * Remove beta status.
  2.000_14 26 October 2006
      * Fixed memory leak on realloc.
  2.000_12 12 May 2006
      * Documentation updates.
  2.000_10 13 March 2006
      * Created Compress::Raw::Bzip2