Commit | Line | Data |
---|---|---|
d20ad5ba TC |
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 | |
8c323994 TC |
9 | ===================== |
10 | ||
b2f967ef TC |
11 | - avoid static variables when capturing IPTC data |
12 | ||
70b577d3 TC |
13 | - clean up .dSYM directories generated performing probes on OS X |
14 | Mountain Lion. | |
15 | ||
8c323994 TC |
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 | ||
dcc10c4e TC |
20 | Imager-File-JPEG 0.84 |
21 | ===================== | |
22 | ||
23 | - allow compiling imexif.c with C89 compilers. | |
24 | ||
a5919365 TC |
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 | ||
4b2e59d3 TC |
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 | ||
5fd542c7 TC |
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 | ||
92e9df65 TC |
55 | Imager-File-JPEG 0.79 |
56 | ===================== | |
57 | ||
04b6f77c TC |
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 | |
92e9df65 | 64 | |
893474f1 TC |
65 | Imager-File-JPEG 0.78 |
66 | ===================== | |
67 | ||
68 | Split off from Imager. |