From: Lennart Poettering Date: Fri, 24 May 2024 12:42:27 +0000 (+0200) Subject: update TODO X-Git-Tag: v256-rc4~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15875231c5dae9aab4a0bd86690f2f19690b9514;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 5c3b6f63824..c9f8bf9b916 100644 --- a/TODO +++ b/TODO @@ -130,6 +130,10 @@ Deprecations and removals: Features: +* consider reworking json_build() to imply a top-level JSON_BUILD_OBJECT(), + since that's what we want in 99% of cases. Then provide json_build_any() or + so that can build other variant types top-level too. + * rework tpm2_parse_pcr_argument_to_mask() to refuse literal hash value specifications. They are currently parsed but ignored. We should refuse them however, to not confuse people.