]> git.imager.perl.org - imager.git/blob - GIF/Changes
change note for the JPEG version reporting change
[imager.git] / GIF / Changes
1 Imager-File-GIF 0.85
2 ====================
3
4  - add giflib 5.0 support.
5    https://rt.cpan.org/Ticket/Display.html?id=79029
6    The giflib API Imager uses doesn't have a mechanism to set the
7    header version in 5.0.0.
8
9  - previously a transparency enabled write (the default) would always
10    use a GIF89a header even if none of the images were transparent.
11
12  - update the GIF library probe code to check for the new giflib 5.0.1
13    EGifSetGifVersion() function, and to check for the giflib 4.2.0
14    uninitialized gif89 bug.
15    https://rt.cpan.org/Ticket/Display.html?id=79679
16    http://sourceforge.net/tracker/?func=detail&aid=3574283&group_id=102202&atid=631304
17
18  - clean up .dSYM directories generated performing probes on OS X
19    Mountain Lion.
20
21  - pass the --verbose command-line option through to Imager::Probe in
22    Makefile.PL
23    https://rt.cpan.org/Ticket/Display.html?id=75878
24
25 Imager-File-GIF 0.84 - released with Imager 0.92_01
26 ====================
27
28  - giflib 4.2 eliminates the GIF_LIB_VERSION macro, handle that
29    correctly for both probing and runtime.
30    https://rt.cpan.org/Ticket/Display.html?id=77672
31
32  - allow building with C89 compilers
33
34 Imager-File-GIF 0.83
35 ====================
36
37  - no longer fallback to using DynaLoader to load the XS code
38    https://rt.cpan.org/Ticket/Display.html?id=75560
39
40 Imager-File-GIF 0.82
41 ====================
42
43  - modify to use the new buffered I/O functions instead of calling
44    I/O layer callbacks directly.
45
46  - handle I/O close errors properly
47
48 Imager-File-GIF 0.81
49 ====================
50
51  - update the bundled (and still modified) Devel::CheckLib
52    https://rt.cpan.org/Ticket/Display.html?id=69170
53
54  - use snprintf() when imconfig.h indicates it's available
55    https://rt.cpan.org/Ticket/Display.html?id=69147
56
57 Imager-File-GIF 0.80
58 ====================
59
60  - the big types cleanup
61
62  - refuse to write images (or screens) that are too large to represent.
63
64 Imager-File-GIF 0.79
65 ====================
66
67  - writing a paletted image to GIF wouldn't always use the colors
68    supplied (or generated, eg. via make_colors => "mono"), which was
69    confusing at best.  Requires changes from Imager 0.84.
70    https://rt.cpan.org/Ticket/Display.html?id=67912
71
72  - replace (imager|tony)@imager.perl.org in the doc, since I don't
73    plan to continue receiving mail at that address.
74    https://rt.cpan.org/Ticket/Display.html?id=68591
75
76 Imager-File-GIF 0.78
77 ====================
78
79 Split out from Imager.