hal ChangeLog,1.680,1.681

Danny Kukawka dkukawka at freedesktop.org
Thu Nov 10 11:28:36 PST 2005


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

Modified Files:
	ChangeLog 
Log Message:
2005-11-10  Danny Kukawka  <danny.kukawka at web.de>

        * hald/linux2/probing/Makefile.am: updated for glib

        * hald/linux2/probing/probe-storage.c: (strdup_valid_utf8), (main):
        Fix to prevent sending invalid UTF8 strings from storage serials to D-BUS
        which prevent adding the whole storage divice to the device store. The
        invalid, non UTF8, characters replaced now with '?' and the serial only
        added if there is at least one valid character left in the string.

        * hald/util.c: (util_compute_time_remaining): fixed compiler warning



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.680
retrieving revision 1.681
diff -u -d -r1.680 -r1.681
--- ChangeLog	9 Nov 2005 21:13:30 -0000	1.680
+++ ChangeLog	10 Nov 2005 19:28:34 -0000	1.681
@@ -1,3 +1,15 @@
+2005-11-10  Danny Kukawka  <danny.kukawka at web.de>
+
+	* hald/linux2/probing/Makefile.am: updated for glib 
+
+	* hald/linux2/probing/probe-storage.c: (strdup_valid_utf8), (main):
+	Fix to prevent sending invalid UTF8 strings from storage serials to D-BUS
+	which prevent adding the whole storage divice to the device store. The 
+	invalid, non UTF8, characters replaced now with '?' and the serial only 
+	added if there is at least one valid character left in the string. 
+
+	* hald/util.c: (util_compute_time_remaining): fixed compiler warning
+
 2005-11-09  Danny Kukawka  <danny.kukawka at web.de>
 
 	* hald/linux2/addons/addon-acpi.c: (acpi_get_event_fp_kernel),




More information about the hal-commit mailing list