chiark / gitweb /
update TODO
[elogind.git] / TODO
diff --git a/TODO b/TODO
index bf0236861c073f282eaee2bf225eb4936f798c62..4742981c016c4e89ec2c6678e7da1dd5afc5d400 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,13 @@
+Fedora 18:
+* important: udev.pc is broken in 183, fixed in master
+* fix mimo VID/PID check that claims "innocent" hubs
+* storage: rename udev-settle.service to systemd-udev-settle.service
+* split-out systemd-libs.rpm to allow parallel install of 32 and 64 bit packages
+* chrony/ntp target?
+
 Bugfixes:
+* fix building of --disable-logind, hournald and coredunp pull-in parts of sd_login
+
 * fix emergency mode breakage after the Type=idle change
 
 * remove MS_SHARED from src/core/execute.c and src/test/test-ns.c. They are always combined
@@ -22,6 +31,13 @@ Bugfixes:
 * properly handle .mount unit state tracking when two mount points are stacked one on top of another on the exact same mount point.
 
 Features:
+* logind: listen to power/suspend/lid-button events
+  - run poweroff if no session is active
+  - console session should beep when we refuse to poweroff
+  - graphical sessions will show a dialog, like they do already today
+  - use udev to tag input devices we want to subscribe to
+
+* journalctl /dev/sda, journalctl /usr/bin/httpd, journalctl --device=b12:8 (--device=n12, --device=+usb:1-1)
 
 * also reset /proc/sys/kernel/usermodehelper/bset /proc/sys/kernel/usermodehelper/inheritable in system.conf's CapabilityBoundingSet=
 
@@ -107,6 +123,10 @@ Features:
   - utf8 validator code
   - now() vs. now_usec()
 
+* udev: remove network interface renaming, sleep and retry logic, we do
+        no support renaming of interfaces in the conflicting kernel
+        namespace
+
 * udev: find a way to tell udev to not cancel firmware requests when running in initramfs
 
 * udev: scsi_id -> sg3_utils -> kill scsi_id
@@ -289,6 +309,9 @@ Features:
   - how to pass throw-away units to systemd, or dynamically change properties of existing units
   - how to integrate cgconfig and suchlike with systemd
   - resource control in systemd
+  - inhibiting
+  - testing with Harald's awesome test kit
+  - the Documentation=
 
 * allow port=0 in .socket units