summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-06-29 16:14:01 +0200
committerLennart Poettering <lennart@poettering.net>2012-06-29 16:14:43 +0200
commitb4efdf97203ddf781c17f77be84cc61516a077d2 (patch)
treee630e4ec0be6d922ea6a28cc8f40281e1856b7cb /TODO
parent5b6a2c5aab9893ba82acf90696f83e4d48db2b19 (diff)
remount-fs: also remount /usr according to fstab
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 01b5edcd22..c51bfbe70d 100644
--- a/TODO
+++ b/TODO
@@ -25,6 +25,15 @@ Bugfixes:
Features:
+* 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)