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