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