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