hal: Changes to 'refs/tags/HAL_0_5_8_1'

David Zeuthen david at kemper.freedesktop.org
Tue Sep 19 13:48:34 PDT 2006


Tag 'HAL_0_5_8_1' created by David Zeuthen <davidz at redhat.com> at 2006-09-19 21:48 -0700

HAL 0.5.8.1 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQBFEFeLKn8s4BN7nF4RAkGyAJ98ok5AzAK1YCcjqXpetAQL6FvCnwCdHK25
nDgrwTwlfucFhPQvfcS7ff4=
=7kHf
-----END PGP SIGNATURE-----

Changes since HAL_0_5_8:
David Zeuthen:
      fix race condition when unmounting a volume takes a very long time
      don't lock the .hal-mtab file at all when checking mount status on unmount
      don't update mount state until Unmount() returns
      fix stupid typo in syslog reporting for Mount()
      bump release to 0.5.8.1
      only install PolicyKit privilege files if we're using PolicyKit
      only require libvolume_id >= 061
      fixup NEWS file to list correct requirements, e.g. udev 089
      don't fail, print warning if ARPHRD_IEEE80211_{RADIOTAP,PRISM} is not defined
      fix up overflow of 32-bit variable when getting 64-bit value
      remove unneeded debug
      send changes in correct order for LibHalChangeSet
      remove dead code introduced by commit 0ae1aed74548fec563399d00100d621ce99b383b
      enable looking for data track on optical discs
      export Eject() even on discs where we can't detect a file system
      probe for partitions on data discs where we fail to detect an fs
      don't build Macbook Pro utils on non-x86
      update NEWS for 0.5.8.1

Holger Macht:
      fixed typos in cpufreq addon

S.Çağlar Onur:
      get ARPHRD_IEEE80211_RADIOTAP and similar from kernel, not glibc headers

---
 NEWS                                         |   48 +++++++++++
 configure.in                                 |   27 +++++-
 fdi/policy/10osvendor/20-storage-methods.fdi |   11 ++
 hald/hald_dbus.c                             |   81 ++++++++++++++++---
 hald/hald_dbus.h                             |    2 
 hald/hald_runner.c                           |   14 +--
 hald/linux/addons/Makefile.am                |    4 
 hald/linux/addons/addon-cpufreq.c            |    8 -
 hald/linux/blockdev.c                        |   85 ++++++++++----------
 hald/linux/classdev.c                        |   10 +-
 hald/linux/osspec.c                          |    5 +
 hald/linux/probing/probe-storage.c           |    1 
 hald/linux/probing/probe-volume.c            |  111 +++++++++++++++++----------
 hald/osspec.h                                |    3 
 hald/util.c                                  |   27 ------
 libhal/libhal.c                              |   39 ++++++---
 privileges/Makefile.am                       |    2 
 tools/hal-storage-mount.c                    |    4 
 18 files changed, 324 insertions(+), 158 deletions(-)
---


More information about the hal-commit mailing list