chiark / gitweb /
bus: add monitoring facility to busctl
[elogind.git] / TODO
diff --git a/TODO b/TODO
index b53c2a54facf1c6fe120e6eb19e6731f7bc4c00e..aa2c1cea9493a1640f198b79191299ab288208e5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -24,16 +24,8 @@ Fedora 19:
 * localed:
   - localectl: support new converted x11→console keymaps
 
-* timer logic is confused by units which are skipped due to failing condition
-  http://lists.freedesktop.org/archives/systemd-devel/2013-February/008816.html
-
-* timer logic is also confused if a service it triggers hasn't finished when the next timer elapses:
-  http://lists.freedesktop.org/archives/systemd-devel/2013-February/009021.html
-
 Features:
 
-* suffix/escape all our objects in the cgroup tree
-
 * see if we can fix https://bugs.freedesktop.org/show_bug.cgi?id=63672
   without dropping the location cache entirely.
 
@@ -69,8 +61,6 @@ Features:
 
 * sd-login: allow enumerating machines and add inotify iface
 
-* move session owner code from sd-login.c to cgroup-util.c
-
 * cgroup-util: verify syntax of cgroup controllers
 
 * cgtop: make cgtop useful in a container
@@ -82,8 +72,10 @@ Features:
 * explicitly disallow changing the cgroup path of units in the
   name=systemd hierarchy, unless it is outside of /system
 
-* add 'set -e' to scripts in test/
-* make test in test/ work with separate output dir
+* test/:
+  - add 'set -e' to scripts in test/
+  - make stuff in test/ work with separate output dir
+  - remove all the duplicated code in test/
 
 * suppress log output on shutdown when "quiet" is used