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