summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index fabc18d67a..eeb6c0728f 100644
--- a/TODO
+++ b/TODO
@@ -35,6 +35,8 @@ F15:
* fix /usr taint
+* disable /dev/console status messages after plymouth went down
+
Features:
* when key file cannot be found, read it from kbd in cryptsetup
diff --git a/configure.ac b/configure.ac
index e6daf0354b..73764712f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
AC_PREREQ(2.63)
-AC_INIT([systemd],[20],[systemd-devel@lists.freedesktop.org])
+AC_INIT([systemd],[21],[systemd-devel@lists.freedesktop.org])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])