aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-08-02 04:32:19 +0200
committerKay Sievers <kay.sievers@suse.de>2005-08-02 04:32:19 +0200
commit61341fae4f84917d3963fff205e9efc31a4cbd16 (patch)
treea6da65c6cc76f0fd56279ec62f5763a32b6301bf /RELEASE-NOTES
parent1bc33626787f089523192c270790f9f878a4edd7 (diff)
downloadudev-61341fae4f84917d3963fff205e9efc31a4cbd16.tar.gz
update release notes for next version
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES22
1 files changed, 22 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index db1e6b83..09d29c8b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,25 @@
+udev 065
+========
+We can use socket communication now to pass events from udev to
+other programs:
+ RUN+="socket:/org/freedesktop/hal/udev_event"
+will pass the whole udev event to the HAL daemon without the need
+for a forked helper. (See ChangeLog for udevmonitor, as an example)
+
+udev 064
+========
+Mostly bugfixes and see ChangeLog.
+
+The test for the existence of an environment value should be
+switched from:
+ ENV{KEY}=="*" to ENV{KEY}=="?*"
+cause "*" will not fail anymore, if the key does not exist or
+is empty.
+
+udev 063
+========
+Bugfixes and a few tweaks described in the ChangeLog.
+
udev 062
========
Mostly a Bugfix release.