diff options
author | greg@kroah.com <greg@kroah.com> | 2004-02-28 01:11:20 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:34:28 -0700 |
commit | 7eb136adb8fe265050b2a3e44b216e747163743f (patch) | |
tree | 28f3021a5aac8ce175baf4bad86a0043dcbb8efc | |
parent | b484e43622c04aaf4a2ca851bc7436b873530b1d (diff) |
[PATCH] 018 releaseudev/v019
-rw-r--r-- | ChangeLog | 32 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | udev.spec | 5 |
3 files changed, 37 insertions, 2 deletions
@@ -1,3 +1,35 @@ +Summary of changes from v018 to v019 +============================================ + +Kay Sievers: + o TODO update + o udev - correct relative symlink + o udev - safer string handling - part four + o udev - safer string handling - part three + o udev - safer string handling - part two + o udev - man page update + o udev - safer string handling all over the place + o manpage update + o udev - allow all files in a directory as the config + o udev - simple klibc textual uid/gid handling + +Andrey Borzenkov: + o do not remove real .udev.tdb during RPM build + +Greg Kroah-Hartman: + o add new TODO item about local user permissions + o Add initial SELinux support for udev + o fix build for very old versions of make + o remove limit of the number of args passed to PROGRAM + o force udev to include the internal version of libsysfs and never the external one + o fix up libsysfs header file usage to fix bug reports from users that have sysfsutils installed already + o remove udevtest on 'make clean' + o remove udevd priority TODO item, as it's not needed at all + +Patrick Mansfield: + o update udev scsi_id to scsi_id 0.4 + + Summary of changes from v017 to v018 ============================================ @@ -35,7 +35,7 @@ DAEMON = udevd SENDER = udevsend HELPER = udevinfo TESTER = udevtest -VERSION = 018_bk +VERSION = 019 INSTALL_DIR = /usr/local/bin RELEASE_NAME = $(ROOT)-$(VERSION) LOCAL_CFG_DIR = etc/udev @@ -39,7 +39,7 @@ Summary: A userspace implementation of devfs Name: udev -Version: 018_bk +Version: 019 Release: 1 License: GPL Group: Utilities/System @@ -150,6 +150,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Feb 27 2004 Greg Kroah-Hartman <greg@kroah.com> +- added ability to build with SELinux support + * Thu Feb 19 2004 Greg Kroah-Hartman <greg@kroah.com> - add some more files to the documentation directory - add ability to build scsi_id and make it the default |