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