diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-05-26 14:25:08 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-05-26 14:25:08 +0000 |
commit | 4f7270df65d7c79222ab29b8628f251eee16053b (patch) | |
tree | 6709e4fc8e8c3a50c0f4aec557cc212ef0c6c14f /doc/upgrade.html | |
parent | 5650f7f506466eab8e318f80eb6c3a341dc6afd9 (diff) | |
download | execline-4f7270df65d7c79222ab29b8628f251eee16053b.tar.xz |
New envfile format; prepare for 2.6.1.0
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index e1ae3a3..3038dcf 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,16 @@ <h1> What has changed in execline </h1> +<h2> in 2.6.1.0 </h2> + +<ul> + <li> The <a href="envfile.html">envfile</a> format has changed. +It is now more expressive and largely compatible with systemd's +<a href="https://www.freedesktop.org/software/systemd/man/systemd.exec.html#EnvironmentFile=">EnvironmentFile</a> +format. The new format is a superset of the old one, so old +envfiles should still be understood by the new binary. </li> +</ul> + <h2> in 2.6.0.2 </h2> <ul> |