Share

giflib -- A library for processing GIFs

File Release Notes and Changelog

Release Name: 4.1.1

Notes:
Quick release of 4.1.1 that merges changes from the old CVS tree
and the patches that have been floating around in the RHL/Mandrake
RPMS for years.

Changes: 2004-02-17 Toshio Kuratomi <toshio@tiki-lounge.com> - r24 * Updated libungif.spec to look more like fedora core spec * Updated version numbers in all files 2004-02-17 Toshio Kuratomi <toshio@tiki-lounge.com> - r23 * Add the libungif*.tar.bz2 distribution tarball to the ignored files * configure.ac, lib/getarg.c, lib/getarg.h, lib/gif_lib.h, lib/qprintf.c: Prefer stdarg.h over vararg.h * TODO: Add information about functions that will go away in 5.0 (In reality, I don't think new software uses libungif, so there may never be a 5.0 release.) * lib/gif_lib.h: Change version from 4.0 to 4.1 * NEWS: add deprecation warning for the qprintf stuff: GifQuietPrint var and GifQprintf function. 2004-02-16 Toshio Kuratomi <toshio@tiki-lounge.com> - r21 * util/gif2iris.c, util/gif2rle.c, util/gifinfo.c: Fix problems with fprintf error statements in the utils 2004-02-16 Toshio Kuratomi <toshio@tiki-lounge.com> - r20 Add DEVELOPERS file to the distribution. 2004-02-16 Toshio Kuratomi <toshio@tiki-lounge.com> - r19 * AUTHORS, libungif.spec, libungif.lsm, README, BUGS, NEWS: Lots of changes to my email address and the website/download. (libungif is moving to sourceforge.) * TODO: Few notes on cleanups that need to happen. State what needs to be done for 4.1.1 to be released. 2004-02-15 Toshio Kuratomi <toshio@tiki-lounge.com> - r18 Changes imported from last cvs checkout * TODO: note to check return of malloc everywhere * lib/dgif_lib.c, lib/egif_lib.c: Fix some deallocation bugs * lib/gifalloc.c: Fix a colormap allocation problem * lib/gif_font.c: Fix to drawing text 2004-02-15 Toshio Kuratomi <toshio@tiki-lounge.com> - r17 Added libgetarg.a to the ignore list. 2004-02-15 Toshio Kuratomi <toshio@tiki-lounge.com> - r16 Changes to the build infrastructure to build under current libtool, automake, and libtool. * configure.in: renamed to configure.ac * acconfig.h: deleted. Functionality moved into the configure.ac * autogen.sh: now runs libtoolize --automake * lib/Makefile.am, util/Makefile.am: CFLAGS=>AM_CFLAGS; INCLUDES=>AM_CPPFLAGS * configure.ac: - initialization macros for automake and autoconf have changed - removed checks for C++ compiler and Awk - acconfig.h functionality moved here. - add other X11 libraries to the X11_LIB define