1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

[PATCH] 053 release

This commit is contained in:
gregkh@suse.de 2005-02-11 19:55:00 -08:00 committed by Greg KH
parent bc4235d38e
commit 5d2d1e7e85
3 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,24 @@
Summary of changes from v052 to v053
============================================
Greg Kroah-Hartman:
o fix gentoo fb permission issue
o allow simple-build-check.sh to go faster if MAKEOPTS is set
o make the release tarballs have writable files in them
o remove gentoo permission file as it's not valid anymore
Kay Sievers:
o fix special file mode mask for temporary device node
o udevstart: simplify "dev" file searching
o udev_volume_id: remove temporary node creation and parent handling
o add %P modifier to query the node name of the parent device
o udev_volume_id: remove __packed__ from dasd structure as it does not work
o create /block/*/range count of partitons for all_partitions
Patrick Mansfield:
o scsi_id changes for use with udev %N and %p
Summary of changes from v051 to v052
============================================

View File

@ -34,7 +34,7 @@ SENDER = udevsend
INFO = udevinfo
TESTER = udevtest
STARTER = udevstart
VERSION = 052
VERSION = 053
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: 052
Version: 053
Release: 1
License: GPL
Group: Utilities/System