From bb88a192ced113b15417b6a8ee99a8153bfdbe3a Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Mon, 7 Oct 2002 17:11:34 +0000 Subject: [PATCH] . --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index edad7386fe3..494c0917f4f 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ? ? ??? 2002, Version 4.3.0 +- Make ImageTruecolorToPalette() in bundled GD2 library actually work (Rasmus) +- Fix ImageCopy() in bundled GD2 library to handle copying from truecolor to + palette-based. (Wez, Rasmus) - Read-only GIF support for bundled GD2 library (Rasmus) - Make the glue argument to implode() optional, if it is not specified default to using "". (Sterling)