hal ChangeLog,1.505,1.506 configure.in,1.77,1.78
David Zeuthen
david at freedesktop.org
Wed Apr 27 11:53:41 PDT 2005
Update of /cvs/hal/hal
In directory gabe:/tmp/cvs-serv10203
Modified Files:
ChangeLog configure.in
Log Message:
2005-04-27 David Zeuthen <davidz at redhat.com>
* hald/linux2/osspec_linux.h: Remove prototype for the function
hal_util_get_device_file().
* hald/linux2/osspec.c (hal_util_get_udevinfo_path): Remove
(hal_util_get_device_file): Remove
* hald/linux2/coldplug.c (hal_util_get_udevinfo_path): Move from
osspec.c
(hal_util_get_sysfs_to_dev_map): New function
(coldplug_synthesize_events): Get the sysfs->dev map in one go using
'udevinfo -d' available in udev since at least version 057.
* configure.in: Bump dbus requirement to 0.33 since the new dbus is
out.
2005-04-27 David Zeuthen <davidz at redhat.com>
* libhal/libhal.c (libhal_device_set_property_helper): Don't leak the
DBusMessage objects
* hald/hald_dbus.c (sender_has_privileges): Don't leak the error and
actually return FALSE if sender is unprivileged. Also fix up spelling.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.505
retrieving revision 1.506
diff -u -d -r1.505 -r1.506
--- ChangeLog 18 Apr 2005 18:01:55 -0000 1.505
+++ ChangeLog 27 Apr 2005 18:53:39 -0000 1.506
@@ -1,3 +1,28 @@
+2005-04-27 David Zeuthen <davidz at redhat.com>
+
+ * hald/linux2/osspec_linux.h: Remove prototype for the function
+ hal_util_get_device_file().
+
+ * hald/linux2/osspec.c (hal_util_get_udevinfo_path): Remove
+ (hal_util_get_device_file): Remove
+
+ * hald/linux2/coldplug.c (hal_util_get_udevinfo_path): Move from
+ osspec.c
+ (hal_util_get_sysfs_to_dev_map): New function
+ (coldplug_synthesize_events): Get the sysfs->dev map in one go using
+ 'udevinfo -d' available in udev since at least version 057.
+
+ * configure.in: Bump dbus requirement to 0.33 since the new dbus is
+ out.
+
+2005-04-27 David Zeuthen <davidz at redhat.com>
+
+ * libhal/libhal.c (libhal_device_set_property_helper): Don't leak the
+ DBusMessage objects
+
+ * hald/hald_dbus.c (sender_has_privileges): Don't leak the error and
+ actually return FALSE if sender is unprivileged. Also fix up spelling.
+
2005-04-18 David Zeuthen <davidz at redhat.com>
* configure.in: Bump glib-2.0 requirement to 2.6.0; change dbus-1 and
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -d -r1.77 -r1.78
--- configure.in 18 Apr 2005 18:01:55 -0000 1.77
+++ configure.in 27 Apr 2005 18:53:39 -0000 1.78
@@ -188,8 +188,8 @@
fi
fi
-dbus_module="dbus-1 >= 0.32"
-pkg_modules="glib-2.0 >= 2.6.0, gobject-2.0 >= 2.6.0, dbus-glib-1 >= 0.32, $dbus_module"
+dbus_module="dbus-1 >= 0.33"
+pkg_modules="glib-2.0 >= 2.6.0, gobject-2.0 >= 2.6.0, dbus-glib-1 >= 0.33, $dbus_module"
PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
EXPAT_LIB=""
More information about the hal-commit
mailing list