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