diff options
author | greg@kroah.com <greg@kroah.com> | 2004-11-10 19:38:07 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 22:12:34 -0700 |
commit | 0bac7bab72648fe9f2667287b38d371929341b4f (patch) | |
tree | 68d81f53c1375fb6b5163bee500f70d6e76059f3 | |
parent | 5ca6ff64574430d9394bb6417a38295902116bab (diff) |
[PATCH] 044 releaseudev/v044
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | udev.spec | 2 |
3 files changed, 16 insertions, 2 deletions
@@ -1,3 +1,17 @@ +Summary of changes from v043 to v044 +============================================ + +Greg Kroah-Hartman: + o add cdsymlinks.sh support to gentoo rules file + o fix gentoo legacy tty rule + o remove 'sudo' usage from the Makefile + o make udev-test.pl test for root permissions before running + +Kay Sievers: + o reduce syslog noise of udevsend if multiple instances try to start udevd + o add i2c-dev to the list of devices without a bus + + Summary of changes from v042 to v043 ============================================ @@ -35,7 +35,7 @@ INFO = udevinfo TESTER = udevtest STARTER = udevstart WAIT = wait_for_sysfs -VERSION = 043 +VERSION = 044 INSTALL_DIR = /usr/local/bin RELEASE_NAME = $(ROOT)-$(VERSION) LOCAL_CFG_DIR = etc/udev @@ -29,7 +29,7 @@ Summary: A userspace implementation of devfs Name: udev -Version: 043 +Version: 044 Release: 1 License: GPL Group: Utilities/System |