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:
parent
74b1c37174
commit
03e1151676
@ -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
|
||||
|
5
TODO
5
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().
|
||||
|
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user