summaryrefslogtreecommitdiff
path: root/packaging/fedora/hal.spec
AgeCommit message (Collapse)AuthorFilesLines
2006-07-27Remove unused stuff.David Zeuthen1-148/+0
Remove libhal-policy, examples/volumed (it's defunt) and packaging (both Fedora and SUSE spec files look vastly different nowadays).
2004-07-22Bump to 0.2.95HAL_0_2_95David Zeuthen1-1/+1
Bump to 0.2.95
2004-07-15Bump version to 0.2.94HAL_0_2_94David Zeuthen1-1/+1
Bump to 0.2.94
2004-07-05Bump to 0.2.93HAL_0_2_93David Zeuthen1-2/+2
Bump to 0.2.93
2004-06-07Bump to 0.2.92HAL_0_2_92David Zeuthen1-1/+2
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-04Add hald.conf to %files. Patch from Kristian Høgsberg <krh@bitplanet.net>David Zeuthen1-0/+1
Fixup the danish character ø in Kristians last name since we want to use ISO-8859-1 in ChangeLog :-)
2004-05-25Bump to 0.2.91HAL_0_2_91David Zeuthen1-1/+4
Bump to 0.2.91
2004-05-16Updated fedora RPM spec file.Owen Fraser-Green1-9/+13
2004-01-19bump version to 0.2.6HAL_0_2_6David Zeuthen1-1/+1
bump to 0.2.6 removed (linux_class_v4l_init): don't call get_udev_root() (visit_class_device_v4l): use new options in udev-013 removed (linux_class_block_init): don't call get_udev_root() (visit_class_device_block_got_parent): use new options in udev-013
2004-01-16bump version to 0.2.5HAL_0_2_5David Zeuthen1-1/+1
bump version to 0.2.5 sleep 1000ms instead of 500ms before sending signal - we really need to update to latest libsysfs in hald to avoid the race - this is soo ugly fix possible memory violation call linux_class_block_removed() just before destroying the HalDevice obj new function add prototype for linux_class_block_removed() new funtion add prototype for ds_device_find_multiple_by_key_value_string() Make this signal handler *a lot* safer by only setting a flag a timer can pick up (detect_media): properly handle situation when user removes media where partitions are mounted on (media_detect_timer_handler): check sigio_etc_changed (force_unmount_of_all_childs): newfunction (force_unmount): new function (linux_class_block_removed): new function
2004-01-13Bump version number to 0.2.4HAL_0_2_4David Zeuthen1-1/+1
Bump version number to 0.2.4 Remove requirement for pygtk 2.0 since it broke some systems
2004-01-13Bump version number to 0.2.3HAL_0_2_3David Zeuthen1-1/+1
Add support for Condition signal new function (main): add device_condition to LibHalFunctions variable Process DeviceCondition Add device_condition and type LibHalDeviceCondition Emit NetLinkEvent(bool got_link) condition emit BlockMount(string device, string mount_point, string fstype) and BlockUnmount(string device) events added emit_condition() new function
2004-01-02forgot to bump versionDavid Zeuthen1-1/+1
2003-12-30Change default user to from hal to haldaemon since people may already useHAL_0_2_1David Zeuthen1-0/+139
login called hal or hald (I know of both). Bump version number to 0.2.1 new file Use HAL_USER macro instead of the hardcoded hal group policy segfaults dbus-daemon-1 on 0.20, but works in CVS; Now changed so only root can use the AgentManager interface