build-sys: update library versions

This commit is contained in:
Lennart Poettering 2014-06-11 15:30:28 +02:00
parent dc1d6c02fc
commit 42a04ee69c
3 changed files with 17 additions and 6 deletions

View File

@ -43,6 +43,12 @@ LIBGUDEV_CURRENT=2
LIBGUDEV_REVISION=0
LIBGUDEV_AGE=2
LIBSYSTEMD_CURRENT=3
LIBSYSTEMD_REVISION=0
LIBSYSTEMD_AGE=3
# The following four libraries only exist for compatibility reasons,
# their version info should not be bumped anymore
LIBSYSTEMD_LOGIN_CURRENT=9
LIBSYSTEMD_LOGIN_REVISION=3
LIBSYSTEMD_LOGIN_AGE=9
@ -59,10 +65,6 @@ LIBSYSTEMD_JOURNAL_CURRENT=11
LIBSYSTEMD_JOURNAL_REVISION=5
LIBSYSTEMD_JOURNAL_AGE=11
LIBSYSTEMD_CURRENT=2
LIBSYSTEMD_REVISION=0
LIBSYSTEMD_AGE=2
# Dirs of external packages
dbuspolicydir=@dbuspolicydir@
dbussessionservicedir=@dbussessionservicedir@

View File

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

View File

@ -140,8 +140,17 @@ global:
LIBSYSTEMD_213 {
global:
sd_uid_get_display;
} LIBSYSTEMD_211;
LIBSYSTEMD_214 {
global:
sd_pid_notify;
sd_pid_notifyf;
} LIBSYSTEMD_213;
m4_ifdef(`ENABLE_KDBUS',
LIBSYSTEMD_FUTURE {
global:
/* sd-bus */
sd_bus_default;
sd_bus_default_user;
@ -431,5 +440,5 @@ m4_ifdef(`ENABLE_KDBUS',
sd_resolve_query_get_userdata;
sd_resolve_query_set_userdata;
sd_resolve_query_get_resolve;
} LIBSYSTEMD_214;
)
} LIBSYSTEMD_211;