avoid an unneeded check in the FT1 has_chars() method implementation
[imager.git] / JPEG / Changes
CommitLineData
c7f06039
TC
1Imager-File-JPEG 0.90
2=====================
3
4 - update the bundled/modified Devel::CheckLib to handle the gcc-4
5 symlink on Cygwin
6
7Imager-File-JPEG 0.89
8=====================
6a160bce
TC
9
10 - added the jpeg_optimize parameter for writing JPEG files. This can
11 significantly reduce file sizes, but uses more memory and time.
12 https://rt.cpan.org/Ticket/Display.html?id=94292
13
12db268a
TC
14Imager-File-JPEG 0.88
15=====================
16
64cdb47b 17 - correct an internal documentation error. No functional changes.
12db268a 18
17ea9500
TC
19Imager-File-JPEG 0.87
20=====================
21
22 - fix some mismatched format strings/types
23
d20ad5ba
TC
24Imager-File-JPEG 0.86
25=====================
26
27 - correct 0.85 header below
28
29 - test code now reports the (compile-time) library version
30
31Imager-File-JPEG 0.85
8c323994
TC
32=====================
33
b2f967ef
TC
34 - avoid static variables when capturing IPTC data
35
70b577d3
TC
36 - clean up .dSYM directories generated performing probes on OS X
37 Mountain Lion.
38
8c323994
TC
39 - pass the --verbose command-line option through to Imager::Probe in
40 Makefile.PL
41 https://rt.cpan.org/Ticket/Display.html?id=75878
42
dcc10c4e
TC
43Imager-File-JPEG 0.84
44=====================
45
46 - allow compiling imexif.c with C89 compilers.
47
a5919365
TC
48Imager-File-JPEG 0.83
49=====================
50
51 - no longer fallback to using DynaLoader to load the XS code
52 https://rt.cpan.org/Ticket/Display.html?id=75560
53
4b2e59d3
TC
54Imager-File-JPEG 0.82
55=====================
56
57 - modify to use the new buffered I/O functions instead of calling
58 I/O layer callbacks directly.
59
60 - handle I/O close errors properly
61
5fd542c7
TC
62Imager-File-JPEG 0.81
63=====================
64
65 - update the bundled (and still modified) Devel::CheckLib
66 https://rt.cpan.org/Ticket/Display.html?id=69170
67
68 - use snprintf() when imconfig.h indicates it's available
69 https://rt.cpan.org/Ticket/Display.html?id=69147
70
71Imager-File-JPEG 0.80
72=====================
73
74 - the big types cleanup
75
76 - fail writing an image that is too large for JPEG to support.
77
92e9df65
TC
78Imager-File-JPEG 0.79
79=====================
80
04b6f77c
TC
81 - add progressive write support
82 https://rt.cpan.org/Ticket/Display.html?id=68691
83
84 - replace (imager|tony)@imager.perl.org in the doc, since I don't
85 plan to continue receiving mail at that address.
86 https://rt.cpan.org/Ticket/Display.html?id=68591
92e9df65 87
893474f1
TC
88Imager-File-JPEG 0.78
89=====================
90
91Split off from Imager.