aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-11-07 18:52:26 +0100
committerKay Sievers <kay.sievers@suse.de>2005-11-07 18:52:26 +0100
commitbc48bbd9cd994470ce9b77adbb40464968853b00 (patch)
treeef8debe86ba50109172ff8aaffd63ae15ac162f6
parentdf4e89bfa61b6aaea41619842aa9032dd1af072e (diff)
downloadudev-bc48bbd9cd994470ce9b77adbb40464968853b00.tar.gz
074 release074
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES8
2 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bcaf30b7..bc97388a 100644
--- a/Makefile
+++ b/Makefile
@@ -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 8e9416d9..8a1bde8a 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