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