summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2006-12-12 20:19:32 +0000
committerRyan Lortie <desrt@desrt.ca>2006-12-12 20:19:32 +0000
commite4832ec8d49194852f17a98cb8e969f2bfd8b232 (patch)
tree0e8532d1b71d5204c1a4eec592324f54a9dd039c
parent1a90c0193042bfc03d56d0f2454e46ec35667f3f (diff)
This commit was manufactured by cvs2svn to create tag 'dbus-1.0.2'.dbus-1.0.2
-rw-r--r--ChangeLog10
-rw-r--r--NEWS12
-rw-r--r--configure.in2
3 files changed, 23 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index be1832dd..7475800b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-12-12 John (J5) Palmieri <johnp@redhat.com>
+ * Released 1.0.2
+
+2006-12-12 John (J5) Palmieri <johnp@redhat.com>
+
* bus/signal.c: Fix match_rule_equal errata
(CVE-2006-6107 - Patch from Kimmo Hämäläinen
<kimmo.hamalainen@nokia.com>)
@@ -24,6 +28,10 @@
* doc/dbus-faq.xml: minor FAQ tweaks
+2006-11-17 John (J5) Palmieri <johnp@redhat.com>
+
+ * Released 1.0.1
+
2006-11-14 Havoc Pennington <hp@redhat.com>
* dbus/dbus-misc.c, dbus/dbus-misc.h: Move
@@ -48,6 +56,8 @@
2006-11-14 John (J5) Palmieri <johnp@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
diff --git a/NEWS b/NEWS
index 7105bc51..f73619dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+D-Bus 1.0.2 (12 December 2006)
+==
+- Fix security bug CVE-2006-6107 match rules can be removed by apps that did
+ not create them
+- pthread fix
+
+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..4b010377 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.2)
AM_CONFIG_HEADER(config.h)