]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: Document removal of support for .ini style of comments
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 23 Mar 2020 14:49:59 +0000 (15:49 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 23 Mar 2020 15:57:02 +0000 (16:57 +0100)
In previous patches virKeyFile was replaced with its GLib
counterpart which created an incompatible change: comments can
now begin only with a number sign (#). While this won't probably
affect anyone, mention it in the release notes.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/news.xml

index ae4ee444d0f6acd0c8e51122ceb36f1c914f55fa..26f50461c37d25d082fb70aae96c61fefeb3f39c 100644 (file)
   <release version="v6.2.0" date="unreleased">
     <section title="New features">
     </section>
+    <section title="Removed features">
+      <change>
+        <summary>
+          Removed support for INI style of comments
+        </summary>
+        <description>
+          With switching of our internal code to GLib, parsing of client
+          authentication config files is handed over to GLib which does not
+          support <code>INI</code> style of comments starting with a semicolon
+          (<code>;</code>). Use number sign (<code>#</code>) instead.
+        </description>
+      </change>
+    </section>
     <section title="Improvements">
     </section>
     <section title="Bug fixes">