On Mon, Nov 9, 2020 at 10:19 AM jgao <[email protected]> wrote: > From: jgao <[email protected]> > > Add news about apparmor about the improvements. > > Signed-off-by: jgao <[email protected]> > --- > NEWS.rst | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/NEWS.rst b/NEWS.rst > index 905deba5a8..1db8648536 100644 > --- a/NEWS.rst > +++ b/NEWS.rst > @@ -154,6 +154,11 @@ v6.8.0 (2020-10-01) > taking an external snapshot now preserves the cluser size of the > original > top image to preserve any performance tuning done on the original > image. > > It should be v6.7.0 not v6.8.0: ➜ libvirt git:(master) ✗ git log --format="%h %s"|grep -E 'apparmor.*(load|virtiofs)' 44cbd3afaf apparmor: allow libvirtd to call virtiofsd 3ef2af8ed3 apparmor: let qemu load old shared objects after upgrades
➜ libvirt git:(master) ✗ git tag --contains=44cbd3afaf |head -n1 v6.7.0 ➜ libvirt git:(master) ✗ git tag --contains=3ef2af8ed3 |head -n1 v6.7.0 + * apparmor: Several improvements > + > + Add support for virtiofs filesystem,allowing qemu load old shared > objects after > + upgrades. > + > * **Bug fixes** > > * qemu: Various (i)SCSI backed hostdev fixes > -- > 2.21.3 > >
