aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-04-25 22:39:59 +0200
committerKay Sievers <kay.sievers@suse.de>2006-04-25 22:39:59 +0200
commit866bfe8817dee748be419321201f70751eb663ca (patch)
treefd511a65e2af71f2440c1c9a5ba4c7861badf5fc
parentcdb5ecb8cf77f2a831022d14b1dcdaae2432c862 (diff)
downloadudev-866bfe8817dee748be419321201f70751eb663ca.tar.gz
091 release091
-rw-r--r--ChangeLog13
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES8
3 files changed, 22 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 97f8a010..2c16ddf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Summary of changes from v090 to v091
+============================================
+
+Hannes Reinecke:
+ path_id: fix SAS device path generation
+
+Kay Sievers:
+ udevtest: don't try to delete symlinks
+ persistent rules: fix typo in dm rule
+ allow NAME=="value" to check for already assigned value
+ udevd: export initial sequence number on startup
+
+
Summary of changes from v089 to v090
============================================
diff --git a/Makefile b/Makefile
index 762c3b77..c0474250 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
-VERSION = 090
+VERSION = 091
# set this to make use of syslog
USE_LOG = true
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 65e3739f..da6af382 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,11 @@
+udev 091
+========
+Some more keys require the correct use of '==' and '=' depending
+on the kind of operation beeing an assignment or a match. Rules
+with invalid operations are skipped and logged to syslog. Please
+test with udevtest if the parsing of your rules throws errors and
+fix possibly broken rules.
+
udev 090
========
Provide "udevsettle" to wait for all current udev events to finish.