summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-10-15 18:54:28 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-10-18 18:43:40 +0200
commit487d412327aef5f48ea88d52ea253d216bf0007b (patch)
tree92f791bbdcdd3bbb2211b7d7c95bfb3239bef619 /NEWS
parentman/systemd-nspawn: emphasise that user namespaces are strongly recommended (diff)
downloadsystemd-487d412327aef5f48ea88d52ea253d216bf0007b.tar.xz
systemd-487d412327aef5f48ea88d52ea253d216bf0007b.zip
tree-wise: use "lightweight" spelling
Both spellings were used, but the dictionary says that "lightweight" is the standard spelling.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 51b067b239..099779f5ee 100644
--- a/NEWS
+++ b/NEWS
@@ -14075,7 +14075,7 @@ CHANGES WITH 218:
or are not older than the specified time.
* A new, native PPPoE library has been added to sd-network,
- systemd's library of light-weight networking protocols. This
+ systemd's library of lightweight networking protocols. This
library will be used in a future version of networkd to
enable PPPoE communication without an external pppd daemon.
@@ -14922,7 +14922,7 @@ CHANGES WITH 214:
have been added. When enabled, they will make the user data
(such as /home) inaccessible or read-only and the system
(such as /usr) read-only, for specific services. This allows
- very light-weight per-service sandboxing to avoid
+ very lightweight per-service sandboxing to avoid
modifications of user data or system files from
services. These two new switches have been enabled for all
of systemd's long-running services, where appropriate.
@@ -15631,7 +15631,7 @@ CHANGES WITH 209:
activation files automatically into native systemd .busname
and .service units.
- * sd-bus: add a light-weight vtable implementation that allows
+ * sd-bus: add a lightweight vtable implementation that allows
defining objects on the bus with a simple static const
vtable array of its methods, signals and properties.