build-sys: prepare release 200

This commit is contained in:
Lennart Poettering 2013-03-28 21:31:55 +01:00
parent 0c17fbce55
commit 9ca3c17f20
3 changed files with 22 additions and 5 deletions

View File

@ -32,7 +32,7 @@ SUBDIRS = . po
.SECONDARY:
LIBUDEV_CURRENT=4
LIBUDEV_REVISION=0
LIBUDEV_REVISION=1
LIBUDEV_AGE=3
LIBGUDEV_CURRENT=1
@ -40,7 +40,7 @@ LIBGUDEV_REVISION=3
LIBGUDEV_AGE=1
LIBSYSTEMD_LOGIN_CURRENT=4
LIBSYSTEMD_LOGIN_REVISION=1
LIBSYSTEMD_LOGIN_REVISION=2
LIBSYSTEMD_LOGIN_AGE=4
LIBSYSTEMD_DAEMON_CURRENT=0
@ -48,11 +48,11 @@ LIBSYSTEMD_DAEMON_REVISION=8
LIBSYSTEMD_DAEMON_AGE=0
LIBSYSTEMD_ID128_CURRENT=0
LIBSYSTEMD_ID128_REVISION=18
LIBSYSTEMD_ID128_REVISION=19
LIBSYSTEMD_ID128_AGE=0
LIBSYSTEMD_JOURNAL_CURRENT=8
LIBSYSTEMD_JOURNAL_REVISION=1
LIBSYSTEMD_JOURNAL_REVISION=2
LIBSYSTEMD_JOURNAL_AGE=8
# Dirs of external packages

17
NEWS
View File

@ -1,5 +1,22 @@
systemd System and Service Manager
CHANGES WITH 200:
* The boot-time readahead implementation for rotating media
will now read the read-ahead data in multiple passes which
consist of all read requests made in equidistant time
intervals. This means instead of strictly reading read-ahead
data in its physical order on disk we now try to find a
middle ground between physical and access time order.
* /etc/os-release files gained a new BUILD_ID= field for usage
on operating systems that provide continuous builds of OS
images.
Contributions from: Auke Kok, Eelco Dolstra, Kay Sievers,
Lennart Poettering, Lukas Nykryn, Martin Pitt, Václav Pavlín
William Douglas, Zbigniew Jędrzejewski-Szmek
CHANGES WITH 199:
* systemd-python gained an API exposing libsystemd-daemon.

View File

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