aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-06-04 15:05:23 +0200
committerKay Sievers <kay.sievers@vrfy.org>2007-06-04 15:05:23 +0200
commit83a4c0f8b8981fb31cb6db70fcbe3a1f62c1913e (patch)
tree5262e14591ebb4f67e77f99d5cef0e30af761a73
parent3f504ce7dc8739c5ede3ad7f0e5918605ff4bf57 (diff)
downloadudev-83a4c0f8b8981fb31cb6db70fcbe3a1f62c1913e.tar.gz
release 112112
-rw-r--r--Makefile2
-rw-r--r--RELEASE-NOTES19
2 files changed, 19 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index da89f862..af7d9555 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
-VERSION = 111
+VERSION = 112
# set this to make use of syslog
USE_LOG = true
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 70d04b3e..66d44f8a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,10 +1,27 @@
+udev 112
+========
+Bugfixes.
+
+Control characters in filesystem label strings are no longer silenty
+removed, but hex-encoded, to be able to uniquely identify the device
+by its symlink in /dev/disk/by-label/.
+If libvolume_id is used by mount(8), LABEL= will work as expected,
+if slashes or other characters are used in the label string.
+
+To test the existence of a file, TEST=="<file>" and TEST!="<file>"
+can be specified now. The TEST key accepts an optional mode mask
+TEST{0100}=="<is executable file>".
+
+Scsi_id now supports a mode without expecting scsi-specific sysfs
+entries to allow the extraction of cciss-device persistent properties.
+
udev 111
========
Bugfixes.
In the future, we may see uuid's which are just simple character
strings (see the DDF Raid Specification). For that reason vol_id now
-exports ID_UUID_SAFE, just like ID_LABEL_SAFE. For things like
+exports ID_FS_UUID_SAFE, just like ID_FS_LABEL_SAFE. For things like
the creation of symlinks, the *_SAFE values ensure, that no control
or whitespace characters are used in the filename.