Changes to GIF support:
authorTony Cook <tony@develop=help.com>
Thu, 31 Aug 2006 13:16:45 +0000 (13:16 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 31 Aug 2006 13:16:45 +0000 (13:16 +0000)
commit1660561cb575afc5b2249a5c67a6f4172705beef
tree15ff2d6fefd8cbc708f0d0992099a2f71b95fa7d
parent26ee338816875dc8c2bbb4e281f6c737fe39c274
Changes to GIF support:

- the Nescape loop extension block is written if gif_loop is set.
This requires libungif/libgif 4.1.3 or later.

Resolves: http://rt.cpan.org/Ticket/Display.html?id=21185

- we now set the GIF header depending on the features enabled in the
GIF.  Since we don't do configure type probes for bugs we have to
enable this based on the gif_lib.h version number, it's enabled for
4.1.0 and later, but requires 4.1.3 and later (maybe 4.1.3) to run
without crashing.

You can avoid this crash by passing --nogifsetversion to Makefile.PL,
or by installing a non-buggy libungif/libgif, if there is such a
thing.
Makefile.PL
gif.c
t/t105gif.t