From b3e2fe2de30095a6b2f4efd4c9fba021358a9e3d Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 11 Jan 2017 16:32:59 +0000 Subject: [PATCH] news: document events changes and lxc fix Signed-off-by: Daniel P. Berrange --- docs/news.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index ffeb345b64..26efa3e21b 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -12,6 +12,25 @@
+ + + Domain events for metadata content changes + + + The domain events framework has a new event ID that can + be used to get notifications when domain metadata content + changes. + + + + + Event notifications for the secret object + + + The secret object now supports event notifications, covering + lifcycle changes and secret value changes. + + New localPtr attribute for "ip" element in network XML @@ -161,6 +180,17 @@
+ + + lxc: fix accidental killing of containers during libvirtd restart + + + The libvirt_lxc process was previously not moved into the + container scope. As a result, if systemd reloads its config + after a container is started, when libvirtd is later restarted + it will accidentally kill the containers. + + qemu: Correct GetBlockInfo values