pajoye          Wed Apr  4 21:01:52 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    NEWS 
  Log:
  - filter and gd entries
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.624&r2=1.2027.2.547.2.625&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.624 php-src/NEWS:1.2027.2.547.2.625
--- php-src/NEWS:1.2027.2.547.2.624     Wed Apr  4 19:52:19 2007
+++ php-src/NEWS        Wed Apr  4 21:01:51 2007
@@ -1,6 +1,14 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2007, PHP 5.2.2
+- Improved bundled GD
+  . Sync to 2.0.35
+  . colors allocated henceforth from the resulting image overwrite the palette 
+         colors (Rob Leslie)
+  . Improved thread safety of the gif support (Roman Nemecek, Nuno, Pierre)
+       . Use the dimension of the GIF frame to create the destination image 
(Pierre)
+       . Load only once the local color map (Pierre)
+  . Improved thread safety of the freetype cache (Scott MacVicar, Nuno, Pierre)
 - Upgraded libraries bundled in the Windows distribution. (Edin)
   . c-client (imap) to version 2006e
   . libpq (PostgreSQL) to version 8.2.3
@@ -38,6 +46,8 @@
 - Fixed a thread safety issue in gd gif read code (Nuno, Roman Nemecek)
 - Fixed CVE-2007-1001, GD wbmp used with invalid image size (Pierre)
 - Fixed bug #40998 (long session array keys are truncated). (Tony)
+- Implement feature request #40947, allow a single filter as argument 
+  for filter_var_array (Pierre)
 - Fixed bug #40921 (php_default_post_reader crashes when post_max_size is
   exceeded). (trickie at gmail dot com, Ilia)
 - Fixed bug #40915 (addcslashes unexpected behavior with binary input). (Tony)

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to