]> git.imager.perl.org - imager.git/blob - TIFF/Changes
[rt #75560] don't fallback to using DynaLoader when XSLoader fails
[imager.git] / TIFF / Changes
1 Imager-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
7 Imager-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
16 Imager-File-TIFF 0.81
17 =====================
18
19  - check image file limits set by set_file_limits()
20
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
27 Imager-File-TIFF 0.80
28 =====================
29
30  - the big types cleanup
31
32 Imager-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
42 Imager-File-TIFF 0.78
43 =====================
44
45 Split out from Imager.