diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-01 14:31:17 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-01 14:31:17 +0100 |
commit | d371e02a597f759bb8188a51ce0eaac8bb8ce869 (patch) | |
tree | 7ff7023aab4b51071c43f1de842dfd8510d68498 /cpan/Compress-Raw-Bzip2/Changes | |
parent | e9dc4a2bf6ff50c27a5bd2e83ff4755923a33e7a (diff) | |
download | perl-d371e02a597f759bb8188a51ce0eaac8bb8ce869.tar.gz |
Move Compress::Raw::Bzip2 from ext/ to cpan/
Diffstat (limited to 'cpan/Compress-Raw-Bzip2/Changes')
-rw-r--r-- | cpan/Compress-Raw-Bzip2/Changes | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/cpan/Compress-Raw-Bzip2/Changes b/cpan/Compress-Raw-Bzip2/Changes new file mode 100644 index 0000000000..a8e2fbf73e --- /dev/null +++ b/cpan/Compress-Raw-Bzip2/Changes @@ -0,0 +1,104 @@ +CHANGES +------- + + 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 + |