chiark / gitweb /
release 182 182
authorKay Sievers <kay.sievers@vrfy.org>
Sun, 18 Mar 2012 18:59:41 +0000 (19:59 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Sun, 18 Mar 2012 18:59:41 +0000 (19:59 +0100)
ChangeLog
NEWS
configure.ac

index 34a7cfb16f09733b332f822cda8798e6077898ed..dd5813826397fc4c8099216ee611b2d7ec72e287 100644 (file)
--- 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 b19cf7b5080ea251f3b1a858699960762b678acd..f4f6f4e3273ed0af13405421a5937fddd2b9ba2c 100644 (file)
--- 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
 ========
index 6e41550abef5276cafd209282395637b9a26de00..b31b62f28915e17b3fa4da99e35e21daf1e5c64d 100644 (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])