summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-03-18 19:59:41 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-03-18 19:59:41 +0100
commita3a304ddc090db59cb3be0dcbf1c0d83fe84c33a (patch)
tree27e134d048b783b744e5dba613b7c0ab224191d8
parent183215e7cd72474e7a077a1bd8a4db6f9cac60b5 (diff)
release 182182
-rw-r--r--ChangeLog31
-rw-r--r--NEWS23
-rw-r--r--configure.ac2
3 files changed, 50 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 34a7cfb16..dd5813826 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
============================================
diff --git a/NEWS b/NEWS
index b19cf7b50..f4f6f4e32 100644
--- a/NEWS
+++ b/NEWS
@@ -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
========
diff --git a/configure.ac b/configure.ac
index 6e41550ab..b31b62f28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])