4 - fix some mismatched format strings/types
14 - for libtiff versions that support extended warning handlers (3.8.0
15 or later), use them to avoid some global variables.
17 - clean up .dSYM directories generated performing probes on OS X
20 - pass the --verbose command-line option through to Imager::Probe in
22 https://rt.cpan.org/Ticket/Display.html?id=75878
27 - no longer fallback to using DynaLoader to load the XS code
28 https://rt.cpan.org/Ticket/Display.html?id=75560
33 - modify to use the new buffered I/O functions instead of calling
34 I/O layer callbacks directly.
35 https://rt.cpan.org/Ticket/Display.html?id=69912
37 - handle I/O close errors properly
42 - check image file limits set by set_file_limits()
44 - use TIFFReadDirectory() instead of TIFFSetDirectory() to step
45 through IFDs, since that handles IFD loops.
47 - update the bundled (and still modified) Devel::CheckLib
48 https://rt.cpan.org/Ticket/Display.html?id=69170
53 - the big types cleanup
58 - handle slightly different warning from libtiff 4.x
59 https://rt.cpan.org/Ticket/Display.html?id=65268
61 - replace (imager|tony)@imager.perl.org in the doc, since I don't
62 plan to continue receiving mail at that address.
63 https://rt.cpan.org/Ticket/Display.html?id=68591
68 Split out from Imager.