aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2012-01-29 05:37:39 +0100
committerKay Sievers <kay.sievers@vrfy.org>2012-01-29 05:48:45 +0100
commite7f32890335886cfa0f2f835413aed5af8ac2b53 (patch)
tree73c60658fbcfc52c5215fc5f8760d266b7249386 /NEWS
parenta3642381eba4697b567cf4f21145532866c2e369 (diff)
downloadudev-e7f32890335886cfa0f2f835413aed5af8ac2b53.tar.gz
do not stop rule processing when device node is no longer around
Device nodes might have been deleted again by the kernel before an 'add' or 'change' event is even started. We need to run all rules, regardless of the state in /dev.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fa1edff6..281ed405 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+udev 180
+========
+Fix for ID_PART_ENTRY_* property names, added by the blkid built-in. The
+fix is needed for udisk2 to operate properly.
+
+Fix for skipped rule execution when the kernel has removed the device
+node in /dev again, before the event was even started. The fix is needed
+to run device-mapper/LVM events properly.
+
+Fix for the man page installation, which was skipped when xsltproc was not
+installed.
+
udev 179
========
Bugfix for $name resolution, which broke at least some keymap handling.