summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-12-30 19:39:14 +0100
committerAnatol Belski <ab@php.net>2014-12-30 19:39:14 +0100
commit85b4a6552029b1f3fdb39251f37986fafcb958a1 (patch)
tree04c8c2966630802fa3c1936f3ee6a27d1138c647
parent091ea622624ab350703eba4fc6ae35ee0bf15b60 (diff)
downloadphp-git-85b4a6552029b1f3fdb39251f37986fafcb958a1.tar.gz
updated NEWS
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a457ed540d..2581717a88 100644
--- a/NEWS
+++ b/NEWS
@@ -30,7 +30,9 @@
- Fileinfo:
. Fixed bug #68398 (msooxml matches too many archives). (Anatol)
- . Fixed bug #68665 (invalid free). (honey@internot.info)
+ . Fixed bug #68665 (invalid free in libmagic). (Joshua Rogers, Anatol Belski)
+ . Fixed bug #68671 (incorrect expression in libmagic).
+ (Joshua Rogers, Anatol Belski)
- FPM:
. Fixed request #68526 (Implement POSIX Access Control List for UDS). (Remi)