]> git.imager.perl.org - imager.git/blob - GIF/Changes
a6eda6c85a3f94ba4a14422b9e756755322c8d5c
[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
7  - previously a transparency enabled write (the default) would always
8    use a GIF89a header even if none of the images were transparent.
9
10 Imager-File-GIF 0.84 - released with Imager 0.92_01
11 ====================
12
13  - giflib 4.2 eliminates the GIF_LIB_VERSION macro, handle that
14    correctly for both probing and runtime.
15    https://rt.cpan.org/Ticket/Display.html?id=77672
16
17  - allow building with C89 compilers
18
19 Imager-File-GIF 0.83
20 ====================
21
22  - no longer fallback to using DynaLoader to load the XS code
23    https://rt.cpan.org/Ticket/Display.html?id=75560
24
25 Imager-File-GIF 0.82
26 ====================
27
28  - modify to use the new buffered I/O functions instead of calling
29    I/O layer callbacks directly.
30
31  - handle I/O close errors properly
32
33 Imager-File-GIF 0.81
34 ====================
35
36  - update the bundled (and still modified) Devel::CheckLib
37    https://rt.cpan.org/Ticket/Display.html?id=69170
38
39  - use snprintf() when imconfig.h indicates it's available
40    https://rt.cpan.org/Ticket/Display.html?id=69147
41
42 Imager-File-GIF 0.80
43 ====================
44
45  - the big types cleanup
46
47  - refuse to write images (or screens) that are too large to represent.
48
49 Imager-File-GIF 0.79
50 ====================
51
52  - writing a paletted image to GIF wouldn't always use the colors
53    supplied (or generated, eg. via make_colors => "mono"), which was
54    confusing at best.  Requires changes from Imager 0.84.
55    https://rt.cpan.org/Ticket/Display.html?id=67912
56
57  - replace (imager|tony)@imager.perl.org in the doc, since I don't
58    plan to continue receiving mail at that address.
59    https://rt.cpan.org/Ticket/Display.html?id=68591
60
61 Imager-File-GIF 0.78
62 ====================
63
64 Split out from Imager.