4 - clean up .dSYM directories generated performing probes on OS X
10 - fix some compiler warnings, no functional changes
15 - libpng 1.5 specific probes were looking for libpng 1.4 filenames.
17 - added alternative probe configurations that try to link libz, to
18 handle a statically linked libpng.
19 https://rt.cpan.org/Ticket/Display.html?id=74043
22 - improve error reporting
23 - add png_interlace, png_bits tags
24 - read paletted images as paletted images, including transparency
25 - read 1 bit greyscale images as a type suitable for other file
26 handlers to write as bilevel
27 - read 16 bit/sample PNG as 16-bit/sample Imager images
28 - write "bilevel" paletted images as 1 bit grayscale images
29 - write paletted images as paletted images
30 - write 16-bit (or higher)/sample images as 16-bit/sample PNG
32 - improved metadata support
33 https://rt.cpan.org/Ticket/Display.html?id=29268
38 - no longer fallback to using DynaLoader to load the XS code
39 https://rt.cpan.org/Ticket/Display.html?id=75560
44 - modify to use the new buffered I/O functions instead of calling
45 I/O layer callbacks directly.
47 - handle I/O close errors properly
52 - update the bundled (and still modified) Devel::CheckLib
53 https://rt.cpan.org/Ticket/Display.html?id=69170
58 - the big types cleanup
63 - replace (imager|tony)@imager.perl.org in the doc, since I don't
64 plan to continue receiving mail at that address.
65 https://rt.cpan.org/Ticket/Display.html?id=68591
67 - Makefile.PL updates to report library detection info back to the
68 main Imager Makefile.PL.
69 https://rt.cpan.org/Ticket/Display.html?id=9675
76 - don't access deprecated members of the png_structp.
77 https://rt.cpan.org/Ticket/Display.html?id=60242
79 - cleanup testout on make clean
86 - add inc at the front of @INC so we don't pick up old installed
92 Initial release based on Imager 0.77
94 The idea here is that you can depend on Imager::File::PNG and be sure