]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Tue, 15 Jun 2021 16:20:46 +0000 (18:20 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 15 Jun 2021 18:58:56 +0000 (20:58 +0200)
TODO

diff --git a/TODO b/TODO
index b2183dcca9bc476b03f4af74dafbf515035e0748..5b363ae406b02a70880f595c9d57ad7fab08b82e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -26,6 +26,8 @@ Janitorial Clean-ups:
 
 Features:
 
+* in sd-id128: also parse UUIDs in RFC4122 URN syntax (i.e. chop off urn:uuid: prefix)
+
 * ability to insert trusted configuration and secrets into the boot parameters
   of a kernel booting in a VM or on baremetal some way, via TPM
   protection. idea:
@@ -1029,8 +1031,6 @@ Features:
     here:
     http://blog.vmsplice.net/2020/07/rethinking-event-loop-integration-for.html
 
-* investigate endianness issues of UUID vs. GUID
-
 * dbus: when a unit failed to load (i.e. is in UNIT_ERROR state), we
   should be able to safely try another attempt when the bus call LoadUnit() is invoked.