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