0.86 release
[imager.git] / TIFF / Changes
CommitLineData
4b2e59d3
TC
1Imager-File-TIFF 0.82
2=====================
3
4 - modify to use the new buffered I/O functions instead of calling
5 I/O layer callbacks directly.
6 https://rt.cpan.org/Ticket/Display.html?id=69912
7
8 - handle I/O close errors properly
9
5fd542c7 10Imager-File-TIFF 0.81
6b7197d0
TC
11=====================
12
13 - check image file limits set by set_file_limits()
14
5fd542c7
TC
15 - use TIFFReadDirectory() instead of TIFFSetDirectory() to step
16 through IFDs, since that handles IFD loops.
17
18 - update the bundled (and still modified) Devel::CheckLib
19 https://rt.cpan.org/Ticket/Display.html?id=69170
20
21Imager-File-TIFF 0.80
22=====================
23
24 - the big types cleanup
25
04b6f77c
TC
26Imager-File-TIFF 0.79
27=====================
28
29 - handle slightly different warning from libtiff 4.x
30 https://rt.cpan.org/Ticket/Display.html?id=65268
31
32 - replace (imager|tony)@imager.perl.org in the doc, since I don't
33 plan to continue receiving mail at that address.
34 https://rt.cpan.org/Ticket/Display.html?id=68591
35
893474f1
TC
36Imager-File-TIFF 0.78
37=====================
38
39Split out from Imager.