1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-31 17:17:43 +03:00

[PATCH] 029 release

This commit is contained in:
greg@kroah.com 2004-07-02 19:15:10 -07:00 committed by Greg KH
parent cf9ffc8d9c
commit bf21ea08b3
3 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,17 @@
Summary of changes from v028 to v029
============================================
Greg Kroah-Hartman:
o add permission rule for jogdial device
o fix dumb bug I added to udevstart
o make a "last list" of devices for udevstart to operate on last
o fix permission problem with input event and ts nodes for gentoo
o change default perms of misc/rtc to be readable by anyone
Olaf Hering:
o allow NAME_SIZE > SYSFS_PATH_MAX
Summary of changes from v027 to v028
============================================

View File

@ -33,7 +33,7 @@ INFO = udevinfo
TESTER = udevtest
STARTER = udevstart
RULER = udevruler
VERSION = 028
VERSION = 029
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: 028
Version: 029
Release: 1
License: GPL
Group: Utilities/System