chiark / gitweb /
release 138
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 18 Feb 2009 23:27:24 +0000 (00:27 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 18 Feb 2009 23:27:24 +0000 (00:27 +0100)
ChangeLog
NEWS

index d7bcf5ff1c05b3d24f4fd627aaa5af96c4470c3e..d17cb9e02510b3ca01be7caa737e0de4f78770fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+Summary of changes from v137 to v138
+============================================
+
+David Zeuthen (1):
+      *_id: add model/vendor enc strings
+
+Karel Zak (2):
+      vol_id: fix ddf version string
+      vol_id: add missing id->type to swap0
+
+Kay Sievers (13):
+      man: fix grammar
+      version bump
+      fix NAME="" logic
+      rules: dm - add escape for uuid links with whitespace
+      test: add test for empty and non-existent ATTR
+      rules: fix md "change"/"remove" handling
+      autogen.sh: add more warnings
+      fix NAME= and OPTION+="string_escape=..." logic
+      rules: move OPTIONS to separate rule
+      use global "reload_config" flag
+      rules: add "watch" option to dm and md rules
+      rules: include loop block devices in persistent links
+      release 138
+
+Matthias Schwarzott (1):
+      rules: Gentoo update
+
+Miklos Vajna (1):
+      doc: writing udev rules - refer to 'udevadm info' instead of 'udevinfo'
+
+Scott James Remnant (2):
+      udevd: optionally watch device nodes with inotify
+      rules: update persistent storage rules to use inotify watches
+
+
 Summary of changes from v136 to v137
 ============================================
 
diff --git a/NEWS b/NEWS
index 417069729267b7c0e391d64e7ad7e14e275e786a..5dafcad1db80c2a18a96fbfa6e997064adc5089a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
 udev 138
 ========
-Device nodes can be watched for changes with inotify with OPTIONS="watch".  If
-closed after being opened for writing, a "change" uevent will occur.
+Bugfixes.
 
-/dev/disk/by-*/* symlinks will be automatically updated.
+Device nodes can be watched for changes with inotify with OPTIONS="watch".
+If closed after being opened for writing, a "change" uevent will occur.
+/dev/disk/by-{label,uuid}/* symlinks will be automatically updated.
 
 udev 137
 ========