chiark / gitweb /
release 167
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 30 Mar 2011 13:58:14 +0000 (15:58 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 30 Mar 2011 13:58:14 +0000 (15:58 +0200)
ChangeLog
NEWS

index 1b8caab43bebf97fb8063b12515ee9d60d905fee..d62ecbd76e9a4ae686070be79c2183a4c20e388c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
 ============================================
 
diff --git a/NEWS b/NEWS
index b86e0bcca0a7c096ab7c3958e3e46c7c7372da1e..fedacccfa8be4b0b314e9e960367b9b89cf2d345 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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