[PATCH] 044 release

This commit is contained in:
greg@kroah.com 2004-11-10 19:38:07 -08:00 committed by Greg KH
parent 5ca6ff6457
commit 0bac7bab72
3 changed files with 16 additions and 2 deletions

View File

@ -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
============================================

View File

@ -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

View File

@ -29,7 +29,7 @@
Summary: A userspace implementation of devfs
Name: udev
Version: 043
Version: 044
Release: 1
License: GPL
Group: Utilities/System