dbus ChangeLog, 1.632.2.9, 1.632.2.10 NEWS, 1.18.2.2, 1.18.2.3 configure.in, 1.102.2.2, 1.102.2.3

Joe Shaw joe at freedesktop.org
Wed Mar 9 15:12:26 PST 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv13402

Modified Files:
      Tag: dbus-0-23
	ChangeLog NEWS configure.in 
Log Message:
2005-03-9  Joe Shaw  <joeshaw at novell.com>

        * NEWS: Update for 0.23.3

        * configure.in: Release 0.23.3

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.632.2.9
retrieving revision 1.632.2.10
diff -u -d -r1.632.2.9 -r1.632.2.10
--- ChangeLog	9 Mar 2005 17:29:37 -0000	1.632.2.9
+++ ChangeLog	9 Mar 2005 23:12:24 -0000	1.632.2.10
@@ -1,3 +1,9 @@
+2005-03-9  Joe Shaw  <joeshaw at novell.com>
+
+        * NEWS: Update for 0.23.3
+
+        * configure.in: Release 0.23.3
+
 2005-03-09  Joe Shaw  <joeshaw at novell.com>
 
 	* dbus/dbus-object-tree.c

Index: NEWS
===================================================================
RCS file: /cvs/dbus/dbus/NEWS,v
retrieving revision 1.18.2.2
retrieving revision 1.18.2.3
diff -u -d -r1.18.2.2 -r1.18.2.3
--- NEWS	18 Feb 2005 18:18:31 -0000	1.18.2.2
+++ NEWS	9 Mar 2005 23:12:24 -0000	1.18.2.3
@@ -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

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.102.2.2
retrieving revision 1.102.2.3
diff -u -d -r1.102.2.2 -r1.102.2.3
--- configure.in	18 Feb 2005 18:18:31 -0000	1.102.2.2
+++ configure.in	9 Mar 2005 23:12:24 -0000	1.102.2.3
@@ -3,7 +3,7 @@
 
 AC_INIT(dbus/dbus.h)
 
-AM_INIT_AUTOMAKE(dbus, 0.23.2)
+AM_INIT_AUTOMAKE(dbus, 0.23.3)
 
 AM_CONFIG_HEADER(config.h)
 



More information about the dbus-commit mailing list