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