aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-10-20 14:43:35 +0200
committerKay Sievers <kay.sievers@suse.de>2006-10-20 14:43:35 +0200
commit1810a9d7bb1a253836516d8fb1b5b1070c6ce288 (patch)
treec484898ebde74545b1cf88ca2a5bd7c50398fd20
parent69ed35366ffe9aa26f1736dbfc10bf6aaaf2e3d6 (diff)
downloadudev-1810a9d7bb1a253836516d8fb1b5b1070c6ce288.tar.gz
release 103103
-rw-r--r--ChangeLog11
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES6
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 11a62db2..76fa8aa5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Summary of changes from v102 to v103
+============================================
+
+Kay Sievers:
+ persistent storage rules: skip gnbd devices
+ volume_id: add checksum check to via_raid
+ volume_id: add comment about hfs uuid conversion
+ update SUSE rules
+ update Fedora rules
+
+
Summary of changes from v101 to v102
============================================
diff --git a/Makefile b/Makefile
index e2a67f8a..947eacaf 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
-VERSION = 102
+VERSION = 103
# set this to make use of syslog
USE_LOG = true
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index c1e79101..0e364a30 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,9 @@
+udev 103
+========
+Add additional check to volume_id detection of via_raid, cause
+some company decided to put a matching pattern all over the empty
+storage area of their music players.
+
udev 102
========
Fix path_id for SAS devices.