diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-02-11 01:52:18 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-02-11 01:52:18 +0100 |
commit | 204fa33c82588c47ebeef3f8c4c0b7da750e37f7 (patch) | |
tree | 22fb4bc66d69f5665723ac10b97b9c2c29838b02 /NEWS | |
parent | 53ed2eeb2e709a6c0d152d7bdf2d9a4b9f997a16 (diff) |
build-sys: prepare 42
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,5 +1,26 @@ systemd System and Service Manager +CHANGES WITH 42: + * This is an important bugfix release for v41. + + * Building man pages is now optional which should be useful + for those building systemd from git but unwilling to install + xsltproc. + + * Watchdog support for supervising services is now usable. In + a future release support for hardware watchdogs + (i.e. /dev/watchdog) will be added building on this. + + * Service start rate limiting is now configurable and can be + turned off per service. When a start rate limit is hit a + reboot can automatically be triggered. + + * New CanReboot(), CanPowerOff() bus calls in systemd-logind. + + Contributions from: Benjamin Franzke, Bill Nottingham, + Frederic Crozat, Lennart Poettering, Michael Olbrich, Michal + Schmidt, Michał Górny, Piotr Drąg + CHANGES WITH 41: * The systemd binary is installed /usr/lib/systemd/systemd now; An existing /sbin/init symlink needs to be adapted with the |