]> git.imager.perl.org - imager.git/blob - TIFF/Changes
avoid dead code in i_get_anonymous_color_histo()
[imager.git] / TIFF / Changes
1 Imager-File-TIFF 0.89
2 =====================
3
4  - update the bundled/modified Devel::CheckLib to handle the gcc-4
5    symlink on Cygwin
6
7 Imager-File-TIFF 0.88
8 =====================
9
10  - handle SampleFormat = 2 by translating the signed integer values to
11    unsigned by flipping their sign bits.
12
13    Handle SampleFormat = 3 where possible.
14
15    SampleFormat is ignored for paletted images.
16
17    Mixed SampleFormat are be handled incorrectly, since libtiff
18    returns only the first SampleFormat value, and an image with both
19    an alpha channel and SampleFormat = 2 for color channels probably
20    has a different SampleFormat for the alpha channel.
21
22    https://rt.cpan.org/Ticket/Display.html?id=74540
23
24  - eliminate some warnings produced by GCC 4.7.2:
25
26     - a set but otherwise unused variable,
27
28     - an incompletely bracketed array of structures initialization, and
29
30     - a format string error (with no security implications)
31
32 Imager-File-TIFF 0.87
33 =====================
34
35  - fix some mismatched format strings/types
36
37 Imager-File-TIFF 0.86
38 =====================
39
40  - update README
41
42 Imager-File-TIFF 0.85
43 =====================
44
45  - for libtiff versions that support extended warning handlers (3.8.0
46    or later), use them to avoid some global variables.
47
48  - clean up .dSYM directories generated performing probes on OS X
49    Mountain Lion.
50
51  - pass the --verbose command-line option through to Imager::Probe in
52    Makefile.PL
53    https://rt.cpan.org/Ticket/Display.html?id=75878
54
55 Imager-File-TIFF 0.83
56 =====================
57
58  - no longer fallback to using DynaLoader to load the XS code
59    https://rt.cpan.org/Ticket/Display.html?id=75560
60
61 Imager-File-TIFF 0.82
62 =====================
63
64  - modify to use the new buffered I/O functions instead of calling
65    I/O layer callbacks directly.
66    https://rt.cpan.org/Ticket/Display.html?id=69912
67
68  - handle I/O close errors properly
69
70 Imager-File-TIFF 0.81
71 =====================
72
73  - check image file limits set by set_file_limits()
74
75  - use TIFFReadDirectory() instead of TIFFSetDirectory() to step
76    through IFDs, since that handles IFD loops.
77
78  - update the bundled (and still modified) Devel::CheckLib
79    https://rt.cpan.org/Ticket/Display.html?id=69170
80
81 Imager-File-TIFF 0.80
82 =====================
83
84  - the big types cleanup
85
86 Imager-File-TIFF 0.79
87 =====================
88
89  - handle slightly different warning from libtiff 4.x
90    https://rt.cpan.org/Ticket/Display.html?id=65268
91
92  - replace (imager|tony)@imager.perl.org in the doc, since I don't
93    plan to continue receiving mail at that address.
94    https://rt.cpan.org/Ticket/Display.html?id=68591
95
96 Imager-File-TIFF 0.78
97 =====================
98
99 Split out from Imager.