summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLouis Taylor <louis@kragniz.eu>2019-01-18 19:40:52 +0000
committerLennart Poettering <lennart@poettering.net>2019-01-21 11:35:00 +0100
commita77f438b6a6425ca209f90335ad3c13b315ec635 (patch)
tree1ad0d69ef98c11dd89fd350b164fb7818ba4433b /NEWS
parentbb0e960448fce037f5b82b1829863da8ccbe636b (diff)
downloadsystemd-a77f438b6a6425ca209f90335ad3c13b315ec635.tar.gz
NEWS: add section about backslashes in EnvironmentFile
As a follow-up from #11427.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 04552f5624..fa62ee7197 100644
--- a/NEWS
+++ b/NEWS
@@ -63,6 +63,10 @@ CHANGES WITH 241 in spe:
Note that the similar hardlink and symlink protection has been
enabled since v199, and may be disabled likewise.
+ * The files read from the EnvironmentFile= setting in unit files now
+ parse backslashes inside quotes literally, matching the behaviour of
+ POSIX shells.
+
CHANGES WITH 240:
* NoNewPrivileges=yes has been set for all long-running services