4 - remove an unneeded check when terminating the stream for JPEG
10 - move common EXIF parsing into core Imager.
15 - Makefile.PL improvements
20 - update the bundled/modified Devel::CheckLib to handle the gcc-4
26 - added the jpeg_optimize parameter for writing JPEG files. This can
27 significantly reduce file sizes, but uses more memory and time.
28 https://rt.cpan.org/Ticket/Display.html?id=94292
33 - correct an internal documentation error. No functional changes.
38 - fix some mismatched format strings/types
43 - correct 0.85 header below
45 - test code now reports the (compile-time) library version
50 - avoid static variables when capturing IPTC data
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 - allow compiling imexif.c with C89 compilers.
67 - no longer fallback to using DynaLoader to load the XS code
68 https://rt.cpan.org/Ticket/Display.html?id=75560
73 - modify to use the new buffered I/O functions instead of calling
74 I/O layer callbacks directly.
76 - handle I/O close errors properly
81 - update the bundled (and still modified) Devel::CheckLib
82 https://rt.cpan.org/Ticket/Display.html?id=69170
84 - use snprintf() when imconfig.h indicates it's available
85 https://rt.cpan.org/Ticket/Display.html?id=69147
90 - the big types cleanup
92 - fail writing an image that is too large for JPEG to support.
97 - add progressive write support
98 https://rt.cpan.org/Ticket/Display.html?id=68691
100 - replace (imager|tony)@imager.perl.org in the doc, since I don't
101 plan to continue receiving mail at that address.
102 https://rt.cpan.org/Ticket/Display.html?id=68591
104 Imager-File-JPEG 0.78
105 =====================
107 Split off from Imager.