chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index c22f1f5579c62524f1ccc73ea9dc4dd1be4e1c2e..d816bf92bba32bb0ec53a08242c3cb9da847ce29 100644 (file)
--- a/TODO
+++ b/TODO
@@ -25,6 +25,25 @@ Bugfixes:
 
 Features:
 
+* rename systemd-udev.service to systemd-udevd.service
+
+* document that journal data is primarily ASCII, UTF-8 where necessary and binary only where nothing else makes sense.
+
+* on reload/reexec: serialize NInstalledJobs properly
+
+* Document:
+        - PID 1 D-Bus API
+        - Update Syslog Interface docs
+        - Journal C API manual pages
+
+* logind: export a bool property that tells user whether a
+  suspend/shutdown is currently scheduled, i.e. where are between
+  PrepareForSuspend(true) and PrepareForSuspend(false)
+
+* support debian's console-setup logic
+
+* introduce Type=pid-file
+
 * systemctl list-unit-files appears to be broken for symlinked units in /usr/lib
 
 * maybe allow services with ExecStop= set, but no ExecStart=?