dbus ChangeLog,1.468,1.469 configure.in,1.81,1.82
Michael Meeks
michael at pdx.freedesktop.org
Tue Apr 13 04:39:43 PDT 2004
Update of /cvs/dbus/dbus
In directory pdx:/tmp/cvs-serv30136
Modified Files:
ChangeLog configure.in
Log Message:
2004-04-13 Michael Meeks <michael at ximian.com>
* test/glib/Makefile.am: use the absolute path so the bus
daemon's chdir ("/") doesn't kill us dead.
* configure.in: subst ABSOLUTE_TOP_BUILDDIR
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.468
retrieving revision 1.469
diff -u -d -r1.468 -r1.469
--- a/ChangeLog 13 Apr 2004 01:37:57 -0000 1.468
+++ b/ChangeLog 13 Apr 2004 11:39:41 -0000 1.469
@@ -1,3 +1,10 @@
+2004-04-13 Michael Meeks <michael at ximian.com>
+
+ * test/glib/Makefile.am: use the absolute path so the bus
+ daemon's chdir ("/") doesn't kill us dead.
+
+ * configure.in: subst ABSOLUTE_TOP_BUILDDIR
+
2004-04-12 Jon Trowbridge <trow at ximian.com>
* bus/config-parser.c (struct BusConfigParser): Added
@@ -43,6 +50,13 @@
2004-03-29 Michael Meeks <michael at ximian.com>
+ * glib/dbus-gobject.c (introspect_properties): split
+ out, fix mangled 'while' flow control.
+ (introspect_signals): implement.
+ (handle_introspect): update.
+
+2004-03-29 Michael Meeks <michael at ximian.com>
+
* glib/dbus-gobject.c (set_object_property): split out /
re-work, use the property type, and not the message type(!)
(get_object_property): ditto.
Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- a/configure.in 29 Mar 2004 13:11:05 -0000 1.81
+++ b/configure.in 13 Apr 2004 11:39:41 -0000 1.82
@@ -939,6 +939,7 @@
TEST_PATH(EXIT_BINARY, test-exit)
TEST_PATH(SEGFAULT_BINARY, test-segfault)
TEST_PATH(SLEEP_FOREVER_BINARY, test-sleep-forever)
+AC_SUBST(ABSOLUTE_TOP_BUILDDIR)
#### Find socket directories
if ! test -z "$TMPDIR" ; then
More information about the dbus-commit
mailing list