diff options
author | Andy Wingo <wingo@pobox.com> | 2015-08-20 10:53:41 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-08-20 10:53:41 +0200 |
commit | b1d35da9e405abaab2ff540baf2e54087f92e881 (patch) | |
tree | eabc375eb9bfff2409f5895640d5700dea0e1c58 /configure.ac | |
parent | 92947a0878c5d129adb37ddbfdef35274ef5c6ae (diff) |
Actually working with pamelogind/v219.5
* src/login/logind-user.c (user_start): Don't start slices and
systemd-user services.
* src/login/logind-dbus.c (method_create_session): Send a reply directly
instead of waiting on systemd that isn't there.
* configure.ac: Bump version.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 69d2d9bc0c..cfe7c8c61f 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.64]) # FIXME: Update to proper web page AC_INIT([elogind], - [219.3], + [219.5], [http://bugs.freedesktop.org/enter_bug.cgi?product=elogind], [elogind], [http://www.freedesktop.org/wiki/Software/elogind]) |