4 - Imager has moved to github.
9 - skipped this version somehow
14 - update the bundled/modified Devel::CheckLib to handle the gcc-4
20 - handle SampleFormat = 2 by translating the signed integer values to
21 unsigned by flipping their sign bits.
23 Handle SampleFormat = 3 where possible.
25 SampleFormat is ignored for paletted images.
27 Mixed SampleFormat are be handled incorrectly, since libtiff
28 returns only the first SampleFormat value, and an image with both
29 an alpha channel and SampleFormat = 2 for color channels probably
30 has a different SampleFormat for the alpha channel.
32 https://rt.cpan.org/Ticket/Display.html?id=74540
34 - eliminate some warnings produced by GCC 4.7.2:
36 - a set but otherwise unused variable,
38 - an incompletely bracketed array of structures initialization, and
40 - a format string error (with no security implications)
45 - fix some mismatched format strings/types
55 - for libtiff versions that support extended warning handlers (3.8.0
56 or later), use them to avoid some global variables.
58 - clean up .dSYM directories generated performing probes on OS X
61 - pass the --verbose command-line option through to Imager::Probe in
63 https://rt.cpan.org/Ticket/Display.html?id=75878
68 - no longer fallback to using DynaLoader to load the XS code
69 https://rt.cpan.org/Ticket/Display.html?id=75560
74 - modify to use the new buffered I/O functions instead of calling
75 I/O layer callbacks directly.
76 https://rt.cpan.org/Ticket/Display.html?id=69912
78 - handle I/O close errors properly
83 - check image file limits set by set_file_limits()
85 - use TIFFReadDirectory() instead of TIFFSetDirectory() to step
86 through IFDs, since that handles IFD loops.
88 - update the bundled (and still modified) Devel::CheckLib
89 https://rt.cpan.org/Ticket/Display.html?id=69170
94 - the big types cleanup
99 - handle slightly different warning from libtiff 4.x
100 https://rt.cpan.org/Ticket/Display.html?id=65268
102 - replace (imager|tony)@imager.perl.org in the doc, since I don't
103 plan to continue receiving mail at that address.
104 https://rt.cpan.org/Ticket/Display.html?id=68591
106 Imager-File-TIFF 0.78
107 =====================
109 Split out from Imager.