hal ChangeLog,1.417,1.418
David Zeuthen
david at freedesktop.org
Wed Feb 16 13:25:37 PST 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv16495
Modified Files:
ChangeLog
Log Message:
2005-02-16 David Zeuthen <davidz at redhat.com>
Fix up more sloppy errors incuded from patches that I should
have reviewed more carefully :-/
* libhal-storage/libhal-storage.c: Match against
LIBHAL_PROPERTY_TYPE_*, not DBUS_TYPE_*
(libhal_drive_policy_default_use_managed_keyword):
(libhal_drive_policy_default_get_mount_root):
(libhal_drive_policy_default_use_managed_keyword):
(libhal_drive_policy_default_get_managed_keyword_primary):
(libhal_drive_policy_default_get_managed_keyword_secondary):
(libhal_drive_policy_get_mount_options):
(libhal_volume_policy_get_mount_options): Yikes, Yikes, rename
"/org/freedesktop/LibHal" back to "/org/freedesktop/Hal"
* libhal/libhal.c (libhal_property_fill_value_from_variant): p->type
wasn't being assigned :-/. Also, DBUS_TYPE_BOOLEAN wasn't handled.
* hald/hald_test_libhal.c (check_libhal): Fix this test
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.417
retrieving revision 1.418
diff -u -d -r1.417 -r1.418
--- ChangeLog 16 Feb 2005 20:16:55 -0000 1.417
+++ ChangeLog 16 Feb 2005 21:25:35 -0000 1.418
@@ -1,5 +1,26 @@
2005-02-16 David Zeuthen <davidz at redhat.com>
+ Fix up more sloppy errors incuded from patches that I should
+ have reviewed more carefully :-/
+
+ * libhal-storage/libhal-storage.c: Match against
+ LIBHAL_PROPERTY_TYPE_*, not DBUS_TYPE_*
+ (libhal_drive_policy_default_use_managed_keyword):
+ (libhal_drive_policy_default_get_mount_root):
+ (libhal_drive_policy_default_use_managed_keyword):
+ (libhal_drive_policy_default_get_managed_keyword_primary):
+ (libhal_drive_policy_default_get_managed_keyword_secondary):
+ (libhal_drive_policy_get_mount_options):
+ (libhal_volume_policy_get_mount_options): Yikes, Yikes, rename
+ "/org/freedesktop/LibHal" back to "/org/freedesktop/Hal"
+
+ * libhal/libhal.c (libhal_property_fill_value_from_variant): p->type
+ wasn't being assigned :-/. Also, DBUS_TYPE_BOOLEAN wasn't handled.
+
+ * hald/hald_test_libhal.c (check_libhal): Fix this test
+
+2005-02-16 David Zeuthen <davidz at redhat.com>
+
Patch from W. Michael Petullo <mike at flyn.org>. Attached you should
find a patch that begins to add LUKS support to hald. This should
eventually provide an easy means to mount encrypted filesystems.
More information about the hal-commit
mailing list