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