update sub-module READMEs
[imager.git] / TIFF / Changes
CommitLineData
0953e1cf
TC
1Imager-File-TIFF 0.86
2=====================
3
4 - update README
5
60715047
TC
6Imager-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
70b577d3
TC
12 - clean up .dSYM directories generated performing probes on OS X
13 Mountain Lion.
14
8c323994
TC
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
a5919365
TC
19Imager-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
4b2e59d3
TC
25Imager-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
5fd542c7 34Imager-File-TIFF 0.81
6b7197d0
TC
35=====================
36
37 - check image file limits set by set_file_limits()
38
5fd542c7
TC
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
45Imager-File-TIFF 0.80
46=====================
47
48 - the big types cleanup
49
04b6f77c
TC
50Imager-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
893474f1
TC
60Imager-File-TIFF 0.78
61=====================
62
63Split out from Imager.