From 969ae9d7a65b12fa50acec205f0c941dcf1045a5 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Tue, 14 Nov 2006 18:54:39 +0000 Subject: * configure.in: Bump version to 1.0.1 for next stable release * dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to have the correct value so we don't assert when initalizing recursive threads * test/name-test/test-thread-init.c: call dbus_threads_init_default instead of _dbus_threads_init_debug since it is more of a real world test --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index eab5982f..c3bdd03b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2006-11-14 John (J5) Palmieri + + * configure.in: Bump version to 1.0.1 for next stable release + + * dbus/dbus-threads.h: fix DBUS_THREAD_FUNCTIONS_ALL_MASK to have + the correct value so we don't assert when initalizing recursive threads + + * test/name-test/test-thread-init.c: call dbus_threads_init_default + instead of _dbus_threads_init_debug since it is more of a real world + test + 2006-11-09 John (J5) Palmieri * Released 1.0.0 -- cgit