4 - update the bundled/modified Devel::CheckLib to handle the gcc-4
10 - skip the benign tests before libpng 1.6.0 since older versions do
11 not treat an extranrous palette as any sort of error.
16 - support libpng 1.6.10.
17 1.6.10 changed CRC errors from benign errors to normal errors,
18 which broke the test which used CRC errors to check for benign
19 error support. Switched to using a 1-bit grey-scale image with a
20 palette to test for benign errors.
21 https://rt.cpan.org/Ticket/Display.html?id=94717
26 - treat a version mismatch between library and headers as a probe
28 https://rt.cpan.org/Ticket/Display.html?id=86659
30 - the check for benign error support is more complex than a simple
31 library version check, check for the appropriate macro.
32 Thanks for Slaven Rezic for following up on my CPAN Testers result
34 https://rt.cpan.org/Ticket/Display.html?id=86659
39 Distributed with Imager 0.96_01.
42 https://rt.cpan.org/Ticket/Display.html?id=85746
52 - clean up .dSYM directories generated performing probes on OS X
55 - pass the --verbose command-line option through to Imager::Probe in
57 https://rt.cpan.org/Ticket/Display.html?id=75878
62 - fix some compiler warnings, no functional changes
67 - libpng 1.5 specific probes were looking for libpng 1.4 filenames.
69 - added alternative probe configurations that try to link libz, to
70 handle a statically linked libpng.
71 https://rt.cpan.org/Ticket/Display.html?id=74043
74 - improve error reporting
75 - add png_interlace, png_bits tags
76 - read paletted images as paletted images, including transparency
77 - read 1 bit greyscale images as a type suitable for other file
78 handlers to write as bilevel
79 - read 16 bit/sample PNG as 16-bit/sample Imager images
80 - write "bilevel" paletted images as 1 bit grayscale images
81 - write paletted images as paletted images
82 - write 16-bit (or higher)/sample images as 16-bit/sample PNG
84 - improved metadata support
85 https://rt.cpan.org/Ticket/Display.html?id=29268
90 - no longer fallback to using DynaLoader to load the XS code
91 https://rt.cpan.org/Ticket/Display.html?id=75560
96 - modify to use the new buffered I/O functions instead of calling
97 I/O layer callbacks directly.
99 - handle I/O close errors properly
104 - update the bundled (and still modified) Devel::CheckLib
105 https://rt.cpan.org/Ticket/Display.html?id=69170
110 - the big types cleanup
115 - replace (imager|tony)@imager.perl.org in the doc, since I don't
116 plan to continue receiving mail at that address.
117 https://rt.cpan.org/Ticket/Display.html?id=68591
119 - Makefile.PL updates to report library detection info back to the
120 main Imager Makefile.PL.
121 https://rt.cpan.org/Ticket/Display.html?id=9675
128 - don't access deprecated members of the png_structp.
129 https://rt.cpan.org/Ticket/Display.html?id=60242
131 - cleanup testout on make clean
138 - add inc at the front of @INC so we don't pick up old installed
144 Initial release based on Imager 0.77
146 The idea here is that you can depend on Imager::File::PNG and be sure