4 - fix some mismatched format strings/types
9 - correct 0.85 header below
11 - test code now reports the (compile-time) library version
16 - avoid static variables when capturing IPTC data
18 - clean up .dSYM directories generated performing probes on OS X
21 - pass the --verbose command-line option through to Imager::Probe in
23 https://rt.cpan.org/Ticket/Display.html?id=75878
28 - allow compiling imexif.c with C89 compilers.
33 - no longer fallback to using DynaLoader to load the XS code
34 https://rt.cpan.org/Ticket/Display.html?id=75560
39 - modify to use the new buffered I/O functions instead of calling
40 I/O layer callbacks directly.
42 - handle I/O close errors properly
47 - update the bundled (and still modified) Devel::CheckLib
48 https://rt.cpan.org/Ticket/Display.html?id=69170
50 - use snprintf() when imconfig.h indicates it's available
51 https://rt.cpan.org/Ticket/Display.html?id=69147
56 - the big types cleanup
58 - fail writing an image that is too large for JPEG to support.
63 - add progressive write support
64 https://rt.cpan.org/Ticket/Display.html?id=68691
66 - replace (imager|tony)@imager.perl.org in the doc, since I don't
67 plan to continue receiving mail at that address.
68 https://rt.cpan.org/Ticket/Display.html?id=68591
73 Split off from Imager.