mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-03 01:17:45 +03:00
NEWS: fix typos, grammar, and small errors (#5407)
This commit is contained in:
parent
d0c7baa871
commit
baf327864a
39
NEWS
39
NEWS
@ -35,8 +35,8 @@ CHANGES WITH 233 in spe
|
|||||||
during startup. If no such message is sent, the service now fails,
|
during startup. If no such message is sent, the service now fails,
|
||||||
even if the main process exited with a successful exit code.
|
even if the main process exited with a successful exit code.
|
||||||
|
|
||||||
* The option MulticastDNS= of network configuration files has acquire
|
* The option MulticastDNS= of network configuration files has acquired
|
||||||
and actual implementation. With MulticastDNS=yes a host can resolve
|
an actual implementation. With MulticastDNS=yes a host can resolve
|
||||||
names of remote hosts and to reply to mDNS's A and AAAA requests from
|
names of remote hosts and to reply to mDNS's A and AAAA requests from
|
||||||
the hosts.
|
the hosts.
|
||||||
|
|
||||||
@ -88,17 +88,17 @@ CHANGES WITH 233 in spe
|
|||||||
* Enqueued start jobs for device units are now automatically garbage
|
* Enqueued start jobs for device units are now automatically garbage
|
||||||
collected if there are no jobs waiting for them anymore.
|
collected if there are no jobs waiting for them anymore.
|
||||||
|
|
||||||
* systemctl list-jobs gained two new switches: --after and
|
* systemctl list-jobs gained two new switches: With --after, every
|
||||||
--before. When specified for all queued jobs it is shown which other
|
queued job shows which other queued job is waiting for it; with
|
||||||
queued jobs are waiting for it, or the job is waiting for.
|
--before it shows which other jobs every job is waiting for.
|
||||||
|
|
||||||
* systemd-nspawn gained support for ephemeral boots from disk images
|
* systemd-nspawn gained support for ephemeral boots from disk images
|
||||||
(or in other words: --ephemeral and --image= may now be
|
(or in other words: --ephemeral and --image= may now be
|
||||||
combined). Moreover, ephemeral boots are now supported for normal
|
combined). Moreover, ephemeral boots are now supported for normal
|
||||||
directories, even if the backing file system is not btrfs. Of course,
|
directories, even if the backing file system is not btrfs. Of course,
|
||||||
if the used file system does not support file system snapshots or
|
if the file system does not support file system snapshots or
|
||||||
reflinks the initial copy operation will be relatively expensive, but
|
reflinks, the initial copy operation will be relatively expensive, but
|
||||||
this should still be suitable for many usecases.
|
this should still be suitable for many use cases.
|
||||||
|
|
||||||
* Calendar time specifications in .timer units now support
|
* Calendar time specifications in .timer units now support
|
||||||
specifications relative to the end of a month by using "~" instead of
|
specifications relative to the end of a month by using "~" instead of
|
||||||
@ -113,10 +113,10 @@ CHANGES WITH 233 in spe
|
|||||||
* All python scripts shipped with systemd (specifically: the various
|
* All python scripts shipped with systemd (specifically: the various
|
||||||
tests written in Python) now require Python 3.
|
tests written in Python) now require Python 3.
|
||||||
|
|
||||||
* sd-id128 gained a new API for generating unique IDs for the host,
|
* sd-id128 gained a new API for generating unique IDs for the host
|
||||||
that do not leak the machine ID. Specifically,
|
that does not leak the machine ID. Specifically,
|
||||||
sd_id128_get_machine_app_specific() derives an ID based on the
|
sd_id128_get_machine_app_specific() derives an ID based on the
|
||||||
machine ID in well-defined, non-reversible, stable way. This is
|
machine ID a in well-defined, non-reversible, stable way. This is
|
||||||
useful whenever an identifier for the host is needed but where the
|
useful whenever an identifier for the host is needed but where the
|
||||||
identifier shall not be useful to identify the system beyond the
|
identifier shall not be useful to identify the system beyond the
|
||||||
scope of the application itself. (Internally this uses HMAC-SHA256 as
|
scope of the application itself. (Internally this uses HMAC-SHA256 as
|
||||||
@ -146,10 +146,9 @@ CHANGES WITH 233 in spe
|
|||||||
* .network files gained a new Unmanaged= boolean setting for explicitly
|
* .network files gained a new Unmanaged= boolean setting for explicitly
|
||||||
excluding one or more interfaces from management by systemd-networkd.
|
excluding one or more interfaces from management by systemd-networkd.
|
||||||
|
|
||||||
* systemd-nspawn's disk image dissection code has been updated. Among
|
* systemd-nspawn --image= option does now permit raw file system block
|
||||||
other things it's not permitted to pass raw file system block devices
|
devices (in addition to images containing partition tables, as
|
||||||
to the --image= option (in addition to images containing partition
|
before).
|
||||||
tables, as before).
|
|
||||||
|
|
||||||
* The disk image dissection logic in systemd-nspawn gained support for
|
* The disk image dissection logic in systemd-nspawn gained support for
|
||||||
automatically setting up LUKS encrypted as well as Verity protected
|
automatically setting up LUKS encrypted as well as Verity protected
|
||||||
@ -170,7 +169,7 @@ CHANGES WITH 233 in spe
|
|||||||
versions.
|
versions.
|
||||||
|
|
||||||
* A new generator "systemd-verity-generator" has been added, similar in
|
* A new generator "systemd-verity-generator" has been added, similar in
|
||||||
style to "systemd-cryptsetup-generator" permitting automatic setup of
|
style to "systemd-cryptsetup-generator", permitting automatic setup of
|
||||||
Verity root partitions when systemd boots up. In order to make use of
|
Verity root partitions when systemd boots up. In order to make use of
|
||||||
this your partition setup should follow the Discoverable Partitions
|
this your partition setup should follow the Discoverable Partitions
|
||||||
Specification, and the GPT partition ID of the root file system
|
Specification, and the GPT partition ID of the root file system
|
||||||
@ -286,7 +285,7 @@ CHANGES WITH 233 in spe
|
|||||||
possibly even including full integrity data.
|
possibly even including full integrity data.
|
||||||
|
|
||||||
* A new MountAPIVFS= unit file option has been added, taking a boolean
|
* A new MountAPIVFS= unit file option has been added, taking a boolean
|
||||||
argument. If enabled /proc, /sys and /proc (collectively called the
|
argument. If enabled /proc, /sys and /dev (collectively called the
|
||||||
"API VFS") will be mounted for the service. This is only relevant if
|
"API VFS") will be mounted for the service. This is only relevant if
|
||||||
RootDirectory= or RootImage= is used for the service, as these mounts
|
RootDirectory= or RootImage= is used for the service, as these mounts
|
||||||
are of course in place in the host mount namespace anyway.
|
are of course in place in the host mount namespace anyway.
|
||||||
@ -315,10 +314,10 @@ CHANGES WITH 233 in spe
|
|||||||
* machinectl will now show the UID shift of local containers, if user
|
* machinectl will now show the UID shift of local containers, if user
|
||||||
namespacing is enabled for them.
|
namespacing is enabled for them.
|
||||||
|
|
||||||
* systemd will not optionally run "environment generator" binaries at
|
* systemd will now optionally run "environment generator" binaries at
|
||||||
configuration load time. They may be used to add environment
|
configuration load time. They may be used to add environment
|
||||||
variables to the environment block passed to services invoked. One
|
variables to the environment block passed to services invoked. One
|
||||||
user environment generator is shipped by default, that sets up
|
user environment generator is shipped by default that sets up
|
||||||
environment variables based on files dropped into
|
environment variables based on files dropped into
|
||||||
~/.config/environment.d/.
|
~/.config/environment.d/.
|
||||||
|
|
||||||
@ -350,7 +349,7 @@ CHANGES WITH 233 in spe
|
|||||||
Imounachen, Yi EungJun, Yu Watanabe, Zbigniew Jędrzejewski-Szmek,
|
Imounachen, Yi EungJun, Yu Watanabe, Zbigniew Jędrzejewski-Szmek,
|
||||||
Александр Тихонов
|
Александр Тихонов
|
||||||
|
|
||||||
— Santa Fe, 2017-02-XX
|
— Berlin, 2017-02-XX
|
||||||
|
|
||||||
CHANGES WITH 232:
|
CHANGES WITH 232:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user