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