summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Shaw <joeshaw@novell.com>2005-02-11 18:16:27 +0000
committerJoe Shaw <joeshaw@novell.com>2005-02-11 18:16:27 +0000
commitc36106f08db9fc01251e32c48525af6b4f891708 (patch)
treed57dbef202d165b1d15b81f2f2e2de7c654bfe7d
parentf4e23fae65e4c1d7150109ed60ec4c101dbd9b8f (diff)
downloaddbus-c36106f08db9fc01251e32c48525af6b4f891708.tar.gz
2005-02-11 Joe Shaw <joeshaw@novell.com>
* NEWS: Update for 0.23.1 * configure.in: Release 0.23.1
-rw-r--r--ChangeLog6
-rw-r--r--NEWS8
-rw-r--r--configure.in2
3 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ae4b4c9b..78ccdbd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-11 Joe Shaw <joeshaw@novell.com>
+
+ * NEWS: Update for 0.23.1
+
+ * configure.in: Release 0.23.1
+
2005-02-10 Joe Shaw <joeshaw@novell.com>
* dbus/dbus-connection.c
diff --git a/NEWS b/NEWS
index a6c25ea3..d54108c9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+D-BUS 0.23.1 (11 Feb 2005)
+===
+- fix a bug in which the bus daemon wouldn't recognize that a service
+ owner quit
+- fix a bug in the mono bindings that would cause unmanaged code to
+ call back into a delegate that had been garbage collected and
+ crashed.
+
D-BUS 0.23 (11 Jan 2005)
===
diff --git a/configure.in b/configure.in
index ffac0272..ad646062 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ AC_PREREQ(2.52)
AC_INIT(dbus/dbus.h)
-AM_INIT_AUTOMAKE(dbus, 0.23)
+AM_INIT_AUTOMAKE(dbus, 0.23.1)
AM_CONFIG_HEADER(config.h)