cvs: gd(GD_2_0) /libgd/src NEWS
[email protected] ("Takeshi Abe") Sun, 28 Sep 2008 01:05:29 -0000
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvstabe1222563929@cvsserver> |
tabe Sun Sep 28 01:05:29 2008 UTC
Modified files: (Branch: GD_2_0)
/gd/libgd/src NEWS
Log:
update NEWS
http://cvs.php.net/viewvc.cgi/gd/libgd/src/NEWS?r1=1.4.2.39&r2=1.4.2.40&diff_format=u
Index: gd/libgd/src/NEWS
diff -u gd/libgd/src/NEWS:1.4.2.39 gd/libgd/src/NEWS:1.4.2.40
--- gd/libgd/src/NEWS:1.4.2.39 Fri Feb 1 01:52:25 2008
+++ gd/libgd/src/NEWS Sun Sep 28 01:05:29 2008
@@ -1,7 +1,7 @@
'GD NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
GD 2.0.36 (2007-11-xx)
-145, Fixed keak in gdImageCopyResized (Patch by Brent Bottles)
+145, Fixed leak in gdImageCopyResized (Patch by Brent Bottles)
81, Fixed gdImageCopy with true color image, the transparent color was ignored
(Pierre, Mark Fisher)
88, Fixed support of PNG grayscale image with alpha channel (Pierre)
@@ -18,6 +18,9 @@
127, gdImageWBMPCtx can crash when createwbmp fails (Scott)
132, Fixed decoding of the html entity ϑ (Thomas Bonfort, Pierre)
133, Fixed configure script ignoring --with-png=DIR option (Scott)
+166, Fixed handling 3-digit RGB and transparent color in XPM (Takeshi Abe)
+173, Fixed the memory management in font_path() of gdft.c (Takeshi Abe)
+174, Fixed that font_path() in gdft.c breaks reentrancy (Takeshi Abe)
GD 2.0.35 (2007-06-21)
41, Fix valgrind error in gdImageFillTiled (Nuno Lopes)