avoid using globals when capturing TIFF warnings
[imager.git] / TIFF / Changes
CommitLineData
60715047
TC
1Imager-File-TIFF 0.85
2=====================
3
4 - for libtiff versions that support extended warning handlers (3.8.0
5 or later), use them to avoid some global variables.
6
a5919365
TC
7Imager-File-TIFF 0.83
8=====================
9
10 - no longer fallback to using DynaLoader to load the XS code
11 https://rt.cpan.org/Ticket/Display.html?id=75560
12
4b2e59d3
TC
13Imager-File-TIFF 0.82
14=====================
15
16 - modify to use the new buffered I/O functions instead of calling
17 I/O layer callbacks directly.
18 https://rt.cpan.org/Ticket/Display.html?id=69912
19
20 - handle I/O close errors properly
21
5fd542c7 22Imager-File-TIFF 0.81
6b7197d0
TC
23=====================
24
25 - check image file limits set by set_file_limits()
26
5fd542c7
TC
27 - use TIFFReadDirectory() instead of TIFFSetDirectory() to step
28 through IFDs, since that handles IFD loops.
29
30 - update the bundled (and still modified) Devel::CheckLib
31 https://rt.cpan.org/Ticket/Display.html?id=69170
32
33Imager-File-TIFF 0.80
34=====================
35
36 - the big types cleanup
37
04b6f77c
TC
38Imager-File-TIFF 0.79
39=====================
40
41 - handle slightly different warning from libtiff 4.x
42 https://rt.cpan.org/Ticket/Display.html?id=65268
43
44 - replace (imager|tony)@imager.perl.org in the doc, since I don't
45 plan to continue receiving mail at that address.
46 https://rt.cpan.org/Ticket/Display.html?id=68591
47
893474f1
TC
48Imager-File-TIFF 0.78
49=====================
50
51Split out from Imager.