X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=RELEASE-NOTES;h=da6af382c97f9acd36c2c2f6afcd82e93d0bd89f;hb=a5df2c57326c9ed2ec35a5965cf82d4dfeed598d;hp=7c81c9a8314d3ab70d3aa0c7492817223489b125;hpb=2b3f8e93ca4fff33ae0885c01c0a1fc238e58f7f;p=elogind.git diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 7c81c9a83..da6af382c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,18 @@ +udev 091 +======== +Some more keys require the correct use of '==' and '=' depending +on the kind of operation beeing an assignment or a match. Rules +with invalid operations are skipped and logged to syslog. Please +test with udevtest if the parsing of your rules throws errors and +fix possibly broken rules. + +udev 090 +======== +Provide "udevsettle" to wait for all current udev events to finish. +It also watches the current kernel netlink queue by comparing the +even sequence number to make sure that there are no current pending +events that have not already arrived in the daemon. + udev 089 ======== Fix rule to skip persistent rules for removable IDE devices, which