]> git.imager.perl.org - imager.git/blob - JPEG/Changes
add probe support for FLIF files
[imager.git] / JPEG / Changes
1 Imager-File-JPEG 0.90
2 =====================
3
4  - update the bundled/modified Devel::CheckLib to handle the gcc-4
5    symlink on Cygwin
6
7 Imager-File-JPEG 0.89
8 =====================
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
14 Imager-File-JPEG 0.88
15 =====================
16
17  - correct an internal documentation error.  No functional changes.
18
19 Imager-File-JPEG 0.87
20 =====================
21
22  - fix some mismatched format strings/types
23
24 Imager-File-JPEG 0.86
25 =====================
26
27  - correct 0.85 header below
28
29  - test code now reports the (compile-time) library version
30
31 Imager-File-JPEG 0.85
32 =====================
33
34  - avoid static variables when capturing IPTC data
35
36  - clean up .dSYM directories generated performing probes on OS X
37    Mountain Lion.
38
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
43 Imager-File-JPEG 0.84
44 =====================
45
46  - allow compiling imexif.c with C89 compilers.
47
48 Imager-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
54 Imager-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
62 Imager-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
71 Imager-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
78 Imager-File-JPEG 0.79
79 =====================
80
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
87
88 Imager-File-JPEG 0.78
89 =====================
90
91 Split off from Imager.