From d981c191d452fe1f95ac31fcea366bc0c770b4b7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 4 May 2013 16:54:22 +0200 Subject: [PATCH] NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index f1132f2ddac..0cb524a8897 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,11 @@ PHP NEWS detected by code coverity scan. (Remi) . Log a warning when a syscall fails. (Remi) +- GD: + . Fix build with system libgd >= 2.1 which is now the minimal + version required (as build with previous version is broken). + No change when bundled libgd is used. (Ondrej Sury, Remi) + - SNMP: . Fixed bug #64765 (Some IPv6 addresses get interpreted wrong). (Boris Lytochkin)