1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 17:25:34 +03:00

[PATCH] 049 release

This commit is contained in:
greg@kroah.com 2004-12-14 23:00:33 -08:00 committed by Greg KH
parent c39f31e51d
commit e3686a8858
3 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,27 @@
Summary of changes from v048 to v049
============================================
Greg Kroah-Hartman:
o fix 'make clean' error in klibc
Kay Sievers:
o update klibc to 0.194
o export DEVNAME regardless of the state of udev_dev_d
o add class specific files for class/spi_transport and class/spi_host
o udevd-test.pl: remove wrong date calculation
o check earlier if we should run as udevstart
o remove double initialization
o include missing header to udevtest.c
o add -V option to udev to print the version number
o prevent udev node creatinon for "class" registration
o udevd: serialization of the event sequence of a chain of devices
o add a class/fc_host file to the list of what to wait for
o udev_volume_id: links sysfs.a instead of all objects
Martin Schlemmer:
o remove leftover from udevinfo's -d option
Summary of changes from v047 to v048
============================================

View File

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