From 6cd4ef0059a5182dbcdf93fed215eaa82c8b1cdf Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Tue, 28 Apr 2015 18:11:27 +0000 Subject: [PATCH] Document r281845, file verification support in MAC. Sponsored by: The FreeBSD Foundation --- release/doc/en_US.ISO8859-1/relnotes/article.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 1f9bc8dc6246..f2dfd429d836 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -546,6 +546,9 @@ attributes, such as __result_use_check(), __alloc_size(), and __nonnull(). + + Support for file verification in + MAC has been added.