From: greg@kroah.com Date: Thu, 11 Nov 2004 03:38:07 +0000 (-0800) Subject: [PATCH] 044 release X-Git-Tag: 044^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=0bac7bab72648fe9f2667287b38d371929341b4f [PATCH] 044 release --- diff --git a/ChangeLog b/ChangeLog index 85a5f07d0..29abba679 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ============================================ diff --git a/Makefile b/Makefile index 0f95aaed9..a3aa2ecb8 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/udev.spec b/udev.spec index 310883e03..bbaf07673 100644 --- a/udev.spec +++ b/udev.spec @@ -29,7 +29,7 @@ Summary: A userspace implementation of devfs Name: udev -Version: 043 +Version: 044 Release: 1 License: GPL Group: Utilities/System