]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - NEWS
Merge pull request #2104 from evverx/rlimit-util-test
[thirdparty/systemd.git] / NEWS
diff --git a/NEWS b/NEWS
index 49862b352da0a36916fa393016017272643fe8ee..539093616ee2520e18ffb9f0e58d10f24ac5d773 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -88,6 +88,14 @@ CHANGES WITH 228:
           from PID1's environment block into the environment block of
           the service.
 
+        * Timer units gained support for a new RemainAfterElapse=
+          setting which takes a boolean argument. It defaults on on,
+          exposing behaviour unchanged to previous releases. If set to
+          off, timer units are unloaded after they elapsed if they
+          cannot elapse again. This is particularly useful for
+          transient timer units, which shall not stay around longer
+          than until they first elapse.
+
         * systemd will now bump the net.unix.max_dgram_qlen to 512 by
           default now (the kernel default is 16). This is beneficial
           for avoiding blocking on AF_UNIX/SOCK_DGRAM sockets since it
@@ -188,7 +196,7 @@ CHANGES WITH 228:
         Tom Gundersen, Torstein Husebø, Vito Caputo, Zbigniew
         Jędrzejewski-Szmek
 
-        -- Berlin, 2015-11-XX
+        -- Berlin, 2015-11-18
 
 CHANGES WITH 227: