summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKarel Zak2017-08-14 12:09:50 +0200
committerKarel Zak2017-08-14 12:10:16 +0200
commit9612a41085483308e15ce5132289648aa093c244 (patch)
tree7b6e23c2ab33e2533d8e2a2b56cc9b6e115e16aa /Documentation
parentblockdev: document --setro more properly (diff)
downloadkernel-qcow2-util-linux-9612a41085483308e15ce5132289648aa093c244.tar.gz
kernel-qcow2-util-linux-9612a41085483308e15ce5132289648aa093c244.tar.xz
kernel-qcow2-util-linux-9612a41085483308e15ce5132289648aa093c244.zip
docs: add UUID v3 an v5 to TODO
Addresses: https://github.com/karelzak/util-linux/issues/495 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index 8de66d1d6..0a8bf2e8b 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -115,6 +115,13 @@ login-utils:
su --group too.
* note that shadow-utils newgpr(1) provides support for syslog and audit log.
+
+libuuid
+-------
+ - add support for UUID v3 and v5 (Object IDs based UUIDs hashed by MD5/SHA1,
+ see RFC 4122) https://github.com/karelzak/util-linux/issues/495
+
+
libblkid
--------