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