dbus/doc busconfig.dtd,1.3,1.4
Olivier Andrieu
oandrieu at freedesktop.org
Fri Sep 17 09:14:51 UTC 2004
Update of /cvs/dbus/dbus/doc
In directory gabe:/tmp/cvs-serv13239/doc
Modified Files:
busconfig.dtd
Log Message:
* dbus/dbus-sysdeps.c (_dbus_user_at_console): fix memleak in OOM.
* doc/busconfig.dtd: update the DTD for the at_console attribute.
* bus/driver.c (bus_driver_handle_hello): correctly handle Hello
messages after the first one (bug #1389).
* bus/dispatch.c (check_double_hello_message): add a test case for the
double hello message bug. (check_existent_service_activation): fix
check of spawning error.
Index: busconfig.dtd
===================================================================
RCS file: /cvs/dbus/dbus/doc/busconfig.dtd,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- busconfig.dtd 25 Aug 2004 08:03:12 -0000 1.3
+++ busconfig.dtd 17 Sep 2004 09:14:49 -0000 1.4
@@ -29,7 +29,8 @@
<!ATTLIST policy
context (default|mandatory) #IMPLIED
user CDATA #IMPLIED
- group CDATA #IMPLIED>
+ group CDATA #IMPLIED
+ at_console (yes|no) #IMPLIED>
<!ELEMENT allow EMPTY>
<!ATTLIST allow
More information about the dbus-commit
mailing list