hal ChangeLog, 1.372.2.38, 1.372.2.39 configure.in, 1.57.2.11,
1.57.2.12
David Zeuthen
david at freedesktop.org
Mon Jan 24 18:30:49 PST 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv31733
Modified Files:
Tag: hal-0_4-stable-branch
ChangeLog configure.in
Log Message:
2005-01-24 David Zeuthen <davidz at redhat.com>
* libhal-storage/libhal-storage.c (mopts_collect): Also remove
mount options if something is set to FALSE (based on patch from
Sebastian Dransfeld <sebastid at stud.ntnu.no>; also fix a pretty bad
bug where the computation of is_imply_opt were totally wrong.
(hal_volume_policy_get_mount_options),
(hal_drive_policy_get_mount_options): Collect imply options in the
correct order now that mopts_collect is fixed : -do-
2005-01-24 David Zeuthen <davidz at redhat.com>
* tools/device-manager/Const.py.in: hdm throws a nice exception
when info.bus == "ieee1394", can be easily solved by adding it to
BUS_NAMES. Done in attached patch. From Sjoerd Simons
<sjoerd at luon.net>.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.372.2.38
retrieving revision 1.372.2.39
diff -u -d -r1.372.2.38 -r1.372.2.39
--- ChangeLog 24 Jan 2005 21:28:29 -0000 1.372.2.38
+++ ChangeLog 25 Jan 2005 02:30:46 -0000 1.372.2.39
@@ -1,4 +1,21 @@
-2005-01-24 David Zeuthen <david at fubar.dk>
+2005-01-24 David Zeuthen <davidz at redhat.com>
+
+ * libhal-storage/libhal-storage.c (mopts_collect): Also remove
+ mount options if something is set to FALSE (based on patch from
+ Sebastian Dransfeld <sebastid at stud.ntnu.no>; also fix a pretty bad
+ bug where the computation of is_imply_opt were totally wrong.
+ (hal_volume_policy_get_mount_options),
+ (hal_drive_policy_get_mount_options): Collect imply options in the
+ correct order now that mopts_collect is fixed : -do-
+
+2005-01-24 David Zeuthen <davidz at redhat.com>
+
+ * tools/device-manager/Const.py.in: hdm throws a nice exception
+ when info.bus == "ieee1394", can be easily solved by adding it to
+ BUS_NAMES. Done in attached patch. From Sjoerd Simons
+ <sjoerd at luon.net>.
+
+2005-01-24 David Zeuthen <davidz at redhat.com>
* hald/linux/usb_bus_device.c (usb_device_pre_process): cur->len
may be zero so don't look at sysfs attributes in that case. From
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.57.2.11
retrieving revision 1.57.2.12
diff -u -d -r1.57.2.11 -r1.57.2.12
--- configure.in 22 Jan 2005 01:35:27 -0000 1.57.2.11
+++ configure.in 25 Jan 2005 02:30:46 -0000 1.57.2.12
@@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(hal, 0.4.6.cvs20050121, david at fubar.dk)
-AM_INIT_AUTOMAKE(hal, 0.4.6.cvs20050121)
+AC_INIT(hal, 0.4.6.cvs20050124, david at fubar.dk)
+AM_INIT_AUTOMAKE(hal, 0.4.6.cvs20050124)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
More information about the hal-commit
mailing list