hal ChangeLog,1.651,1.652

Kay Sievers kay at freedesktop.org
Sun Oct 23 13:11:04 PDT 2005


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

Modified Files:
	ChangeLog 
Log Message:
2005-10-23  Kay Sievers  <kay.sievers at vrfy.org>

        volume_id version 52:

        * volume_id/Makefile.am: add ocfs1 and vxfs

        * volume_id/ext.c: (volume_id_probe_ext): Check for
        valid block size, cause the signature is only 2 bytes long.
        Also detect ext3 external journals and fsversion for ext fs's.

        * volume_id/fat.c: (volume_id_probe_vfat): Detect invalid
        formatted FAT32 volumes. mkdosfs can create fs layouts which
        no sane formatting program would do.

        * volume_id/ocfs.c: (volume_id_probe_ocfs1),
        (volume_id_probe_ocfs2): Add ocfs1 and correct wrong probing
        for ocfs2.

        * volume_id/reiserfs.c: (volume_id_probe_reiserfs): Match
        fs names with the kernel module names.

        * volume_id/util.c: (volume_id_get_buffer): Use ssize to
        catch returned error.

        * volume_id/volume_id.c: (volume_id_probe_all): Probe for
        ocfs1 and vxfs.

        * volume_id/volume_id.h: Version 52.



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.651
retrieving revision 1.652
diff -u -d -r1.651 -r1.652
--- ChangeLog	21 Oct 2005 09:29:15 -0000	1.651
+++ ChangeLog	23 Oct 2005 20:10:59 -0000	1.652
@@ -1,3 +1,32 @@
+2005-10-23  Kay Sievers  <kay.sievers at vrfy.org>
+
+	volume_id version 52:
+
+	* volume_id/Makefile.am: add ocfs1 and vxfs
+
+	* volume_id/ext.c: (volume_id_probe_ext): Check for
+	valid block size, cause the signature is only 2 bytes long.
+	Also detect ext3 external journals and fsversion for ext fs's.
+
+	* volume_id/fat.c: (volume_id_probe_vfat): Detect invalid
+	formatted FAT32 volumes. mkdosfs can create fs layouts which
+	no sane formatting program would do.
+
+	* volume_id/ocfs.c: (volume_id_probe_ocfs1),
+	(volume_id_probe_ocfs2): Add ocfs1 and correct wrong probing
+	for ocfs2.
+
+	* volume_id/reiserfs.c: (volume_id_probe_reiserfs): Match
+	fs names with the kernel module names.
+
+	* volume_id/util.c: (volume_id_get_buffer): Use ssize to
+	catch returned error.
+
+	* volume_id/volume_id.c: (volume_id_probe_all): Probe for
+	ocfs1 and vxfs.
+
+	* volume_id/volume_id.h: Version 52.
+
 2005-10-21  Danny Kukawka  <danny.kukawka at web.de>
 
 	* fdi/preprobe/10osvendor/10-ide-drives.fdi: removed no longer




More information about the hal-commit mailing list