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