avoid re-entrancy into libtiff using the mutex api
[imager.git] / TIFF / Changes
1 Imager-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
7  - clean up .dSYM directories generated performing probes on OS X
8    Mountain Lion.
9
10  - pass the --verbose command-line option through to Imager::Probe in
11    Makefile.PL
12    https://rt.cpan.org/Ticket/Display.html?id=75878
13
14 Imager-File-TIFF 0.83
15 =====================
16
17  - no longer fallback to using DynaLoader to load the XS code
18    https://rt.cpan.org/Ticket/Display.html?id=75560
19
20 Imager-File-TIFF 0.82
21 =====================
22
23  - modify to use the new buffered I/O functions instead of calling
24    I/O layer callbacks directly.
25    https://rt.cpan.org/Ticket/Display.html?id=69912
26
27  - handle I/O close errors properly
28
29 Imager-File-TIFF 0.81
30 =====================
31
32  - check image file limits set by set_file_limits()
33
34  - use TIFFReadDirectory() instead of TIFFSetDirectory() to step
35    through IFDs, since that handles IFD loops.
36
37  - update the bundled (and still modified) Devel::CheckLib
38    https://rt.cpan.org/Ticket/Display.html?id=69170
39
40 Imager-File-TIFF 0.80
41 =====================
42
43  - the big types cleanup
44
45 Imager-File-TIFF 0.79
46 =====================
47
48  - handle slightly different warning from libtiff 4.x
49    https://rt.cpan.org/Ticket/Display.html?id=65268
50
51  - replace (imager|tony)@imager.perl.org in the doc, since I don't
52    plan to continue receiving mail at that address.
53    https://rt.cpan.org/Ticket/Display.html?id=68591
54
55 Imager-File-TIFF 0.78
56 =====================
57
58 Split out from Imager.