From c630779648a3fd34d684e230527059403b06464c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 May 2015 09:39:44 +0200 Subject: [PATCH] NEWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 5bbcfc2ea95..5ba7298a099 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,9 @@ PHP NEWS . Fixed POST data processing slowdown due to small input buffer size on Windows. (Jorge Oliveira, Anatol) +- GD: + . Fixed bug #69479 (GD fails to build with newer libvpx). (Remi) + - Iconv: . Fixed bug #48147 (iconv with //IGNORE cuts the string). (Stas)