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