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