hal ChangeLog,1.754,1.755

David Zeuthen david at freedesktop.org
Fri Jan 20 19:14:20 PST 2006


Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv17416

Modified Files:
	ChangeLog 
Log Message:
2006-01-20  David Zeuthen  <davidz at redhat.com>

        * hald/hald_dbus.c (device_query_capability): Yesterday while unit
        testing my HAL wrapper I noticed that calling QueryCapability make
        hald to quit. I looked at hald code and found the issues, you'll
        find a patch attached that makes QueryCapability to work correctly
        again. Basically it wasn't able to retrieve the capability
        list (string vs string list) and the requested capability was
        free'd when it shouldn't. Patch from Kevin Ottens <ervin at kde.org>.



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.754
retrieving revision 1.755
diff -u -d -r1.754 -r1.755
--- ChangeLog	21 Jan 2006 03:09:45 -0000	1.754
+++ ChangeLog	21 Jan 2006 03:14:18 -0000	1.755
@@ -1,5 +1,15 @@
 2006-01-20  David Zeuthen  <davidz at redhat.com>
 
+	* hald/hald_dbus.c (device_query_capability): Yesterday while unit
+	testing my HAL wrapper I noticed that calling QueryCapability make
+	hald to quit. I looked at hald code and found the issues, you'll
+	find a patch attached that makes QueryCapability to work correctly
+	again. Basically it wasn't able to retrieve the capability
+	list (string vs string list) and the requested capability was
+	free'd when it shouldn't. Patch from Kevin Ottens <ervin at kde.org>.
+
+2006-01-20  David Zeuthen  <davidz at redhat.com>
+
 	* fdi/policy/10osvendor/20-storage-methods.fdi: Add Eject method
 	for audio CD's. Patch from John Palmieri <johnp at redhat.com>.
 




More information about the hal-commit mailing list