From: Remi Collet <remi@php.net>
Date: Fri, 26 Dec 2014 07:35:08 +0000 (+0100)
Subject: NEWS
X-Git-Tag: php-5.6.5RC1~32
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76d6c4f9ec37558f5aa95e2325e5b9360bfe129e;p=php

NEWS
---

diff --git a/NEWS b/NEWS
index 6f62686be5..6c9da40fa6 100644
--- a/NEWS
+++ b/NEWS
@@ -28,10 +28,11 @@ PHP                                                                        NEWS
   . Fixed bug #68398 (msooxml matches too many archives). (Anatol)
 
 - FPM:
-  . Fix request #68526 (Implement POSIX Access Control List for UDS). (Remi)
+  . Fixed request #68526 (Implement POSIX Access Control List for UDS). (Remi)
 
 - GD:
   . Fixed bug #68601 (buffer read overflow in gd_gif_in.c). (Jan Bee, Remi)
+  . Fixed request #68656 (Report gd library version). (Remi)
 
 - mbstring:
   . Fixed bug #68504 (--with-libmbfl configure option not present on Windows).