diff options
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | RELEASE-NOTES | 6 |
2 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Summary of changes from v76 to v077 +============================================ + +Kay Sievers: + merge two consecutive static strlcat's + don't return an error, if "ignore_device" is used + remove outdated and misleading stuff + move SEQNUM event skipping to udevsend + +Marco d'Itri: + allow to overwrite the configured udev_root by exporting UDEV_ROOT + let udevsend ignore events with SEQNUM set + + Summary of changes from v75 to v076 ============================================ diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 86a7fa8bde..4006e510d7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,9 @@ +udev 077 +======== +Fix a problem if udevsend is used as the hotplug handler and tries to use +syslog, which causes a "vc" event loop. 2.6.15 will make udevsend obsolete +and this kind of problems will hopefully go away soon. + udev 076 ======== All built-in logic to work around bad sysfs timing is removed with this |