From: Michal Privoznik Date: Mon, 23 Mar 2020 14:49:59 +0000 (+0100) Subject: news: Document removal of support for .ini style of comments X-Git-Tag: v6.2.0-rc1~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75c386985e02ef0d430d968a5c7093549507efba;p=thirdparty%2Flibvirt.git news: Document removal of support for .ini style of comments 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 Reviewed-by: Daniel P. Berrangé --- diff --git a/docs/news.xml b/docs/news.xml index ae4ee444d0..26f50461c3 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -45,6 +45,19 @@
+
+ + + Removed support for INI style of comments + + + With switching of our internal code to GLib, parsing of client + authentication config files is handed over to GLib which does not + support INI style of comments starting with a semicolon + (;). Use number sign (#) instead. + + +