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