4 - move common EXIF parsing into core Imager.
9 - Makefile.PL improvements
14 - update the bundled/modified Devel::CheckLib to handle the gcc-4
20 - added the jpeg_optimize parameter for writing JPEG files. This can
21 significantly reduce file sizes, but uses more memory and time.
22 https://rt.cpan.org/Ticket/Display.html?id=94292
27 - correct an internal documentation error. No functional changes.
32 - fix some mismatched format strings/types
37 - correct 0.85 header below
39 - test code now reports the (compile-time) library version
44 - avoid static variables when capturing IPTC data
46 - clean up .dSYM directories generated performing probes on OS X
49 - pass the --verbose command-line option through to Imager::Probe in
51 https://rt.cpan.org/Ticket/Display.html?id=75878
56 - allow compiling imexif.c with C89 compilers.
61 - no longer fallback to using DynaLoader to load the XS code
62 https://rt.cpan.org/Ticket/Display.html?id=75560
67 - modify to use the new buffered I/O functions instead of calling
68 I/O layer callbacks directly.
70 - handle I/O close errors properly
75 - update the bundled (and still modified) Devel::CheckLib
76 https://rt.cpan.org/Ticket/Display.html?id=69170
78 - use snprintf() when imconfig.h indicates it's available
79 https://rt.cpan.org/Ticket/Display.html?id=69147
84 - the big types cleanup
86 - fail writing an image that is too large for JPEG to support.
91 - add progressive write support
92 https://rt.cpan.org/Ticket/Display.html?id=68691
94 - replace (imager|tony)@imager.perl.org in the doc, since I don't
95 plan to continue receiving mail at that address.
96 https://rt.cpan.org/Ticket/Display.html?id=68591
101 Split off from Imager.