cvs: gd(GD_2_0) /libgd NEWS
[email protected] ("Nuno Lopes")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvsnlopess1173383998@cvsserver> |
nlopess Thu Mar 8 19:59:58 2007 UTC
Modified files: (Branch: GD_2_0)
/gd/libgd NEWS
Log:
fix news, sorry
http://cvs.php.net/viewvc.cgi/gd/libgd/NEWS?r1=1.4.2.7&r2=1.4.2.8&diff_format=u
Index: gd/libgd/NEWS
diff -u gd/libgd/NEWS:1.4.2.7 gd/libgd/NEWS:1.4.2.8
--- gd/libgd/NEWS:1.4.2.7 Thu Mar 8 19:56:38 2007
+++ gd/libgd/NEWS Thu Mar 8 19:59:58 2007
@@ -3,6 +3,8 @@
45, Add missing custom cmake macros (required for the tests suite)
51, Avoid signature buffer copy in gd_gif_c (Nuno Lopes)
48, Race condition in gdImageStringFTEx (Antony Dogval, Pierre)
+52, Reading GIF images is not thread safe (static usage in private
+ functions) (Nuno Lopes, Roman Nemecek)
GD 2.0.34 (2007-02-07)
3, Initialize variables in tweenColorTest, fix cache
@@ -48,5 +50,3 @@
36, gdImageFillToBorder crashes when used with alpha
40, possible Buffer overflow in the gdImageStringFTEx function
in gdft.c (CVE-2007-0455) (Kees Cook)
-52, Reading GIF images is not thread safe (static usage in private
- functions)