[PATCH] v012 release

This commit is contained in:
greg@kroah.com 2003-12-31 21:46:59 -08:00 committed by Greg KH
parent 5f7c4c1bb0
commit 8c55357fa7
3 changed files with 47 additions and 2 deletions

View File

@ -1,3 +1,48 @@
Summary of changes from v011 to v012
============================================
<azarah:nosferatu.za.org>:
o make symlink work properly if there is already a file in its place
o Fix udev gcc-2.95.4 compat
<christophe.varoqui:free.fr>:
o extras multipath update
o extras multipath update
Kay Sievers:
o mention user callable udev + options in man page
o make udev user callable to query the database
o depend on all .h files
o cleanup namedev_parse debug text
o extend exec_program[]
o ide-devfs.sh update
o fix for apply_format()
o check for empty symlink string
o 'ide' missing in bus_files[]
o small trivial cleanup of latest changes
<mbuesch:freenet.de>:
o introduce signal handler
<rml:ximian.com>:
o udev spec file update
Greg Kroah-Hartman:
o minor grammer fixes for the udev_vs_devfs document
o move the dbus config file to etc/dbus-1/system.d/
o move the config files to etc/udev to clean up main directory a bit
o add Gentoo versions of the rules and permissions files
o if using glibc, link dynamically, as no one like 500Kb udev binaries
o minor change to udev_vs_devfs document
o added udev vs devfs supid document to the tree
o move the signal handling registration to after we have initialized enough stuff
o make ide-devfs.sh executable in the tree
o udev.permissions.debian - forgot the dm nodes
o update the udev.permissions.debian file with new entries
o added udev.init script for the Linux From Scratch project
Summary of changes from v010 to v011
============================================

View File

@ -26,7 +26,7 @@ USE_DBUS = false
ROOT = udev
VERSION = 011_bk
VERSION = 012
INSTALL_DIR = /usr/local/bin
RELEASE_NAME = $(ROOT)-$(VERSION)
LOCAL_CFG_DIR = etc/udev

View File

@ -18,7 +18,7 @@
Summary: A userspace implementation of devfs
Name: udev
Version: 011_bk
Version: 012
Release: 1
License: GPL
Group: Utilities/System