]> git.imager.perl.org - imager.git/blob - TIFF/Changes
TIFF: fix some format string/argument type mismatches
[imager.git] / TIFF / Changes
1 Imager-File-TIFF 0.87
2 =====================
3
4  - fix some mismatched format strings/types
5
6 Imager-File-TIFF 0.86
7 =====================
8
9  - update README
10
11 Imager-File-TIFF 0.85
12 =====================
13
14  - for libtiff versions that support extended warning handlers (3.8.0
15    or later), use them to avoid some global variables.
16
17  - clean up .dSYM directories generated performing probes on OS X
18    Mountain Lion.
19
20  - pass the --verbose command-line option through to Imager::Probe in
21    Makefile.PL
22    https://rt.cpan.org/Ticket/Display.html?id=75878
23
24 Imager-File-TIFF 0.83
25 =====================
26
27  - no longer fallback to using DynaLoader to load the XS code
28    https://rt.cpan.org/Ticket/Display.html?id=75560
29
30 Imager-File-TIFF 0.82
31 =====================
32
33  - modify to use the new buffered I/O functions instead of calling
34    I/O layer callbacks directly.
35    https://rt.cpan.org/Ticket/Display.html?id=69912
36
37  - handle I/O close errors properly
38
39 Imager-File-TIFF 0.81
40 =====================
41
42  - check image file limits set by set_file_limits()
43
44  - use TIFFReadDirectory() instead of TIFFSetDirectory() to step
45    through IFDs, since that handles IFD loops.
46
47  - update the bundled (and still modified) Devel::CheckLib
48    https://rt.cpan.org/Ticket/Display.html?id=69170
49
50 Imager-File-TIFF 0.80
51 =====================
52
53  - the big types cleanup
54
55 Imager-File-TIFF 0.79
56 =====================
57
58  - handle slightly different warning from libtiff 4.x
59    https://rt.cpan.org/Ticket/Display.html?id=65268
60
61  - replace (imager|tony)@imager.perl.org in the doc, since I don't
62    plan to continue receiving mail at that address.
63    https://rt.cpan.org/Ticket/Display.html?id=68591
64
65 Imager-File-TIFF 0.78
66 =====================
67
68 Split out from Imager.