Revision history for perl module Image::Quantize
0.00_09 2014-02-27
* Add correct copyright notice, some more documentation.
* Use ordinary malloc/free rather than liq_aligned_malloc/free to see
if this is what is causing all the weird errors at cpan testers.
* Add small epsilon to quality getters to allow for floating point errors.
0.00_08 2014-02-27
* Most of the planned getters now available.
0.00_07 2014-02-27
* Strip out C99 constructs from libimagequant
0.00_06 2014-02-22
* Stricter tests on IHDR chunk.
0.00_05 2014-02-22
* Disable libimagequant check for nul bytes at the end of pointers.
* Replace libimagequant original functions with ones that report the
exact error which causes a failure.
* Better tidyup of allocated memory after a fatal error.
0.00_04 2014-02-22
* Internal changes to track a bug from cpantesters on some systems.
0.00_03 2014-02-22
* Remove "makeitfile", "discard.png" from distribution.
* Better testing in "t/log-callback.t".
0.00_02 2014-02-21
* Remove .o files, .gitmodules, pngquant directory, t/*-output.png
from distribution.
0.00_01 2014-02-21
* Initial testing version