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

[PATCH] 040 release

This commit is contained in:
greg@kroah.com 2004-10-19 01:20:30 -07:00 committed by Greg KH
parent 1ceba9360b
commit 796ed8851b
3 changed files with 27 additions and 2 deletions

View File

@ -1,3 +1,28 @@
Summary of changes from v039 to v040
============================================
<jk:blackdown.de>:
o wait_for_sysfs update for dm devices
Greg Kroah-Hartman:
o sparse cleanups on the tree
o fix stupid cut-and-paste error for msr devices on gentoo boxes
o add *~ to bk ignore list
o delete udevruler.c as per Kay's request
o fix up the wait_for_sysfs_test script a bit
Kay Sievers:
o fix debug in volume id / fix clashing global var name
o volume_id fix
o $local user
o cleanup netif handling and netif-dev.d/ events
o big cleanup of internal udev api
o don't wait for dummy devices
o close the syslog
o Fix ppp net devices in wait_for_sysfs
o Fix wait_for_sysfs messages (more debugging info)
Summary of changes from v038 to v039
============================================

View File

@ -35,7 +35,7 @@ INFO = udevinfo
TESTER = udevtest
STARTER = udevstart
WAIT = wait_for_sysfs
VERSION = 039
VERSION = 040
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: 039
Version: 040
Release: 1
License: GPL
Group: Utilities/System