chiark / gitweb /
build-sys: make lxml required when generating indices
[elogind.git] / TODO
diff --git a/TODO b/TODO
index b9a0f0f6346ceb2939212ad68b2f3bbd639bde51..fd2cfcb12490c44ea84318489b1a6c7a3ab92acb 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,10 +1,4 @@
 Bugfixes:
-* killing nspawn with ]]] results in:
-   machine-f20.scope stopping timed out. Killing.
-   Stopped Container f20.
-   Unit machine-f20.scope entered failed state.
-  and it cannot be started again
-
 * enabling an instance unit creates a pointless link, and
   the unit will be started with getty@getty.service:
     $ systemctl enable getty@.service
@@ -16,9 +10,6 @@ Bugfixes:
 
 * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
 
-* When we detect invalid UTF-8, we cannot use it in an error message:
-  log...("Path is not UTF-8 clean, ignoring assignment: %s", rvalue);
-
 * shorten the message to sane length:
 
   Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
@@ -36,8 +27,6 @@ External:
 
 Features:
 
-* nspawn: rename --file-label to --apifs-label
-
 * hookup nspawn and PrivateNetwork=yes with "ip netns"
 
 * socket units: support creating sockets in different namespace,
@@ -155,6 +144,7 @@ Features:
   - allow updating attach flags during runtime
   - pid1: peek into activating message when activating a service
   - test bloom filter generation indexes
+  - introduce sd_bus_emit_object_added()/sd_bus_emit_object_removed() that automatically includes the build-in interfaces in the list
 
 * sd-event
   - allow multiple signal handlers per signal?