mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
[PATCH] 052 release
This commit is contained in:
39
ChangeLog
39
ChangeLog
@@ -1,3 +1,42 @@
|
||||
Summary of changes from v051 to v052
|
||||
============================================
|
||||
|
||||
<md:linux.it>:
|
||||
o debian: update rules files
|
||||
o raid-devfs.sh: devfs names for hardware RAID controllers
|
||||
o scsi_id: when udevstart is started, /tmp is not writeable
|
||||
o cdsymlinks.sh: trivial fix, the variable is initialized to '', not 0
|
||||
|
||||
<sschweizer:gmail.com>:
|
||||
o gentoo/udev.rules: add default permissions for sound devices
|
||||
|
||||
Greg Kroah-Hartman:
|
||||
o fix example comment in ide-devfs.sh
|
||||
o Add infiniband to gentoo rules
|
||||
o Another gentoo fix, adding dvb support
|
||||
o Fix gentoo bug #76056 (fb device group permissions.)
|
||||
o Fix gentoo bug #81102, device nodes for the pktcdvd device
|
||||
|
||||
Kay Sievers:
|
||||
o provide temporary device node for callouts to access the device
|
||||
o udev_volume_id: fix dasd disklabel reading with -l option
|
||||
o udev_volume_id: volume_id version 034
|
||||
o udev_volume_id: rename probe_ibm into probe_dasd
|
||||
o udev_volume_id: volume_id version 032
|
||||
o Makefile: add some more warnings and prepare for clean gcc4 compile
|
||||
o Makefile: cleanup conditional config option sections
|
||||
o fix -Wsign-compare warnings
|
||||
o chassis_id: clean compilation and fix bad function parameter passing
|
||||
o simple_build_check: make it possible to pass KERNEL_DIR
|
||||
o selinux: cleanup udev integration
|
||||
|
||||
Michael Buesch:
|
||||
o trivial: remove _all_ trailing slashes with no_trailing_slash()
|
||||
o trivial: fix signedness
|
||||
o namdev: allow symlink-only rules to specify node permissions
|
||||
o udevd: fix valgrind warning
|
||||
|
||||
|
||||
Summary of changes from v050 to v051
|
||||
============================================
|
||||
|
||||
|
||||
2
Makefile
2
Makefile
@@ -34,7 +34,7 @@ SENDER = udevsend
|
||||
INFO = udevinfo
|
||||
TESTER = udevtest
|
||||
STARTER = udevstart
|
||||
VERSION = 051
|
||||
VERSION = 052
|
||||
INSTALL_DIR = /usr/local/bin
|
||||
RELEASE_NAME = $(ROOT)-$(VERSION)
|
||||
LOCAL_CFG_DIR = etc/udev
|
||||
|
||||
Reference in New Issue
Block a user