summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-11-25 19:13:28 +0100
committerKay Sievers <kay.sievers@suse.de>2005-11-25 19:13:28 +0100
commit7403f98b53b115738299d7ed7a0b4d23d727ce92 (patch)
treee4ea3dcfb5ac6c72c519ffd29dbec9b361aaf957
parent997b164d56257244411aea4d709e47e6ca2da299 (diff)
update RELEASE-NOTES
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
-rw-r--r--ChangeLog14
-rw-r--r--RELEASE-NOTES6
2 files changed, 20 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 795de89707..52a88a976a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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