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