hal ChangeLog,1.213,1.214 configure.in,1.28,1.29

David Zeuthen david at freedesktop.org
Thu Jul 29 10:07:10 PDT 2004


Update of /cvs/hal/hal
In directory pdx:/tmp/cvs-serv11505

Modified Files:
	ChangeLog configure.in 
Log Message:
2004-07-29  David Zeuthen  <david at fubar.dk>

	* libhal/libhal.[ch]: s/namespace/property_namespace/ to not break
	using libhal from C++. Pointed out by Simone Gotti 
	<simone.gotti at email.it>

2004-07-29  David Zeuthen  <david at fubar.dk>

	Patch from Kay Sievers <kay.sievers at vrfy.org>

	* configure.in:
	* doc/spec/hal-spec.html:
	* doc/spec/hal-spec.xml.in:
	* hald/linux/block_class_device.c:
	* hald/linux/volume_id/volume_id.c: (get_buffer),
	(probe_hfs_hfsplus), (probe_ntfs), (volume_id_probe):
	* hald/linux/volume_id/volume_id.h:
	Here is support for recognition of hfs and hfsplus filesystems on
	a main block device, like a CD. Only the first partition is
	returned with the probe.



Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -d -r1.213 -r1.214
--- ChangeLog	27 Jul 2004 20:26:50 -0000	1.213
+++ ChangeLog	29 Jul 2004 17:07:08 -0000	1.214
@@ -1,3 +1,24 @@
+2004-07-29  David Zeuthen  <david at fubar.dk>
+
+	* libhal/libhal.[ch]: s/namespace/property_namespace/ to not break
+	using libhal from C++. Pointed out by Simone Gotti 
+	<simone.gotti at email.it>
+
+2004-07-29  David Zeuthen  <david at fubar.dk>
+
+	Patch from Kay Sievers <kay.sievers at vrfy.org>
+
+	* configure.in:
+	* doc/spec/hal-spec.html:
+	* doc/spec/hal-spec.xml.in:
+	* hald/linux/block_class_device.c:
+	* hald/linux/volume_id/volume_id.c: (get_buffer),
+	(probe_hfs_hfsplus), (probe_ntfs), (volume_id_probe):
+	* hald/linux/volume_id/volume_id.h:
+	Here is support for recognition of hfs and hfsplus filesystems on
+	a main block device, like a CD. Only the first partition is
+	returned with the probe.
+
 2004-07-27  David Zeuthen  <david at fubar.dk>
 
 	* hald/linux/block_class_device.c (detect_media): A mounted

Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- configure.in	22 Jul 2004 19:40:19 -0000	1.28
+++ configure.in	29 Jul 2004 17:07:08 -0000	1.29
@@ -15,6 +15,7 @@
 AC_PROG_MAKE_SET
 AC_PROG_LN_S
 AM_PATH_PYTHON
+AC_SYS_LARGEFILE
 
 AC_ARG_WITH(init-scripts,       [  --with-init-scripts=<os>   Style of init scripts to install (redhat)])
 AC_ARG_WITH(pid-file,    [  --with-pid-file=<pidfile>    PID file HAL daemon])




More information about the hal-commit mailing list