1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-21 02:50:18 +03:00

release 182

This commit is contained in:
Kay Sievers 2012-03-18 19:59:41 +01:00
parent 183215e7cd
commit a3a304ddc0
3 changed files with 50 additions and 6 deletions

View File

@ -1,3 +1,34 @@
Summary of changes from v181 to v182
============================================
Kay Sievers (22):
build-sys: unpack test sysfs only for 'make check'
build-sys: add --disable-manpages
update sd-daemon files
test: remove outdated key attributes
update TOO
builtin: path_id - remove dead cciss code
rules: do not create by-id/scsi-* links for ATA devices
remove udev-acl
udev.conf - do not set any value by default
move src/extras subdirectories to src/
rules: delete outdated 30-kernel-compat.rules
rules: move 42-qemu-usb.rules to rules/ dir
remove edd_id extra
build-sys: remove empty directory
rules: delete s390 rules, they will move to s390utils
update TODO
rules: move all rules to top level rules/ dir
extras: path_id - skip ATA transport class devices
extras: path_id - add comment about readdir() rebase logic
extras: ata_id - do not log error if HDIO_GET_IDENTITY fails
rules sort order: /lib, /run, /etc
build-sys: place build binaries in the root
Matthew Garrett (1):
rules: Enable USB autosuspend on more USB HID devices
Summary of changes from v180 to v181
============================================

23
NEWS
View File

@ -1,15 +1,28 @@
udev 181
udev 182
========
The udev-acl tool is no longer provided, it will be part of a future
ConsoleKit release. On systemd systems, advanced ConsoleKit and udev-acl
functionality are provided by systemd.
Rules files in /etc/udev/rules.s/ with the same name as rules files in
/run/udev/rules.d/ now always have precedence. The stack of files is now:
/usr/lib (package), /run (runtime, auto-generated), /etc (admin), while
the later ones override the earlier ones. In other words: the admin has
always the last say.
USB auto-suspend is now enabled by default for some built-in USB HID
devices.
/dev/disk/by-path/ links are no longer created for ATA devices behind
an 'ATA transport class', the logic to extract predictable numbers does
not exist in the kernel at this moment.
/dev/disk/by-id/scsi-* compatibility links are no longer created for
ATA devices, they have their own ata-* prefix.
The s390 rule to set mode == 0666 for /dev/z90crypt is is removed from
the udev tree and will be part of s390utils (or alternatively could be
done by the kernel driver itself).
The udev-acl tool is no longer provided, it will be part of a future
ConsoleKit release. On systemd systems, advanced ConsoleKit and udev-acl
functionality are provided by systemd.
udev 181
========

View File

@ -1,6 +1,6 @@
AC_PREREQ(2.60)
AC_INIT([udev],
[181],
[182],
[linux-hotplug@vger.kernel.org],
[udev],
[http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html])