]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
update TODO
authorLennart Poettering <lennart@poettering.net>
Mon, 20 Apr 2015 18:56:44 +0000 (20:56 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 20 Apr 2015 22:58:56 +0000 (00:58 +0200)
TODO

diff --git a/TODO b/TODO
index 2e7036268e66f1ea8d62349ebb2c28928a436390..b0e7ea63fb6b74200cf689fb57b34c40684cb55f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -48,6 +48,14 @@ Before 220:
 
 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
+
 * tmpfiles: creating new directories/subvolumes/fifos/device nodes
   should not follow symlinks. None of the other adjustment or creation
   calls follow symlinks.