From a53b884c47dfdcd47b87caff6abf6ed6ba155ce3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 6 Jun 2014 14:18:29 +0200 Subject: [PATCH] NEWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 44280cce645..8a1a34930a6 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ PHP NEWS - Core: . Fixed BC break introduced by patch for bug #67072. (Anatol) + . Fixed bug #67390 (insecure temporary file use in the configure script). + (Remi) (CVE-2014-3981) + - Date: . Fixed bug #67308 (Serialize of DateTime truncates fractions of second).