summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-03-08 19:41:19 +0100
committerLennart Poettering <lennart@poettering.net>2011-03-08 19:41:33 +0100
commit6e25b33cddf77c90d351dee6442c51bd19e2b7a8 (patch)
tree67386b6b1fa6833fbc7ef05b8d22441952f508fa
parente527618da5f4521e884a9b0c8c7d0a7a8e859749 (diff)
build-sys: prepare v20
-rw-r--r--TODO2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 63a5faafc0..ad844d5cda 100644
--- a/TODO
+++ b/TODO
@@ -20,6 +20,8 @@ F15:
* support chkconfig without forwarding to systemctl to facilitate upgrades
+* drop SIGHUP handling from rsyslog.service upstream
+
Features:
* consider services with no [Install] section and stored in /lib enabled by "systemctl is-enabled"
diff --git a/configure.ac b/configure.ac
index 2cf31e4e84..097718eec1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
AC_PREREQ(2.63)
-AC_INIT([systemd],[19],[systemd-devel@lists.freedesktop.org])
+AC_INIT([systemd],[20],[systemd-devel@lists.freedesktop.org])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])