From 25b29e83d1b2497c4be59153fb4d147df2cb2e73 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Fri, 17 Nov 2006 19:44:07 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'dbus-1.0.1'. --- ChangeLog | 6 ++++++ NEWS | 6 ++++++ configure.in | 2 +- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9f4d60f4..741a98d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-11-17 John (J5) Palmieri + + * Released 1.0.1 + 2006-11-14 Havoc Pennington * dbus/dbus-misc.c, dbus/dbus-misc.h: Move @@ -22,6 +26,8 @@ 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 diff --git a/NEWS b/NEWS index 7105bc51..12ac1d9b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +D-Bus 1.0.1 (17 November 2006) +== +- Fix bug where calling dbus_threads_init_default would assert +- Fix UUID output to match the spec +- Clear up documentation on UUIDs + D-Bus 1.0.0 (08 November 2006) == - Documents updated with API/ABI garuntees diff --git a/configure.in b/configure.in index 24b5dc1f..1524f7a4 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_INIT(dbus/dbus.h) AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE(dbus, 1.1.0) +AM_INIT_AUTOMAKE(dbus, 1.0.1) AM_CONFIG_HEADER(config.h) -- cgit