Commit | Line | Data |
---|---|---|
12db268a TC |
1 | Imager-File-JPEG 0.88 |
2 | ===================== | |
3 | ||
4 | - correct an internal documentation error. | |
5 | ||
17ea9500 TC |
6 | Imager-File-JPEG 0.87 |
7 | ===================== | |
8 | ||
9 | - fix some mismatched format strings/types | |
10 | ||
d20ad5ba TC |
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 | |
8c323994 TC |
19 | ===================== |
20 | ||
b2f967ef TC |
21 | - avoid static variables when capturing IPTC data |
22 | ||
70b577d3 TC |
23 | - clean up .dSYM directories generated performing probes on OS X |
24 | Mountain Lion. | |
25 | ||
8c323994 TC |
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 | ||
dcc10c4e TC |
30 | Imager-File-JPEG 0.84 |
31 | ===================== | |
32 | ||
33 | - allow compiling imexif.c with C89 compilers. | |
34 | ||
a5919365 TC |
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 | ||
4b2e59d3 TC |
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 | ||
5fd542c7 TC |
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 | ||
92e9df65 TC |
65 | Imager-File-JPEG 0.79 |
66 | ===================== | |
67 | ||
04b6f77c TC |
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 | |
92e9df65 | 74 | |
893474f1 TC |
75 | Imager-File-JPEG 0.78 |
76 | ===================== | |
77 | ||
78 | Split off from Imager. |