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. + + +