Devel::CheckLib: remove generated .dSYM directories on OS X
[imager.git] / JPEG / Changes
1  - avoid static variables when capturing IPTC data
2
3 Imager-File-JPEG 0.84
4 =====================
5
6  - allow compiling imexif.c with C89 compilers.
7
8 Imager-File-JPEG 0.83
9 =====================
10
11  - no longer fallback to using DynaLoader to load the XS code
12    https://rt.cpan.org/Ticket/Display.html?id=75560
13
14 Imager-File-JPEG 0.82
15 =====================
16
17  - modify to use the new buffered I/O functions instead of calling
18    I/O layer callbacks directly.
19
20  - handle I/O close errors properly
21
22 Imager-File-JPEG 0.81
23 =====================
24
25  - update the bundled (and still modified) Devel::CheckLib
26    https://rt.cpan.org/Ticket/Display.html?id=69170
27
28  - use snprintf() when imconfig.h indicates it's available
29    https://rt.cpan.org/Ticket/Display.html?id=69147
30
31 Imager-File-JPEG 0.80
32 =====================
33
34  - the big types cleanup
35
36  - fail writing an image that is too large for JPEG to support.
37
38 Imager-File-JPEG 0.79
39 =====================
40
41  - add progressive write support
42    https://rt.cpan.org/Ticket/Display.html?id=68691
43
44  - replace (imager|tony)@imager.perl.org in the doc, since I don't
45    plan to continue receiving mail at that address.
46    https://rt.cpan.org/Ticket/Display.html?id=68591
47
48 Imager-File-JPEG 0.78
49 =====================
50
51 Split off from Imager.