diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-11-07 18:52:26 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-11-07 18:52:26 +0100 |
commit | bc48bbd9cd994470ce9b77adbb40464968853b00 (patch) | |
tree | ef8debe86ba50109172ff8aaffd63ae15ac162f6 | |
parent | df4e89bfa61b6aaea41619842aa9032dd1af072e (diff) |
074 release
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | RELEASE-NOTES | 8 |
2 files changed, 9 insertions, 1 deletions
@@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION = 073 +VERSION = 074 # set this to make use of syslog USE_LOG = true diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8e9416d921..8a1bde8a3b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,11 @@ +udev 074 +======== +NAME="" will not create any nodes, but execute RUN keys. To completely +ignore an event the OPTION "ignore_device" should be used. + +After removal of the reorder queue, events with a TIMEOUT can be executed +without any queuing now. + udev 073 ======== Fixed bug in udevd, if inotify is not available. We depend on netlink |