0.86 release
[imager.git] / TIFF / Changes
1 Imager-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
10 Imager-File-TIFF 0.81
11 =====================
12
13  - check image file limits set by set_file_limits()
14
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
21 Imager-File-TIFF 0.80
22 =====================
23
24  - the big types cleanup
25
26 Imager-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
36 Imager-File-TIFF 0.78
37 =====================
38
39 Split out from Imager.