4 - update the bundled/modified Devel::CheckLib to handle the gcc-4
10 - handle SampleFormat = 2 by translating the signed integer values to
11 unsigned by flipping their sign bits.
13 Handle SampleFormat = 3 where possible.
15 SampleFormat is ignored for paletted images.
17 Mixed SampleFormat are be handled incorrectly, since libtiff
18 returns only the first SampleFormat value, and an image with both
19 an alpha channel and SampleFormat = 2 for color channels probably
20 has a different SampleFormat for the alpha channel.
22 https://rt.cpan.org/Ticket/Display.html?id=74540
24 - eliminate some warnings produced by GCC 4.7.2:
26 - a set but otherwise unused variable,
28 - an incompletely bracketed array of structures initialization, and
30 - a format string error (with no security implications)
35 - fix some mismatched format strings/types
45 - for libtiff versions that support extended warning handlers (3.8.0
46 or later), use them to avoid some global variables.
48 - clean up .dSYM directories generated performing probes on OS X
51 - pass the --verbose command-line option through to Imager::Probe in
53 https://rt.cpan.org/Ticket/Display.html?id=75878
58 - no longer fallback to using DynaLoader to load the XS code
59 https://rt.cpan.org/Ticket/Display.html?id=75560
64 - modify to use the new buffered I/O functions instead of calling
65 I/O layer callbacks directly.
66 https://rt.cpan.org/Ticket/Display.html?id=69912
68 - handle I/O close errors properly
73 - check image file limits set by set_file_limits()
75 - use TIFFReadDirectory() instead of TIFFSetDirectory() to step
76 through IFDs, since that handles IFD loops.
78 - update the bundled (and still modified) Devel::CheckLib
79 https://rt.cpan.org/Ticket/Display.html?id=69170
84 - the big types cleanup
89 - handle slightly different warning from libtiff 4.x
90 https://rt.cpan.org/Ticket/Display.html?id=65268
92 - replace (imager|tony)@imager.perl.org in the doc, since I don't
93 plan to continue receiving mail at that address.
94 https://rt.cpan.org/Ticket/Display.html?id=68591
99 Split out from Imager.