dbus ChangeLog,1.950,1.951
Robert McQueen
robot101 at freedesktop.org
Fri Jan 27 07:40:38 PST 2006
- Previous message: dbus/test/glib test-dbus-glib.c, 1.33, 1.34 test-service-glib.c,
1.27, 1.28 test-service-glib.xml, 1.15, 1.16
- Next message: dbus/glib dbus-gtype-specialized.c, 1.3,
1.4 dbus-gtype-specialized.h, 1.3, 1.4 dbus-gvalue-utils.c, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv29370
Modified Files:
ChangeLog
Log Message:
2006-01-27 Robert McQueen <robot101 at debian.org>
* glib/dbus-gtype-specialized.[ch], glib/dbus-gvalue-utils.c: Patch
by me and Rob Taylor to add a simple_free function to D-Bus map
and collection types, which allows those types which can be freed
with a GDestroyNotify (such as GHashTables and GArrays, but not
GPtrArrays) to be stored as the values in hashtables.
* test/glib/test-dbus-glib.c, test/glib/test-service-glib.{c,xml}:
Patch by Rob Taylor to add nested dicts to the glib tests to check
the above code works, and appears not to leak when called repeatedly.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.950
retrieving revision 1.951
diff -u -d -r1.950 -r1.951
--- ChangeLog 27 Jan 2006 15:15:16 -0000 1.950
+++ ChangeLog 27 Jan 2006 15:40:36 -0000 1.951
@@ -1,5 +1,17 @@
2006-01-27 Robert McQueen <robot101 at debian.org>
+ * glib/dbus-gtype-specialized.[ch], glib/dbus-gvalue-utils.c: Patch
+ by me and Rob Taylor to add a simple_free function to D-Bus map
+ and collection types, which allows those types which can be freed
+ with a GDestroyNotify (such as GHashTables and GArrays, but not
+ GPtrArrays) to be stored as the values in hashtables.
+
+ * test/glib/test-dbus-glib.c, test/glib/test-service-glib.{c,xml}:
+ Patch by Rob Taylor to add nested dicts to the glib tests to check
+ the above code works, and appears not to leak when called repeatedly.
+
+2006-01-27 Robert McQueen <robot101 at debian.org>
+
* glib/dbus-gvalue.c (demarshal_valuearray): Patch from Rob Taylor
to free a D-Bus allocated string with dbus_free () instead of
g_free ().
- Previous message: dbus/test/glib test-dbus-glib.c, 1.33, 1.34 test-service-glib.c,
1.27, 1.28 test-service-glib.xml, 1.15, 1.16
- Next message: dbus/glib dbus-gtype-specialized.c, 1.3,
1.4 dbus-gtype-specialized.h, 1.3, 1.4 dbus-gvalue-utils.c, 1.7, 1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list