From 2e8cd42974de13a78b8e301442c15a65c01d818c Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 17 Feb 2015 06:58:14 +0100 Subject: [PATCH] update news --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index c4c30e6e220..61497ce503e 100644 --- a/NEWS +++ b/NEWS @@ -48,6 +48,10 @@ PHP NEWS - Dba: . Fixed bug #68711 (useless comparisons). (bugreports at internot dot info) +- Enchant: + . Fixed bug #6855 (heap buffer overflow in enchant_broker_request_dict()). + (Antony) + - Fileinfo: . Fixed bug #68827 (Double free with disabled ZMM). (Joshua Rogers)