1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-08 21:17:47 +03:00

build-sys: prepare release 183

This commit is contained in:
Lennart Poettering 2012-05-24 15:42:21 +02:00
parent 6b197f2a03
commit 9262a51946
3 changed files with 9 additions and 8 deletions

View File

@ -32,20 +32,20 @@ LIBGUDEV_REVISION=1
LIBGUDEV_AGE=1 LIBGUDEV_AGE=1
LIBSYSTEMD_LOGIN_CURRENT=2 LIBSYSTEMD_LOGIN_CURRENT=2
LIBSYSTEMD_LOGIN_REVISION=1 LIBSYSTEMD_LOGIN_REVISION=2
LIBSYSTEMD_LOGIN_AGE=2 LIBSYSTEMD_LOGIN_AGE=2
LIBSYSTEMD_DAEMON_CURRENT=0 LIBSYSTEMD_DAEMON_CURRENT=0
LIBSYSTEMD_DAEMON_REVISION=1 LIBSYSTEMD_DAEMON_REVISION=2
LIBSYSTEMD_DAEMON_AGE=0 LIBSYSTEMD_DAEMON_AGE=0
LIBSYSTEMD_ID128_CURRENT=0 LIBSYSTEMD_ID128_CURRENT=0
LIBSYSTEMD_ID128_REVISION=3 LIBSYSTEMD_ID128_REVISION=4
LIBSYSTEMD_ID128_AGE=0 LIBSYSTEMD_ID128_AGE=0
LIBSYSTEMD_JOURNAL_CURRENT=0 LIBSYSTEMD_JOURNAL_CURRENT=1
LIBSYSTEMD_JOURNAL_REVISION=3 LIBSYSTEMD_JOURNAL_REVISION=0
LIBSYSTEMD_JOURNAL_AGE=0 LIBSYSTEMD_JOURNAL_AGE=1
# Dirs of external packages # Dirs of external packages
dbuspolicydir=@dbuspolicydir@ dbuspolicydir=@dbuspolicydir@

View File

@ -1,3 +1,4 @@
# This file is part of systemd. # This file is part of systemd.
# #
# Copyright 2010-2012 Lennart Poettering # Copyright 2010-2012 Lennart Poettering
@ -19,7 +20,7 @@
AC_PREREQ([2.64]) AC_PREREQ([2.64])
AC_INIT([systemd], AC_INIT([systemd],
[182], [183],
[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])

View File

@ -44,7 +44,7 @@ local:
*; *;
}; };
LIBSYSTEMD_JOURNAL_45 { LIBSYSTEMD_JOURNAL_183 {
global: global:
sd_journal_print_with_location; sd_journal_print_with_location;
sd_journal_printv_with_location; sd_journal_printv_with_location;