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