Subject: CVS commit: pkgsrc/graphics/gd
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 07/01/2007 07:54:25
Module Name:	pkgsrc
Committed By:	adam
Date:		Sun Jul  1 07:54:25 UTC 2007

Modified Files:
	pkgsrc/graphics/gd: Makefile distinfo
	pkgsrc/graphics/gd/patches: patch-aa

Log Message:
Changes 2.0.35:
* Fix valgrind error in gdImageFillTiled
* Add missing custom cmake macros
* Avoid signature buffer copy  in gd_gif_c
* Race condition in gdImageStringFTEx
* Reading GIF images is not thread safe (static usage in private functions)
* GIF Local palette is read twice
* GIF, Use local frame dimension when possible instead of the logical screen size
* OpenVMS build support, see VMS/README.VMS for the details
* GIF, do not try to use the global colmap if it does not exist
* gdImageAALine draws axis lines with two pixels width
* TTF usage doesn't work properly on Netware
* gdImageArc CPU usage with large angles
* gdImageFilledRectangle regression fixed when used with reversed edges
* Possible infinite loop in libgd/gd_png.c, flaw found by Xavier Roche
* Fixed segfault when an invalid color index is present in a GIF image data
* Possible integer overflow in gdImageCreateTrueColor
* gdImageCreateXbm can crash if gdImageCreate fails


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 pkgsrc/graphics/gd/Makefile
cvs rdiff -r1.26 -r1.27 pkgsrc/graphics/gd/distinfo
cvs rdiff -r1.17 -r1.18 pkgsrc/graphics/gd/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.