Simon Pilkington
bb322e4340
NEWS: Document change to systemd-creds 'cat' verb
...
See: https://github.com/systemd/systemd/pull/34548
2024-09-25 16:08:01 +02:00
Daan De Meyer
0a40325573
Preset user units on first boot as well
...
We need to make sure the presets from /usr/lib/systemd/user-preset
are applied as well. Currently only the ones from
/usr/lib/systemd/system-preset are applied.
2024-09-21 13:57:29 +09:00
Jörg Behrmann
81b4d68153
NEWS: fix typos and remove backticks
2024-09-20 20:07:16 +09:00
Yu Watanabe
9671efff78
NEWS: fix typo
...
Follow-up for dcc359010c
.
2024-09-16 11:50:48 +09:00
Lennart Poettering
db15657dfb
tmpfiles: introduce an explicit line flag $ for enabling purge logic for a line
...
Let's make the risk of accidental misuse, and mark lines that shall be
covered by --purge with an explicit new flag "$".
See: #33349
2024-09-15 19:43:09 +02:00
Mike Yuan
8e8e41c724
NEWS: correct/complete some entries
2024-09-12 14:47:42 +02:00
Zbigniew Jędrzejewski-Szmek
dcc359010c
NEWS: the first big batch for v257
2024-09-12 13:27:57 +02:00
Yu Watanabe
a9987de62c
NEWS: fix typo
...
Follow-up for 7a3a49386c
.
2024-09-07 22:26:24 +09:00
Lennart Poettering
7a3a49386c
NEWS: extend the userdb sshd_config NEWS entry a bit
2024-09-06 23:02:29 +09:00
Luca Boccassi
23e3bddc48
Merge pull request #34114 from yuwata/resolvconf-p
...
resolve: support 'resolvconf -p'
2024-08-27 11:18:34 +01:00
Yu Watanabe
57bdb24f9d
NEWS: mention "resolvconf -p"
2024-08-27 05:42:34 +09:00
Mike Yuan
daa78907af
core: honor FileDescriptorName= too for Accept=yes sockets
...
So far we manually hardcoded $LISTEN_FDNAMES to "varlink" in various
varlink service units we ship, even though FileDescriptorName=varlink
is specified in associated socket units already, because
FileDescriptorName= is currently silently ignored when combined with
Accept=yes. Let's step away from this, which seems saner.
Note that this is technically a compat break, but a mostly negligible
one as there shall be few users setting FileDescriptorName= but
still expecting LISTEN_FDNAMES=connection in the actual executable.
Preparation for #34080
2024-08-26 15:40:15 +02:00
Daan De Meyer
d89ee0fcf9
nspawn: Assume unified cgroup hierarchy if there's no systemd in the image
...
If there's no systemd installation in the image, assume the unified
cgroup hierarchy.
2024-08-13 19:09:26 +02:00
Yu Watanabe
acda1b3f2a
NEWS: mention that udevadm test and test-builtin are now non-destructive
...
Follow-up for 089bef6631
.
Prompted by https://github.com/systemd/systemd/issues/33619#issuecomment-2257576579 .
2024-07-31 10:06:25 +09:00
Luca Boccassi
a1f427ab41
NEWS: mention logind inhibitors change
2024-07-25 12:22:37 +01:00
Mike Yuan
6498a25a6d
NEWS: fix typo
2024-06-29 16:48:18 +02:00
Mike Yuan
2e7b407539
NEWS: nscd has been dropped for good
...
Follow-up for 28f1f1a5e6
2024-06-29 16:35:26 +02:00
Carlo Teubner
f6d517f847
NEWS: fix typo
2024-06-18 18:04:09 +09:00
Luca Boccassi
40d637bace
NEWS: note that new stable releases will be in the main repo
2024-06-12 14:30:29 +01:00
Luca Boccassi
870a8a3cc5
NEWS: add placeholder for 257
2024-06-11 22:55:03 +01:00
Luca Boccassi
5c79cdec10
Finalize NEWS and version for v256
2024-06-11 22:42:06 +01:00
Luca Boccassi
581269f312
NEWS: fix typo
2024-06-09 22:08:41 +01:00
Luca Boccassi
73df6cd3ee
Update version and finalize NEWS for 256~rc4
2024-06-06 20:39:50 +01:00
Luca Boccassi
71ca56efac
NEWS: update contributors
2024-06-06 17:57:47 +01:00
Zbigniew Jędrzejewski-Szmek
03d35b5d18
man: update links to catalog docs
2024-05-28 14:46:44 +02:00
Yu Watanabe
485f5148b3
NEWS: mention backward incompatibility of IP forwarding
...
Closes #33004 .
2024-05-25 21:01:17 +02:00
Luca Boccassi
a3680a45d0
NEWS: finalize for v256~rc3
2024-05-22 23:17:03 +01:00
Luca Boccassi
3bc0e89a3a
NEWS: update contributors list
2024-05-22 21:14:22 +01:00
Luca Boccassi
4ee8a954e7
Finalize for v256~rc2
2024-05-15 00:29:01 +01:00
Luca Boccassi
ca8fc4c2e4
NEWS: update contributors list
2024-05-14 16:58:11 +01:00
Luca Boccassi
5387e4c832
NEWS: update for latest changes
2024-05-10 12:05:54 +01:00
Sam Leonard
5535a9484e
news: refer to ForwardToSocket instead of ForwardAddress
2024-05-02 18:59:08 +02:00
Daan De Meyer
6be4dab095
systemctl: Implement --wait for kill command
...
TEST-26-SYSTEMCTL is racy as we call systemctl is-active immediately
after systemctl kill. Let's implement --wait for systemctl kill and
use it in TEST-26-SYSTEMCTL to avoid the race.
2024-05-01 09:40:32 +02:00
Daan De Meyer
123450e58e
journal: Add journal.storage credential
...
In mkosi CI, we want persistent journals when running interactively
and runtime journals when running in CI, so let's add a credential
that allows us to configure which one to use.
2024-04-30 14:19:55 +02:00
Daan De Meyer
7a66f21556
core: Add systemd.crash_action= kernel command line argument
...
Required for integration tests to power off on PID 1 crashes. We
deprecate systemd.crash_reboot and related options by removing them
from the documentation but still parsing them.
2024-04-29 14:34:22 +02:00
Antonio Alvarez Feijoo
509871e6d5
NEWS: fix minimum dracut version required for systemd v256
...
Follow-up for d4e9be97a3
2024-04-29 11:19:31 +02:00
Zbigniew Jędrzejewski-Szmek
d4e9be97a3
NEWS: add warnings about read-only fs and libkmod being dlopen'ed
...
Closes https://github.com/systemd/systemd/issues/32511 .
2024-04-27 20:45:34 +02:00
Dmitry V. Levin
c309b9e9c3
treewide: fix a few typos in NEWS, docs, comments, and log messages
2024-04-27 12:11:13 +02:00
Luca Boccassi
75e4b277c7
NEWS: add back deprecation notices that have not been implemented yet
2024-04-26 10:43:46 +01:00
Luca Boccassi
ae68d27a7e
NEWS: finalize for v256~rc1
2024-04-26 01:00:07 +01:00
Luca Boccassi
361c721de5
NEWS: update contributors list
2024-04-25 22:21:51 +01:00
Lennart Poettering
5693208019
Merge pull request #32441 from poettering/rework-handoff-timestamp
...
pid1: rework handoff timestamp
2024-04-25 15:19:17 +02:00
Lennart Poettering
a3d04419fd
update NEWS
2024-04-25 15:18:07 +02:00
Lennart Poettering
3c1d1ca146
manager: switch service unit type over to using new handoff timestamping logic
...
Also: rename Handover → Handoff. I think it makes it clearer that this
is not really about handing over any resources, but that the executor is
out off the game from that point on.
2024-04-25 13:40:41 +02:00
Lennart Poettering
6645dc053d
update NEWS
2024-04-23 15:23:44 +02:00
Luca Boccassi
54300d4275
NEWS: update contributors list
2024-04-22 14:27:39 +01:00
Luca Boccassi
825dc2f32e
NEWS: mention ExecMainHandoverTimestamp
2024-04-22 14:26:24 +01:00
Zbigniew Jędrzejewski-Szmek
2e8e26c32f
NEWS: reword a few sentences
2024-04-22 10:49:09 +02:00
Luca Boccassi
cefbfd3f0f
NEWS: fix typo
2024-04-20 14:09:48 +01:00
Lennart Poettering
8653ef5ca2
update NEWS
2024-04-20 12:13:13 +02:00