dbus ChangeLog,1.1016,1.1017
Havoc Pennington
hp at kemper.freedesktop.org
Sat May 20 22:33:54 PDT 2006
Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv6986
Modified Files:
ChangeLog
Log Message:
2006-05-21 Havoc Pennington <hp at redhat.com>
* glib/dbus-gproxy.c: Put in a pile of assertions that the proxy name
is not NULL when it shouldn't be. Also a couple of possible fixes
for #4637 though I don't understand why the bug happens, to be
honest... also the object constructor has an assert name != NULL
and the name is only currently NULL for peer-to-peer proxies that
I don't think anyone uses? So it should be asserting.
Anyway, for now at least see if we get an earlier assertion failure.
* glib/dbus-gvalue-utils.c: Put in a couple of assertions for
apparently broken code to be sure the tests fail and someone
will fix them...
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1016
retrieving revision 1.1017
diff -u -d -r1.1016 -r1.1017
--- ChangeLog 7 May 2006 09:36:19 -0000 1.1016
+++ ChangeLog 21 May 2006 05:33:52 -0000 1.1017
@@ -1,3 +1,17 @@
+2006-05-21 Havoc Pennington <hp at redhat.com>
+
+ * glib/dbus-gproxy.c: Put in a pile of assertions that the proxy name
+ is not NULL when it shouldn't be. Also a couple of possible fixes
+ for #4637 though I don't understand why the bug happens, to be
+ honest... also the object constructor has an assert name != NULL
+ and the name is only currently NULL for peer-to-peer proxies that
+ I don't think anyone uses? So it should be asserting.
+ Anyway, for now at least see if we get an earlier assertion failure.
+
+ * glib/dbus-gvalue-utils.c: Put in a couple of assertions for
+ apparently broken code to be sure the tests fail and someone
+ will fix them...
+
2006-05-07 Thiago Macieira <thiago.macieira at trolltech.com>
* qt/qdbusmarshall.cpp: Fix a problem of demarshalling lists
More information about the dbus-commit
mailing list