cvs: gd(GD_2_0) /libgd/src NEWS
[email protected] ("Pierre-Alain Joye") Sun, 18 Nov 2007 15:08:43 -0000
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1195398523@cvsserver> |
pajoye Sun Nov 18 15:08:43 2007 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.34&r2=1.4.2.35&diff_format=u
Index: gd/libgd/src/NEWS
diff -u gd/libgd/src/NEWS:1.4.2.34 gd/libgd/src/NEWS:1.4.2.35
--- gd/libgd/src/NEWS:1.4.2.34 Wed Oct 24 13:50:31 2007
+++ gd/libgd/src/NEWS Sun Nov 18 15:08:43 2007
@@ -1,8 +1,10 @@
'GD NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-GD 2.0.36 (2007-xx-xx)
- 95, Added Netware builds script
- 97, ease the creation of regexps to match symbols/functions
+GD 2.0.36 (2007-11-xx)
+ 88, Fixed support of PNG grayscale image with alpha channel (Pierre)
+ 95, Added Netware builds script (Guenter)
+ 97, ease the creation of regexp to match symbols/functions in the sources
+ (Guenter)
101, _gdCreateFromFile() can crash if gdImageCreate fails (Mattias Bengtsson)
105, gdImageCreateFrom*Ptr() can crash if gdNewDynamicCtxEx() fails (Mattias)
106, gdImageRectangle draws 1x1 rectangles as 1x3 rectangles (Pierre)
@@ -10,7 +12,7 @@
111, Optimization for single pixel line not in correct order (Mattias)
112, gdImageColorDeallocate can write outside buffer (Mattias Bengtsson)
113, gdImageColorTransparent can write outside buffer (Mattias Bengtsson)
-127, gdImageWBMPCtx can crash when createwbmp fails
+127, gdImageWBMPCtx can crash when createwbmp fails (Scott)
GD 2.0.35 (2007-06-21)
41, Fix valgrind error in gdImageFillTiled (Nuno Lopes)