]> granicus.if.org Git - php/commitdiff
mention the apparmor support in fpm
authorFerenc Kovacs <tyrael@php.net>
Thu, 27 Feb 2014 11:43:42 +0000 (12:43 +0100)
committerFerenc Kovacs <tyrael@php.net>
Thu, 27 Feb 2014 11:43:42 +0000 (12:43 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 5a149051dd8bb1931fb63d78ceb197d592f5d9ee..4f0c3191d887b0f03f349b48b13f0c8e8960b453 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -155,6 +155,10 @@ PHP                                                                        NEWS
   . Implemented FR #65646 (re-enable CURLOPT_FOLLOWLOCATION with open_basedir
     or safe_mode). (Adam)
 
+- FPM
+  . Included apparmor support in fpm
+    (RFC: https://wiki.php.net/rfc/fpm_change_hat). (Gernot Vormayr)
+
 - GMP:
   . Moved GMP to use object as the underlying structure and implemented various
     improvements based on this.