mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-03 01:17:45 +03:00
NEWS: update again
This commit is contained in:
parent
0c0bb433db
commit
97b6ed3295
104
NEWS
104
NEWS
@ -237,6 +237,9 @@ CHANGES WITH 250 in spe:
|
|||||||
* sd-boot will now build with SBAT by default in order to facilitate
|
* sd-boot will now build with SBAT by default in order to facilitate
|
||||||
working with recent versions of Shim that require it to be present.
|
working with recent versions of Shim that require it to be present.
|
||||||
|
|
||||||
|
* sd-boot can now parse Microsoft Windows' Boot Configuration Data.
|
||||||
|
This is used to robustly generate boot entry titles for Windows.
|
||||||
|
|
||||||
* A new generic target unit factory-reset.target has been added. It is
|
* A new generic target unit factory-reset.target has been added. It is
|
||||||
hooked into systemd-logind similar in fashion to
|
hooked into systemd-logind similar in fashion to
|
||||||
reboot/poweroff/suspend/hibernate, and is supposed to be used to
|
reboot/poweroff/suspend/hibernate, and is supposed to be used to
|
||||||
@ -345,6 +348,11 @@ CHANGES WITH 250 in spe:
|
|||||||
interfaces. The Kind= setting in .netdev file accepts "ipoib". And
|
interfaces. The Kind= setting in .netdev file accepts "ipoib". And
|
||||||
systemd.netdev files gained the [IPoIB] section.
|
systemd.netdev files gained the [IPoIB] section.
|
||||||
|
|
||||||
|
* systemd-networkd and systemd-udevd now support net.ifname-policy=
|
||||||
|
option on the kernel command-line. This is implemented through the
|
||||||
|
systemd-network-generator service that automatically generates
|
||||||
|
appropriate .link, .network, and .netdev files.
|
||||||
|
|
||||||
* systemd-networkd's handling of Endpoint= resolution for WireGuard
|
* systemd-networkd's handling of Endpoint= resolution for WireGuard
|
||||||
interfaces has been improved.
|
interfaces has been improved.
|
||||||
|
|
||||||
@ -482,14 +490,17 @@ CHANGES WITH 250 in spe:
|
|||||||
".dtb" and apply it before invoking the kernel.
|
".dtb" and apply it before invoking the kernel.
|
||||||
|
|
||||||
* sd-stub (the EFI stub that can be glued in front of a Linux kernel)
|
* sd-stub (the EFI stub that can be glued in front of a Linux kernel)
|
||||||
gained the ability to pick up credentials and sysext files placed
|
gained the ability to pick up credentials and sysext files, wrap them
|
||||||
next to the kernel image file, wrap them in a cpio archive and pass
|
in a cpio archive, and pass as an additional initrd to the invoked
|
||||||
as an additional initrd to the invoked Linux kernel, in effect
|
Linux kernel, in effect placing those files in the /.extra/ directory
|
||||||
placing those files in the /.extra/ directory of the initrd
|
of the initrd environment. This is useful to implement trusted initrd
|
||||||
environment. This is useful to implement trusted initrd environments
|
environments which are fully authenticated but still can be extended
|
||||||
which are fully authenticated but still can be extended (via sysexts)
|
(via sysexts) and parameterized (via encrypted/authenticated
|
||||||
and parameterized (via encrypted/authenticated credentials, see
|
credentials, see above).
|
||||||
above).
|
|
||||||
|
Credentials can be located next to the kernel image file (credentials
|
||||||
|
specific to a single boot entry), or in one of the shared directories
|
||||||
|
(credentials applicable to multiple boot entries).
|
||||||
|
|
||||||
* sd-stub now comes with a full man page, that explains its feature set
|
* sd-stub now comes with a full man page, that explains its feature set
|
||||||
and how to combine a kernel image, an initrd and the stub to build a
|
and how to combine a kernel image, an initrd and the stub to build a
|
||||||
@ -504,6 +515,8 @@ CHANGES WITH 250 in spe:
|
|||||||
may be used to set the boot menu time-out of the boot loader (for all
|
may be used to set the boot menu time-out of the boot loader (for all
|
||||||
or just the subsequent boot).
|
or just the subsequent boot).
|
||||||
|
|
||||||
|
* bootctl and systemd-bless-boot can now be linked statically.
|
||||||
|
|
||||||
* systemd-sysext now optionally doesn't insist on extension-release.d/
|
* systemd-sysext now optionally doesn't insist on extension-release.d/
|
||||||
files being placed in the image under the image's file name. If the
|
files being placed in the image under the image's file name. If the
|
||||||
file system xattr user.extension-release.strict is set on the
|
file system xattr user.extension-release.strict is set on the
|
||||||
@ -530,6 +543,9 @@ CHANGES WITH 250 in spe:
|
|||||||
* A new rule to allow console users access to rfkill by default has been
|
* A new rule to allow console users access to rfkill by default has been
|
||||||
added to hwdb.
|
added to hwdb.
|
||||||
|
|
||||||
|
* Device nodes for the Software Guard eXtension enclaves (sgx_vepc) are
|
||||||
|
now also owned by the system group "sgx".
|
||||||
|
|
||||||
* A new build-time meson option "extra-net-naming-schemes=" has been
|
* A new build-time meson option "extra-net-naming-schemes=" has been
|
||||||
added to define additional naming schemes schemes for udev's network
|
added to define additional naming schemes schemes for udev's network
|
||||||
interface naming logic. This is useful for enterprise distributions
|
interface naming logic. This is useful for enterprise distributions
|
||||||
@ -668,6 +684,14 @@ CHANGES WITH 250 in spe:
|
|||||||
* The x-systemd.makefs option in /etc/fstab now explicitly supports
|
* The x-systemd.makefs option in /etc/fstab now explicitly supports
|
||||||
ext2, ext3, and f2fs file systems.
|
ext2, ext3, and f2fs file systems.
|
||||||
|
|
||||||
|
* Mount units and units generated from /etc/fstab entries with 'noauto'
|
||||||
|
are now ordered the same as other units. Effectively, they will be
|
||||||
|
started earlier (if something actually pulled them in) and stopped
|
||||||
|
later, similarly to normal mount units that are part of
|
||||||
|
fs-local.target. This change should be invisibile to users, but
|
||||||
|
should prevent those units from being stopped too early during
|
||||||
|
shutdown.
|
||||||
|
|
||||||
* The systemd-getty-generator now honors a new kernel command line
|
* The systemd-getty-generator now honors a new kernel command line
|
||||||
argument systemd.getty_auto= and a new environment variable
|
argument systemd.getty_auto= and a new environment variable
|
||||||
$SYSTEMD_GETTY_AUTO that allows turning it off at boot. This is for
|
$SYSTEMD_GETTY_AUTO that allows turning it off at boot. This is for
|
||||||
@ -741,41 +765,43 @@ CHANGES WITH 250 in spe:
|
|||||||
this repository. It also contains the text of all applicable
|
this repository. It also contains the text of all applicable
|
||||||
licenses as they appear on spdx.org.
|
licenses as they appear on spdx.org.
|
||||||
|
|
||||||
Contributions from: Aakash Singh, Adolfo Jayme Barrientos, Albert Brox,
|
Contributions from: Aakash Singh, acsfer, Adolfo Jayme Barrientos,
|
||||||
Alberto Mardegan, Alexander Kanavin, alexlzhu, Alfonso Sánchez-Beato,
|
Adrian Vovk, Albert Brox, Alberto Mardegan, Alexander Kanavin,
|
||||||
Alvin Šipraga, Alyssa Ross, Amir Omidi, Anatol Pomozov,
|
alexlzhu, Alfonso Sánchez-Beato, Alvin Šipraga, Alyssa Ross,
|
||||||
Andika Triwidada, Andreas Rammhold, Andreas Valder, Andrej Lajovic,
|
Amir Omidi, Anatol Pomozov, Andika Triwidada, Andreas Rammhold,
|
||||||
Andrew Soutar, Andrew Stone, Andy Chi, Anita Zhang, Anssi Hannula,
|
Andreas Valder, Andrej Lajovic, Andrew Soutar, Andrew Stone, Andy Chi,
|
||||||
Antonio Alvarez Feijoo, Antony Deepak Thomas, Arnaud Ferraris,
|
Anita Zhang, Anssi Hannula, Antonio Alvarez Feijoo,
|
||||||
Arvid E. Picciani, Bastien Nocera, Benjamin Berg,
|
Antony Deepak Thomas, Arnaud Ferraris, Arvid E. Picciani,
|
||||||
Benjamin Herrenschmidt, Ben Stockett, Bogdan Seniuc, Boqun Feng,
|
Bastien Nocera, Benjamin Berg, Benjamin Herrenschmidt, Ben Stockett,
|
||||||
Carl Lei, chlorophyll-zz, Chris Packham, Christian Brauner,
|
Bogdan Seniuc, Boqun Feng, Carl Lei, chlorophyll-zz, Chris Packham,
|
||||||
Christian Göttsche, Christian Wehrli, Christoph Anton Mitterer,
|
Christian Brauner, Christian Göttsche, Christian Wehrli,
|
||||||
Cristian Rodríguez, Daan De Meyer, Daniel Maixner, Dann Frazier,
|
Christoph Anton Mitterer, Cristian Rodríguez, Daan De Meyer,
|
||||||
Dan Streetman, David Seifert, David Tardon, dependabot[bot],
|
Daniel Maixner, Dann Frazier, Dan Streetman, Davide Cavalca,
|
||||||
Dimitri John Ledkov, Dimitri Papadopoulos, Dimitry Ishenko,
|
David Seifert, David Tardon, dependabot[bot], Dimitri John Ledkov,
|
||||||
Dmitry Khlebnikov, Dominique Martinet, duament, Egor, Egor Ignatov,
|
Dimitri Papadopoulos, Dimitry Ishenko, Dmitry Khlebnikov,
|
||||||
Emil Renner Berthing, Emily Gonyer, Ettore Atalan, Evgeny Vereshchagin,
|
Dominique Martinet, duament, Egor, Egor Ignatov, Emil Renner Berthing,
|
||||||
Florian Klink, Franck Bui, Frantisek Sumsal, Geass-LL, Gibeom Gwon,
|
Emily Gonyer, Ettore Atalan, Evgeny Vereshchagin, Florian Klink,
|
||||||
GnunuX, Gogo Gogsi, gregzuro, Greg Zuro, Gustavo Costa, Hans de Goede,
|
Franck Bui, Frantisek Sumsal, Geass-LL, Gibeom Gwon, GnunuX,
|
||||||
|
Gogo Gogsi, gregzuro, Greg Zuro, Gustavo Costa, Hans de Goede,
|
||||||
Hela Basa, Henri Chain, hikigaya58, Hugo Carvalho,
|
Hela Basa, Henri Chain, hikigaya58, Hugo Carvalho,
|
||||||
Hugo Osvaldo Barrera, Iago Lopez Galeiras, Iago López Galeiras,
|
Hugo Osvaldo Barrera, Iago Lopez Galeiras, Iago López Galeiras,
|
||||||
I-dont-need-name, Jack Dähn, James Hilliard, Jan Janssen,
|
I-dont-need-name, igo95862, Jack Dähn, James Hilliard, Jan Janssen,
|
||||||
Jan Kuparinen, Jan Macku, Jan Palus, jiangchuangang, jlempen,
|
Jan Kuparinen, Jan Macku, Jan Palus, Jarkko Sakkinen, Jayce Fayne,
|
||||||
John Lindgren, Jonas Dreßler, Jonas Witschel, Joris Hartog,
|
jiangchuangang, jlempen, John Lindgren, Jonas Dreßler, Jonas Jelten,
|
||||||
José Expósito, Julia Kartseva, Kai-Heng Feng, Kai Wohlfahrt,
|
Jonas Witschel, Joris Hartog, José Expósito, Julia Kartseva,
|
||||||
Kay Siver Bø, KennthStailey, Kevin Kuehler, Kevin Orr, Khem Raj,
|
Kai-Heng Feng, Kai Wohlfahrt, Kay Siver Bø, KennthStailey,
|
||||||
Kristian Klausen, Kyle Laker, lainahai, Lennart Poettering,
|
Kevin Kuehler, Kevin Orr, Khem Raj, Kristian Klausen, Kyle Laker,
|
||||||
Lia Lenckowski, longpanda, Luca Boccassi, Luca BRUNO, Ludwig Nussel,
|
lainahai, LaserEyess, Lennart Poettering, Lia Lenckowski, longpanda,
|
||||||
Lukas Senionis, Maanya Goenka, Maciek Borzecki, Marcel Menzel,
|
Luca Boccassi, Luca BRUNO, Ludwig Nussel, Lukas Senionis,
|
||||||
Marco Scardovi, Marcus Harrison, Mark Boudreau, Matthijs van Duin,
|
Maanya Goenka, Maciek Borzecki, Marcel Menzel, Marco Scardovi,
|
||||||
Mauricio Vásquez, Maxime de Roucy, Max Resch, MertsA, Michael Biebl,
|
Marcus Harrison, Mark Boudreau, Matthijs van Duin, Mauricio Vásquez,
|
||||||
Michael Catanzaro, Michal Koutný, Michal Sekletár, Miika Karanki,
|
Maxime de Roucy, Max Resch, MertsA, Michael Biebl, Michael Catanzaro,
|
||||||
Mike Gilbert, Milo Turner, ml, monosans, Nacho Barrientos, nassir90,
|
Michal Koutný, Michal Sekletár, Miika Karanki, Mike Gilbert,
|
||||||
|
Milo Turner, ml, monosans, Nacho Barrientos, nassir90, Nishal Kulkarni,
|
||||||
nl6720, Ondrej Kozina, Paulo Neves, Pavel Březina, pedro martelletto,
|
nl6720, Ondrej Kozina, Paulo Neves, Pavel Březina, pedro martelletto,
|
||||||
Peter Hutterer, Peter Morrow, Piotr Drąg, Rasmus Villemoes, ratijas,
|
Peter Hutterer, Peter Morrow, Piotr Drąg, Rasmus Villemoes, ratijas,
|
||||||
Raul Tambre, rene, Riccardo Schirone, Robert-L-Turner, Ross Jennings,
|
Raul Tambre, rene, Riccardo Schirone, Robert-L-Turner, Robert Scheck,
|
||||||
saikat0511, Scott Lamb, Sergei Trofimovich, Sho Iizuka,
|
Ross Jennings, saikat0511, Scott Lamb, Sergei Trofimovich, Sho Iizuka,
|
||||||
Slava Bacherikov, Slimane Selyan Amiri, StefanBruens, Steven Siloti,
|
Slava Bacherikov, Slimane Selyan Amiri, StefanBruens, Steven Siloti,
|
||||||
svonohr, Taiki Sugawara, Takashi Sakamoto, Takuro Onoue, Thomas Blume,
|
svonohr, Taiki Sugawara, Takashi Sakamoto, Takuro Onoue, Thomas Blume,
|
||||||
Thomas Haller, Thomas Mühlbacher, Tianlu Shao, Toke Høiland-Jørgensen,
|
Thomas Haller, Thomas Mühlbacher, Tianlu Shao, Toke Høiland-Jørgensen,
|
||||||
|
Loading…
Reference in New Issue
Block a user