1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +03:00

release 167

This commit is contained in:
Kay Sievers 2011-03-30 15:58:14 +02:00
parent 7ce99fece5
commit 30b0fee9be
2 changed files with 78 additions and 4 deletions

View File

@ -1,3 +1,77 @@
Summary of changes from v166 to v167
============================================
Andrey Borzenkov (1):
udev-acl: add /dev/sgX nodes for CD-ROM
David Zeuthen (1):
cdrom_id: Don't ignore profiles when there is no media available
Harald Hoyer (2):
cdrom_id: cd_media_toc() extend toc size to 65536
udev-acl/70-acl.rules: tag ID_REMOTE_CONTROL with acl
Kay Sievers (29):
version bump
Merge branch 'master' of git+ssh://master.kernel.org/pub/scm/linux/hotplug/udev
v4l_id: kill the v4l1 ioctl
v4l_id: remove left-over variable
update some comments
test-libudev: add short options
libudev: udev_device_get_sysattr_list_entry() update
libudev: resolve ifindex in udev_device_new_from_id_filename()
libudev: bump minor version
udev-acl: move sg rule to optical drive rule
move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd startup
NEWS: clarify /dev/.run/ requirements
input_id: silent gcc warnings
fstab_import: disable build
systemd: remove deprecated udev-retry.service
fstab_import: remove from configure
update sd-daemon.[ch]
udevd: use facility == LOG_DAEMON when writing to /dev/kmsg
udevd: initialize fds, for proper close() on exit
use /run/udev/ if possible and fall back to /dev/.udev/
rules: run ata_id only on SPC-3 or later optical drives
systemd: bind udev control socket in systemd and split udev.service
systemd: use sockets.target not socket.target
man: remove trigger --type=failed handling
libudev: export udev_get_run_path()
libudev: docs - add udev_get_run_path()
libudev: make valgrind happy
systemd: do not enable udev-settle.service by default
systemd: udev.socket - disable implicit dependencies
Kei Tokunaga (1):
udevadm: enumerate - update prev pointer properly
Lee, Chun-Yi (2):
Remap Acer WMI touchpad toggle key to F21 used by X
Remap MSI Laptop touchpad on/off key to F22 and F23
Martin Pitt (12):
60-persistent-input.rules: Support multiple interfaces
Only build v4l_id if V4L1 header file is available
60-persistent-input.rules: Do not create duplicate links
Fix building with --disable-extras
Do not build extras with --disable-extras
v4l_id: Drop videodev.h check again
keymap: Fix Acer Aspire 5920G media key
input_id: Consistently use tabs for indentation
input_id: Add some debugging output
input_id: Avoid memory overflow with too long capability masks
input_id: Cover key devices which only have KEY_* > 255
input_id: Rewrite debug logging to use standard udev info()
Seth Forshee (1):
keymap: continue reading keymap after invalid scancodes
Thomas Egerer (3):
libudev: allow to get list of all available sysfs attrs for a device
libudev: use sysfs attr ilist interface for attribute walk
udevadm: info - make attribute array static and const
Summary of changes from v165 to v166
============================================

8
NEWS
View File

@ -12,7 +12,7 @@ If /run does not exist, or is not writable, udev will fall back using
On systemd systems with initramfs and LVM used, packagers must
make sure, that the systemd and initramfs versions match. The initramfs
needs to create the /run/ mountpoint for udev to store the data, and
needs to create the /run mountpoint for udev to store the data, and
mount this tmpfs to /run in the rootfs, so the that the udev database
is preserved for the udev version started in the rootfs.
@ -22,9 +22,9 @@ itself, at startup, converts any old database version if necessary.
The systemd services files have been reorganized. The udev control
socket is bound by systemd and passed to the started udev daemon.
The udev-settle.service is no longer active by default. Services which
can not handle hotplug setups properly need to actively pull it in to
act like a barrier for basic.target. Alternatively the settle service
can be unconditionally 'systemctl'enabled to work-around such services.
can not handle hotplug setups properly need to actively pull it in, to
act like a barrier. Alternatively the settle service can be unconditionally
'systemctl'enabled, and act like a barrier for basic.target.
The fstab_import callout is no longer built or installed. Udev
should not be used to mount, does not watch changes to fstab, and