4 - update the bundled/modified Devel::CheckLib to handle the gcc-4
10 - added the jpeg_optimize parameter for writing JPEG files. This can
11 significantly reduce file sizes, but uses more memory and time.
12 https://rt.cpan.org/Ticket/Display.html?id=94292
17 - correct an internal documentation error. No functional changes.
22 - fix some mismatched format strings/types
27 - correct 0.85 header below
29 - test code now reports the (compile-time) library version
34 - avoid static variables when capturing IPTC data
36 - clean up .dSYM directories generated performing probes on OS X
39 - pass the --verbose command-line option through to Imager::Probe in
41 https://rt.cpan.org/Ticket/Display.html?id=75878
46 - allow compiling imexif.c with C89 compilers.
51 - no longer fallback to using DynaLoader to load the XS code
52 https://rt.cpan.org/Ticket/Display.html?id=75560
57 - modify to use the new buffered I/O functions instead of calling
58 I/O layer callbacks directly.
60 - handle I/O close errors properly
65 - update the bundled (and still modified) Devel::CheckLib
66 https://rt.cpan.org/Ticket/Display.html?id=69170
68 - use snprintf() when imconfig.h indicates it's available
69 https://rt.cpan.org/Ticket/Display.html?id=69147
74 - the big types cleanup
76 - fail writing an image that is too large for JPEG to support.
81 - add progressive write support
82 https://rt.cpan.org/Ticket/Display.html?id=68691
84 - replace (imager|tony)@imager.perl.org in the doc, since I don't
85 plan to continue receiving mail at that address.
86 https://rt.cpan.org/Ticket/Display.html?id=68591
91 Split off from Imager.