chiark / gitweb /
keymap: Fix typo in previous commit
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 1dc28809a2af674e1f0abef1b01f8861aa3743c6..421f0ea7d71cd36e23a8ac05c0c8fde3e7f39066 100644 (file)
--- a/TODO
+++ b/TODO
@@ -23,6 +23,8 @@ Bugfixes:
 
 Fedora 19:
 
+* fix match logic to add another level of disjunction/conjunction
+
 * make anaconda write timeout=0 for encrypted devices
 
 * external: maybe it is time to patch procps so that "ps" links to
@@ -34,7 +36,6 @@ Fedora 19:
   - update dbus interface docs in wiki
 
 * localed:
-  - localectl: add listing support for X11 keymaps, by parsing /usr/share/X11/xkb/rules/xorg.lst
   - localectl: support new converted x11→console keymaps
 
 * logind: Class property should probably know "background" or so as value for cron jobs, and the inhibition checks should filter those out too.
@@ -47,7 +48,16 @@ Fedora 19:
 
 Features:
 
-* add sd_journal_get_timeout() + sd_login_monitor_get_timeout() to public API
+* make the coredump collector tool move itself into the user's cgroup
+  so that the coredump is properly written to the user's own journal
+  file.
+
+* move /usr/lib/modules/$(uname -r)/modules.devname parsing from udevd to
+   kmod static-nodes
+  call kmod as an early service, and drop CAP_MKNOD from udevd.service
+
+* systemd-delta needs to be made aware of *.d/*.conf drop-in files for
+  units.
 
 * seems that when we follow symlinks to units we prefer the symlink
   destination path over /etc and /usr. We shouldn't do that. Instead