diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-28 21:31:55 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-29 03:07:17 +0100 |
commit | 9ca3c17f207121b3c19a44217558b056a7585944 (patch) | |
tree | 2173f7844b45437e805dcf696b2c916c03a14542 /NEWS | |
parent | 0c17fbce55a9a2ca48318a918adce4c58ae79d98 (diff) |
build-sys: prepare release 200
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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. |