hal ChangeLog,1.260,1.261

Kay Sievers kay at freedesktop.org
Wed Aug 25 16:56:11 PDT 2004


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

Modified Files:
	ChangeLog 
Log Message:
2004-08-26  Kay Sievers  <kay.sievers at vrfy.org>

        * doc/spec/hal-spec.xml.in: Add description of "volume.fsusage"

        * hald/linux/block_class_device.c:
        (set_volume_id_values): Use "volume.fsusage" instead of "is_filesystem"
        and "is_part_of_raid"
        (detect_media), (block_class_pre_process): Set missing defaults and
        remove "is_filesystem"

        * hald/linux/volume_id/volume_id.c: (probe_linux_raid),
        (probe_msdos_part_table), (probe_ext), (probe_reiserfs),
        (probe_xfs), (probe_jfs), (probe_vfat), (probe_udf),
        (probe_iso9660), (probe_ufs), (probe_mac_partition_map),
        (probe_hfs_hfsplus), (probe_ntfs), (probe_swap): Switch naming
        form "format" and "type" to "type" and "usage" to match the
        names we use in HAL now. 

        * tools/fstab-sync.c: (udi_is_volume_or_nonpartition_drive):
        Switch from "is_filesystem" to "volume.fsusage" to determine
        if the volume is mountable



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -d -r1.260 -r1.261
--- ChangeLog	25 Aug 2004 21:06:45 -0000	1.260
+++ ChangeLog	25 Aug 2004 23:56:09 -0000	1.261
@@ -1,3 +1,25 @@
+2004-08-26  Kay Sievers  <kay.sievers at vrfy.org>
+
+	* doc/spec/hal-spec.xml.in: Add description of "volume.fsusage"
+
+	* hald/linux/block_class_device.c:
+	(set_volume_id_values): Use "volume.fsusage" instead of "is_filesystem"
+	and "is_part_of_raid"
+	(detect_media), (block_class_pre_process): Set missing defaults and
+	remove "is_filesystem"
+
+	* hald/linux/volume_id/volume_id.c: (probe_linux_raid),
+	(probe_msdos_part_table), (probe_ext), (probe_reiserfs),
+	(probe_xfs), (probe_jfs), (probe_vfat), (probe_udf),
+	(probe_iso9660), (probe_ufs), (probe_mac_partition_map),
+	(probe_hfs_hfsplus), (probe_ntfs), (probe_swap): Switch naming
+	form "format" and "type" to "type" and "usage" to match the
+	names we use in HAL now. 
+
+	* tools/fstab-sync.c: (udi_is_volume_or_nonpartition_drive):
+	Switch from "is_filesystem" to "volume.fsusage" to determine
+	if the volume is mountable
+
 2004-08-25  David Zeuthen  <david at fubar.dk>
 
 	* tools/linux/hal_hotplug_map.c (main): Match usb_device rather




More information about the hal-commit mailing list