chiark / gitweb /
manager: turn notify socket into abstract namespace socket again
[elogind.git] / TODO
diff --git a/TODO b/TODO
index c51bfbe70d84e33b09c2b9698eef1f7ad131fdf1..37c048c32deb536ea2a2633f00aba9208e2ecd28 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,6 +1,3 @@
-Fedora 18:
-* chrony/ntp target?
-
 Bugfixes:
 * remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined
   with MS_REMOUNT, which currently does nothing in the kernel, but might which fail in the
@@ -25,18 +22,16 @@ Bugfixes:
 
 Features:
 
-* document that journal data is primarily ASCII, UTF-8 where necessary and binary only where nothing else makes sense.
+* rename systemd-udev.service to systemd-udevd.service
 
-* on reload/reexec: serialize NInstalledJobs properly
+* document that journal data is primarily ASCII, UTF-8 where necessary and binary only where nothing else makes sense.
 
 * 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)
+* wiki: document logind's PreparingForShutdown, PreparingForSleep
 
 * support debian's console-setup logic
 
@@ -54,12 +49,7 @@ Features:
 
 * new dependency type to "group" services in a target
 
-* add switch to journalctl to only show data from current boot
-
-* change REquires=basic.target to RequisiteOverride=basic.target
-
-* turn $NOTIFY_SOCKET back into an abstract namespace socket for
-  compatibility with services which chroot()
+* change Requires=basic.target to RequisiteOverride=basic.target
 
 * exclude processes marked with argv[0][0]=@ from the normal service killing too