dbus ChangeLog,1.1203,1.1203.2.1 configure.in,1.198,1.198.2.1
John Palmieri
johnp at kemper.freedesktop.org
Tue Nov 14 10:54:41 PST 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv16361
Modified Files:
Tag: DBUS_1_0
ChangeLog configure.in
Log Message:
* 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
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1203
retrieving revision 1.1203.2.1
diff -u -d -r1.1203 -r1.1203.2.1
--- ChangeLog 10 Nov 2006 02:21:05 -0000 1.1203
+++ ChangeLog 14 Nov 2006 18:54:39 -0000 1.1203.2.1
@@ -1,3 +1,14 @@
+2006-11-14 John (J5) Palmieri <johnp at redhat.com>
+
+ * 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 <johnp at redhat.com>
* Released 1.0.0
Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.198
retrieving revision 1.198.2.1
diff -u -d -r1.198 -r1.198.2.1
--- configure.in 8 Nov 2006 23:35:01 -0000 1.198
+++ configure.in 14 Nov 2006 18:54:39 -0000 1.198.2.1
@@ -5,7 +5,7 @@
AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(dbus, 1.0.0)
+AM_INIT_AUTOMAKE(dbus, 1.0.1)
AM_CONFIG_HEADER(config.h)
More information about the dbus-commit
mailing list