From: Lennart Poettering Date: Tue, 26 Mar 2013 14:43:43 +0000 (+0100) Subject: build-sys: bump version and .so revisions X-Git-Tag: v199~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=03e1151676fba62674e2219da624272e522e590f build-sys: bump version and .so revisions --- diff --git a/Makefile.am b/Makefile.am index d5eb7ad6d..37c1cc269 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,19 +40,19 @@ LIBGUDEV_REVISION=3 LIBGUDEV_AGE=1 LIBSYSTEMD_LOGIN_CURRENT=4 -LIBSYSTEMD_LOGIN_REVISION=0 +LIBSYSTEMD_LOGIN_REVISION=1 LIBSYSTEMD_LOGIN_AGE=4 LIBSYSTEMD_DAEMON_CURRENT=0 -LIBSYSTEMD_DAEMON_REVISION=7 +LIBSYSTEMD_DAEMON_REVISION=8 LIBSYSTEMD_DAEMON_AGE=0 LIBSYSTEMD_ID128_CURRENT=0 -LIBSYSTEMD_ID128_REVISION=17 +LIBSYSTEMD_ID128_REVISION=18 LIBSYSTEMD_ID128_AGE=0 LIBSYSTEMD_JOURNAL_CURRENT=8 -LIBSYSTEMD_JOURNAL_REVISION=0 +LIBSYSTEMD_JOURNAL_REVISION=1 LIBSYSTEMD_JOURNAL_AGE=8 # Dirs of external packages diff --git a/TODO b/TODO index b49d3e15d..e54f84b96 100644 --- a/TODO +++ b/TODO @@ -49,15 +49,10 @@ Features: * when isolating, try to figure out a way how we implicitly can order all units we stop before the isolating unit... -* when prompting for a hdd password show GUID partition label - * teach udev + logind's uaccess to somehow handle the "dead" device nodes from: /lib/modules/$(uname -r)/modules.devname and apply ACLs to them if they have TAG=="uaccess" in udev rules. -* clean up early boot services, and put them all before sysinit.target - and leave basic.target alone. - * matching against units is currently broken in journalctl. We really need another AND level in the expressions, i.e. sd_journal_add_conjunction(). diff --git a/configure.ac b/configure.ac index 1c9d5596e..5b88bcf00 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.64]) AC_INIT([systemd], - [198], + [199], [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd], [systemd], [http://www.freedesktop.org/wiki/Software/systemd])