diff --git a/docs/news.xml b/docs/news.xml index ffeb345b64235049516282d152313d7115f174f0..26efa3e21b7ac186f52768360285dd82b5d5b68f 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