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