hal ChangeLog,1.419,1.420
Kay Sievers
kay at freedesktop.org
Wed Feb 16 14:40:49 PST 2005
- Previous message: hal/volume_id Makefile.am, 1.2, 1.3 logging.h, 1.1, 1.2 luks.c, NONE,
1.1 luks.h, NONE, 1.1 volume_id.h, 1.2, 1.3
- Next message: hal/volume_id Makefile.am, 1.3, 1.4 cramfs.c, NONE, 1.1 cramfs.h,
NONE, 1.1 dasd.c, 1.1, 1.2 dasd.h, 1.1, 1.2 ext.c, 1.1,
1.2 fat.c, 1.2, 1.3 hfs.c, 1.1, 1.2 highpoint.c, 1.1,
1.2 hpfs.c, NONE, 1.1 hpfs.h, NONE, 1.1 iso9660.c, 1.1,
1.2 jfs.c, 1.1, 1.2 linux_raid.c, 1.1, 1.2 linux_swap.c, 1.1,
1.2 lvm.c, 1.1, 1.2 mac.c, 1.1, 1.2 msdos.c, 1.1, 1.2 ntfs.c,
1.1, 1.2 reiserfs.c, 1.1, 1.2 romfs.c, NONE, 1.1 romfs.h, NONE,
1.1 sysv.c, NONE, 1.1 sysv.h, NONE, 1.1 udf.c, 1.1, 1.2 ufs.c,
1.1, 1.2 util.h, 1.1, 1.2 volume_id.c, 1.2, 1.3 volume_id.h,
1.3, 1.4 xfs.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv27474
Modified Files:
ChangeLog
Log Message:
2005-02-16 Kay Sievers <kay.sievers at vrfy.org>
Update volume_id to version 34. Add support for hpfs, cramfs and romfs.
some trivial cleanups.
* volume_id/Makefile.am:
* volume_id/cramfs.c: (volume_id_probe_cramfs):
* volume_id/cramfs.h:
* volume_id/dasd.c: (volume_id_probe_dasd):
* volume_id/dasd.h:
* volume_id/ext.c: (volume_id_probe_ext):
* volume_id/fat.c: (volume_id_probe_vfat):
* volume_id/hfs.c: (volume_id_probe_hfs_hfsplus):
* volume_id/highpoint.c: (volume_id_probe_highpoint_ataraid):
* volume_id/hpfs.c: (volume_id_probe_hpfs):
* volume_id/hpfs.h:
* volume_id/iso9660.c: (volume_id_probe_iso9660):
* volume_id/jfs.c: (volume_id_probe_jfs):
* volume_id/linux_raid.c: (volume_id_probe_linux_raid):
* volume_id/linux_swap.c: (volume_id_probe_linux_swap):
* volume_id/lvm.c: (volume_id_probe_lvm1), (volume_id_probe_lvm2):
* volume_id/mac.c: (volume_id_probe_mac_partition_map):
* volume_id/msdos.c: (volume_id_probe_msdos_part_table):
* volume_id/ntfs.c: (volume_id_probe_ntfs):
* volume_id/reiserfs.c: (volume_id_probe_reiserfs):
* volume_id/romfs.c: (volume_id_probe_romfs):
* volume_id/romfs.h:
* volume_id/sysv.c: (volume_id_probe_sysv):
* volume_id/sysv.h:
* volume_id/udf.c: (volume_id_probe_udf):
* volume_id/ufs.c: (volume_id_probe_ufs):
* volume_id/util.h:
* volume_id/volume_id.c: (volume_id_probe_all):
* volume_id/volume_id.h:
* volume_id/xfs.c: (volume_id_probe_xfs):
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.419
retrieving revision 1.420
diff -u -d -r1.419 -r1.420
--- ChangeLog 16 Feb 2005 22:25:20 -0000 1.419
+++ ChangeLog 16 Feb 2005 22:40:47 -0000 1.420
@@ -1,3 +1,69 @@
+2005-02-16 Kay Sievers <kay.sievers at vrfy.org>
+
+ Update volume_id to version 34. Add support for hpfs, cramfs and romfs.
+ some trivial cleanups.
+
+ * volume_id/Makefile.am:
+
+ * volume_id/cramfs.c: (volume_id_probe_cramfs):
+
+ * volume_id/cramfs.h:
+
+ * volume_id/dasd.c: (volume_id_probe_dasd):
+
+ * volume_id/dasd.h:
+
+ * volume_id/ext.c: (volume_id_probe_ext):
+
+ * volume_id/fat.c: (volume_id_probe_vfat):
+
+ * volume_id/hfs.c: (volume_id_probe_hfs_hfsplus):
+
+ * volume_id/highpoint.c: (volume_id_probe_highpoint_ataraid):
+
+ * volume_id/hpfs.c: (volume_id_probe_hpfs):
+
+ * volume_id/hpfs.h:
+
+ * volume_id/iso9660.c: (volume_id_probe_iso9660):
+
+ * volume_id/jfs.c: (volume_id_probe_jfs):
+
+ * volume_id/linux_raid.c: (volume_id_probe_linux_raid):
+
+ * volume_id/linux_swap.c: (volume_id_probe_linux_swap):
+
+ * volume_id/lvm.c: (volume_id_probe_lvm1), (volume_id_probe_lvm2):
+
+ * volume_id/mac.c: (volume_id_probe_mac_partition_map):
+
+ * volume_id/msdos.c: (volume_id_probe_msdos_part_table):
+
+ * volume_id/ntfs.c: (volume_id_probe_ntfs):
+
+ * volume_id/reiserfs.c: (volume_id_probe_reiserfs):
+
+ * volume_id/romfs.c: (volume_id_probe_romfs):
+
+ * volume_id/romfs.h:
+
+ * volume_id/sysv.c: (volume_id_probe_sysv):
+
+ * volume_id/sysv.h:
+
+ * volume_id/udf.c: (volume_id_probe_udf):
+
+ * volume_id/ufs.c: (volume_id_probe_ufs):
+
+ * volume_id/util.h:
+
+ * volume_id/volume_id.c: (volume_id_probe_all):
+
+ * volume_id/volume_id.h:
+
+ * volume_id/xfs.c: (volume_id_probe_xfs):
+
+
2005-02-16 David Zeuthen <davidz at redhat.com>
* volume_id/luks.[ch]: New files (forgot to commit before)
- Previous message: hal/volume_id Makefile.am, 1.2, 1.3 logging.h, 1.1, 1.2 luks.c, NONE,
1.1 luks.h, NONE, 1.1 volume_id.h, 1.2, 1.3
- Next message: hal/volume_id Makefile.am, 1.3, 1.4 cramfs.c, NONE, 1.1 cramfs.h,
NONE, 1.1 dasd.c, 1.1, 1.2 dasd.h, 1.1, 1.2 ext.c, 1.1,
1.2 fat.c, 1.2, 1.3 hfs.c, 1.1, 1.2 highpoint.c, 1.1,
1.2 hpfs.c, NONE, 1.1 hpfs.h, NONE, 1.1 iso9660.c, 1.1,
1.2 jfs.c, 1.1, 1.2 linux_raid.c, 1.1, 1.2 linux_swap.c, 1.1,
1.2 lvm.c, 1.1, 1.2 mac.c, 1.1, 1.2 msdos.c, 1.1, 1.2 ntfs.c,
1.1, 1.2 reiserfs.c, 1.1, 1.2 romfs.c, NONE, 1.1 romfs.h, NONE,
1.1 sysv.c, NONE, 1.1 sysv.h, NONE, 1.1 udf.c, 1.1, 1.2 ufs.c,
1.1, 1.2 util.h, 1.1, 1.2 volume_id.c, 1.2, 1.3 volume_id.h,
1.3, 1.4 xfs.c, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the hal-commit
mailing list