1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

build-sys: bump version and .so revisions

This commit is contained in:
Lennart Poettering 2013-03-26 15:43:43 +01:00
parent 74b1c37174
commit 03e1151676
3 changed files with 5 additions and 10 deletions

View File

@ -40,19 +40,19 @@ LIBGUDEV_REVISION=3
LIBGUDEV_AGE=1 LIBGUDEV_AGE=1
LIBSYSTEMD_LOGIN_CURRENT=4 LIBSYSTEMD_LOGIN_CURRENT=4
LIBSYSTEMD_LOGIN_REVISION=0 LIBSYSTEMD_LOGIN_REVISION=1
LIBSYSTEMD_LOGIN_AGE=4 LIBSYSTEMD_LOGIN_AGE=4
LIBSYSTEMD_DAEMON_CURRENT=0 LIBSYSTEMD_DAEMON_CURRENT=0
LIBSYSTEMD_DAEMON_REVISION=7 LIBSYSTEMD_DAEMON_REVISION=8
LIBSYSTEMD_DAEMON_AGE=0 LIBSYSTEMD_DAEMON_AGE=0
LIBSYSTEMD_ID128_CURRENT=0 LIBSYSTEMD_ID128_CURRENT=0
LIBSYSTEMD_ID128_REVISION=17 LIBSYSTEMD_ID128_REVISION=18
LIBSYSTEMD_ID128_AGE=0 LIBSYSTEMD_ID128_AGE=0
LIBSYSTEMD_JOURNAL_CURRENT=8 LIBSYSTEMD_JOURNAL_CURRENT=8
LIBSYSTEMD_JOURNAL_REVISION=0 LIBSYSTEMD_JOURNAL_REVISION=1
LIBSYSTEMD_JOURNAL_AGE=8 LIBSYSTEMD_JOURNAL_AGE=8
# Dirs of external packages # Dirs of external packages

5
TODO
View File

@ -49,15 +49,10 @@ Features:
* when isolating, try to figure out a way how we implicitly can order * when isolating, try to figure out a way how we implicitly can order
all units we stop before the isolating unit... 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: * teach udev + logind's uaccess to somehow handle the "dead" device nodes from:
/lib/modules/$(uname -r)/modules.devname /lib/modules/$(uname -r)/modules.devname
and apply ACLs to them if they have TAG=="uaccess" in udev rules. 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 * matching against units is currently broken in journalctl. We really
need another AND level in the expressions, need another AND level in the expressions,
i.e. sd_journal_add_conjunction(). i.e. sd_journal_add_conjunction().

View File

@ -20,7 +20,7 @@
AC_PREREQ([2.64]) AC_PREREQ([2.64])
AC_INIT([systemd], AC_INIT([systemd],
[198], [199],
[http://bugs.freedesktop.org/enter_bug.cgi?product=systemd], [http://bugs.freedesktop.org/enter_bug.cgi?product=systemd],
[systemd], [systemd],
[http://www.freedesktop.org/wiki/Software/systemd]) [http://www.freedesktop.org/wiki/Software/systemd])