docs: Add news article regarding auth/encryption placement

This commit is contained in:
John Ferlan 2017-10-04 09:16:21 -04:00
parent c5c96545c7
commit 44516750b3
1 changed files with 13 additions and 0 deletions

View File

@ -76,6 +76,19 @@
and also provides various kernel details to crash tools.
</description>
</change>
<change>
<summary>
conf: Move the auth and encryption definitions to disk source
</summary>
<description>
Allow parsing and formatting of the <code>auth</code> and
<code>encryption</code> sub-elements to be a child of the
<code>source</code> element. This will allow adding an
<code>auth</code> sub-element to a <code>backingStore</code>
or <code>mirror</code> elements as a means to track specific
authentication and/or encryption needs.
</description>
</change>
</section>
<section title="Improvements">
<change>