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