summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Shaw <joeshaw@novell.com>2005-03-09 23:12:24 +0000
committerJoe Shaw <joeshaw@novell.com>2005-03-09 23:12:24 +0000
commit61326d75ff1f1cbd04a22fa8e803413e935d3a04 (patch)
treeb9916ee9ac483ed1c116065ffbefaf9c1e0756c6
parentc9a67837eae43e78ce6b3dba9a3c9ed4942d87ff (diff)
downloaddbus-61326d75ff1f1cbd04a22fa8e803413e935d3a04.tar.gz
2005-03-9 Joe Shaw <joeshaw@novell.com>
* NEWS: Update for 0.23.3 * configure.in: Release 0.23.3
-rw-r--r--ChangeLog6
-rw-r--r--NEWS6
-rw-r--r--configure.in2
3 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f5aa01f..8133c547 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-9 Joe Shaw <joeshaw@novell.com>
+
+ * NEWS: Update for 0.23.3
+
+ * configure.in: Release 0.23.3
+
2005-03-09 Joe Shaw <joeshaw@novell.com>
* dbus/dbus-object-tree.c
diff --git a/NEWS b/NEWS
index 07bfae88..720f43c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+D-BUS 0.23.3 (9 Mar 2005)
+===
+- add back dbus_pending_call_get_reply() which was removed accidentally.
+- fix a memory leak in return messages
+- fix many memory leaks and lifecycle issues in the mono bindings.
+
D-BUS 0.23.2 (18 Feb 2005)
===
- shuffle some code around in the mono bindings to deterministically
diff --git a/configure.in b/configure.in
index 27388129..6eb1d432 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.2)
+AM_INIT_AUTOMAKE(dbus, 0.23.3)
AM_CONFIG_HEADER(config.h)