From 3abcc7d28d73559c1f6d585c619c7298ff79101e Mon Sep 17 00:00:00 2001 From: Olivier Andrieu Date: Sat, 31 Jul 2004 18:28:10 +0000 Subject: * bus/config-parser.c (bus_config_parser_new): fix an invalid _unref in the SELinux support. * doc/busconfig.dtd: update DTD for SELinux support. * bus/config-loader-libxml.c: fix error handler and parser initialisation/cleanup. OOM test now works with libxml2 HEAD. * configure.in: remove the warning about libxml2 * dbus/dbus-bus.c: silence doxygen warning. --- doc/busconfig.dtd | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/busconfig.dtd b/doc/busconfig.dtd index 97c0b82e..5414bc5b 100644 --- a/doc/busconfig.dtd +++ b/doc/busconfig.dtd @@ -8,7 +8,8 @@ auth | include | policy | - limit)*> + limit | + selinux)*> @@ -50,3 +51,8 @@ + + + -- cgit