diff options
author | David Zeuthen <david@fubar.dk> | 2004-06-07 17:34:12 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2004-06-07 17:34:12 +0000 |
commit | feb9a3d149000c7716b435b5f9a07d32a983ef5a (patch) | |
tree | e8255397adb83715024c6dd48d038fbdcb4f4170 | |
parent | 83aa332b28d94e7efa03ef5d82a855838879c0d3 (diff) |
Bump to 0.2.92HAL_0_2_92
Install the symlink in /etc/dev.d/default/hal.dev. Patch from Kristian
Høgsberg <krh@bitplanet.net>. Bump version to 0.2.92
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | Doxyfile | 2 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | packaging/fedora/hal.spec | 3 |
4 files changed, 13 insertions, 4 deletions
@@ -1,3 +1,11 @@ +2004-06-07 David Zeuthen <david@fubar.dk> + + * configure.in: Bump to 0.2.92 + + * packaging/fedora/hal.spec: Install the symlink in + /etc/dev.d/default/hal.dev. Patch from Kristian Høgsberg + <krh@bitplanet.net>. Bump version to 0.2.92 + 2004-06-06 David Zeuthen <david@fubar.dk> * hald/linux/block_class_device.c (block_class_visit): Add the @@ -23,7 +23,7 @@ PROJECT_NAME = HAL # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.2.91 +PROJECT_NUMBER = 0.2.92 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/configure.in b/configure.in index b4bd001c..b9a30499 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(hal, 0.2.91, david@fubar.dk) -AM_INIT_AUTOMAKE(hal, 0.2.91) +AC_INIT(hal, 0.2.92, david@fubar.dk) +AM_INIT_AUTOMAKE(hal, 0.2.92) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE diff --git a/packaging/fedora/hal.spec b/packaging/fedora/hal.spec index 53103da4..0395435d 100644 --- a/packaging/fedora/hal.spec +++ b/packaging/fedora/hal.spec @@ -4,7 +4,7 @@ Summary: Hardware Abstraction Layer Name: hal -Version: 0.2.91 +Version: 0.2.92 Release: 2 URL: http://www.freedesktop.org/software/hal/ Source0: %{name}-%{version}.tar.gz @@ -95,6 +95,7 @@ fi %dir %{_sysconfdir}/dbus-1/system.d %config %{_sysconfdir}/dbus-1/system.d/hal.conf %config %{_sysconfdir}/rc.d/init.d/* +%{_sysconfdir}/dev.d/default/hal.dev %{_sbindir}/hald |