cvs: gd(GD_2_0) /libgd NEWS
[email protected] ("Pierre-Alain Joye")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1172534105@cvsserver> |
pajoye Mon Feb 26 23:55:05 2007 UTC
Modified files: (Branch: GD_2_0)
/gd/libgd NEWS
Log:
- update NEWS for 2.0.35RC1
http://cvs.php.net/viewvc.cgi/gd/libgd/NEWS?r1=1.4.2.3&r2=1.4.2.4&diff_format=u
Index: gd/libgd/NEWS
diff -u gd/libgd/NEWS:1.4.2.3 gd/libgd/NEWS:1.4.2.4
--- gd/libgd/NEWS:1.4.2.3 Wed Feb 7 00:27:42 2007
+++ gd/libgd/NEWS Mon Feb 26 23:55:05 2007
@@ -1,3 +1,10 @@
+GD 2.0.35RC1 (2007-02-27)
+41, Fix valgrind error in gdImageFillTiled (Nuno Lopes)
+45, Add missing custom cmake macros (required for the tests suite)
+51, Use strncpy() instead of strlcpy() in gd_gif_c (Ilia, Pierre)
+48, Race condition in gdImageStringFTEx (Antony Dogval, Pierre)
+
+GD 2.0.34 (2007-02-07)
3, Initialize variables in tweenColorTest, fix cache
4, gdImageFill, multiple segfaults with patterns or invalid arguments
5, gdImageRectangle draws corners twice