dbus configure.in,1.94,1.95 ChangeLog,1.544,1.545
Olivier Andrieu
oandrieu at freedesktop.org
Sat Jul 31 11:28:12 PDT 2004
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv19531
Modified Files:
configure.in ChangeLog
Log Message:
* 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.
Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -d -r1.94 -r1.95
--- configure.in 31 Jul 2004 15:18:04 -0000 1.94
+++ configure.in 31 Jul 2004 18:28:10 -0000 1.95
@@ -672,12 +672,6 @@
fi
fi
-if $dbus_use_libxml ; then
- dnl libxml OOM handling is a bit broken
- AC_MSG_WARN([libxml loader is not as robust as the expat one wrt. OOM handling])
-fi
-
-
AM_CONDITIONAL(DBUS_USE_EXPAT, $dbus_use_expat)
AM_CONDITIONAL(DBUS_USE_LIBXML, $dbus_use_libxml)
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.544
retrieving revision 1.545
diff -u -d -r1.544 -r1.545
--- ChangeLog 31 Jul 2004 15:18:04 -0000 1.544
+++ ChangeLog 31 Jul 2004 18:28:10 -0000 1.545
@@ -1,3 +1,17 @@
+2004-07-31 Olivier Andrieu <oliv__a at users.sourceforge.net>
+
+ * 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.
+
2004-07-31 Colin Walters <walters at redhat.com>
* configure.in: Move #error in SELinux check to its own line.
More information about the dbus-commit
mailing list