From: Lennart Poettering Date: Wed, 19 Jun 2024 14:53:48 +0000 (+0200) Subject: update TODO X-Git-Tag: v257-rc1~1101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7dd491d66c36b3a3b6966e0f35e513ad68974ec;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index e4895a282ae..0b3cfa989f2 100644 --- a/TODO +++ b/TODO @@ -130,6 +130,10 @@ Deprecations and removals: Features: +* add feature to xopenat() that implements O_REGULAR in userspace: i.e. let's + open the inode via O_PATH first, then validate its type, and then convert to + proper fd via fd_reopen() + * sd-json: before release figure out what to do about SD_JSON_DEBUG+SD_JSON_WARNING. They are probably useless and should be hidden in the public API since we don't expose log_json()