cvs: gd(GD_2_0) /libgd NEWS
[email protected] ("Pierre-Alain Joye")
| Newsgroups | php.gd.cvs |
|---|---|
| Message-ID | <cvspajoye1170466452@cvsserver> |
pajoye Sat Feb 3 01:34:12 2007 UTC
Modified files: (Branch: GD_2_0)
/gd/libgd NEWS
Log:
- updates
http://cvs.php.net/viewvc.cgi/gd/libgd/NEWS?r1=1.4&r2=1.4.2.1&diff_format=u
Index: gd/libgd/NEWS
diff -u gd/libgd/NEWS:1.4 gd/libgd/NEWS:1.4.2.1
--- gd/libgd/NEWS:1.4 Tue Jan 30 09:11:17 2007
+++ gd/libgd/NEWS Sat Feb 3 01:34:12 2007
@@ -4,7 +4,7 @@
6, GIF Output does use the transparent color with truecolor images
7, Multiple security issues in GIF loader
8, gdIimageCopy doen't use the alpha channel
- 9, Add autogen and and misc configure/makefile
+ 9, Add autogen and and misc configure/makefile (Lars Hecking)
10, gdImageFilledEllipse does not respect transparency
11, gdImageCreateFromPng* crashes with empty file
12, gdImageCreateFromPngCrx, initialize the signature buffer not the
@@ -12,23 +12,30 @@
13, leak in jinit_2pass_quantizer (gd_topal.c)
14, Added santiy checks for possible memory allocation errors
15, gdImageCreatePaletteFromTrueColor, later color allocations overwrite
- the palette colors
+ the palette colors (Rob Leslie)
16, Obscure error on Sun's compiler in entities.tcl
+ (John Ellson/Graphviz)
17, gdImageCreate, invalid gdFree call when overflow2 fails
18, HWB_Diff, invalid usage of abs instead of fabs
+ (Nick Atty)
19, Fixed gdImageCopyMergeGray when used with a true color image
20, transparency preservation in gdImageCopyRotated
21, Out of range checks in gdImageSetAAPixelColor
22, gdFontCacheSetup does not stop on error
23, Errors when gdImageStringFTEx is called with an empty string
+ (Kevin Scaldeferri)
24, gdft.c, uninitialized variable "charmap" and avoid divide-by-zero
+ (John Ellson/Graphviz)
25, DISABLE_THREADS to permit disabling of thread support
+ (John Ellson/Graphviz)
26, dynamicGetbuf, sourceGetbuf must return 0 for errors and EOF
27, gdSeek declaration is wrong
-29, Windows native makefile
-31, Shared library support on cygwin (patch)
+29, Windows native makefile (Edin Kadribašić)
+30, restores the ability to recognize and handle a font with
+ Adobe-specific character encoding. Added gdFTEX_Adobe_Custom.
+31, Shared library support on cygwin (Dr. Volker Zell)
32, Pattern-fill works incorrectly if tile is created via
- gdImageCreateTruecolor
+ gdImageCreateTruecolor (Ethan Merritt)
33, malformed PNG image crashes (CRC error)
34, reading some gif images creates infinite loop
-36, gdImageFillToBorder crashes when used with alpha
\ No newline at end of file
+36, gdImageFillToBorder crashes when used with alpha