From: Lennart Poettering Date: Tue, 28 Apr 2015 19:33:02 +0000 (+0200) Subject: update TODO X-Git-Tag: v220~252 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c5b7911d34c765f9de5528e1259ea028d5518c1;p=thirdparty%2Fsystemd.git update TODO --- diff --git a/TODO b/TODO index 4b2feb0e02c..a39ee28b482 100644 --- a/TODO +++ b/TODO @@ -40,8 +40,14 @@ Before 220: * timer units triggering services with failing conditions run busy: http://lists.freedesktop.org/archives/systemd-devel/2015-April/030095.html +* logind: follow PropertiesChanged state more closely, to deal with quick logouts and relogins + Features: +* networkd: fix ip forwarding boolean + +* sd-bus.h: drop bus parameter in message handlers + * journalctl: -m should access container journals directly by enumerating them via machined, and also watch containers coming and going. Benefit: nspawn --ephemeral would start working nicely with the journal. * nspawn: don't copy /etc/resolv.conf from host into container unless we are in shared-network mode @@ -66,8 +72,6 @@ Features: * rework C11 utf8.[ch] to use char32_t instead of uint32_t when referring to unicode chars, to make things more expressive. -* networkd: MTU= switch for .network units needs documentation in systemd.network(5) - * "machinectl migrate" or similar to copy a container from or to a difference host, via ssh