dbus ChangeLog,1.715,1.716
Havoc Pennington
hp at freedesktop.org
Thu Feb 24 10:37:18 PST 2005
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv14225
Modified Files:
ChangeLog
Log Message:
2005-02-24 Havoc Pennington <hp at redhat.com>
* dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
you must disconnect before unref, since locking and other things
are screwed up otherwise. Fix assorted other locking stuff.
* dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
fix compilation
* dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
into a private header and don't export from the library
* throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.715
retrieving revision 1.716
diff -u -d -r1.715 -r1.716
--- ChangeLog 24 Feb 2005 16:03:56 -0000 1.715
+++ ChangeLog 24 Feb 2005 18:37:16 -0000 1.716
@@ -1,3 +1,17 @@
+2005-02-24 Havoc Pennington <hp at redhat.com>
+
+ * dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
+ you must disconnect before unref, since locking and other things
+ are screwed up otherwise. Fix assorted other locking stuff.
+
+ * dbus/dbus-signature.c (dbus_signature_iter_get_element_type):
+ fix compilation
+
+ * dbus/dbus-threads-internal.h: move the mutex/condvar wrappers
+ into a private header and don't export from the library
+
+ * throughout - call _dbus_thread_stuff vs. dbus_thread_stuff
+
2005-02-24 Colin Walters <walters at verbum.org>
* dbus/dbus-signature.c: New file; implements various functions
More information about the dbus-commit
mailing list