summaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: fix typoYu Watanabe2023-10-181-1/+1
|
* network: include SSID in ipv6 stable prefix address generationRonan Pigott2023-10-181-0/+6
| | | | | | | | The SSID fills the role of the optional Network_ID input parameter suggested by RFC7217. Including the SSID allows networkd to generate a different pseudorandom address for different wireless networks, which should help to obscure the host's identity when roaming between multiple networks.
* NEWS, man: move description of SR-IOV-R net naming to v255Zbigniew Jędrzejewski-Szmek2023-10-161-2/+12
| | | | | | | | | | | | | | | | | | | https://github.com/systemd/systemd/pull/29582 adds the "v254" name. This also changes what the default is and what "latest" refers to. Without the name, the code could be enabled via runtime configuration. Nevertheless, it could be enabled at compilation time. In other words: meson setup build -Ddefault-net-naming-scheme=v254 would work, but net.naming-scheme=v254 would fail. It is possible that people were using the compile-time override, so I think we should allow "v254" scheme to stay and clearly document that it wasn't the default. Unfortunately, unless people manually introduced the compile-time override, we were never actually testing the new code too. So all the pull request testing was not useful.
* man: use consistent label for "Reboot Into Firmware Interface"Zbigniew Jędrzejewski-Szmek2023-10-121-1/+2
| | | | That is what sd-boot actually displays.
* Merge pull request #29391 from lf-/jade/analyze-plot-tooltipsLuca Boccassi2023-10-041-0/+6
|\ | | | | analyze: add tooltips with dependency information to "plot"
| * NEWS: systemd-analyze plot tooltipsJade Lovelace2023-10-041-0/+6
| |
* | tree-wide: fix typoYu Watanabe2023-10-041-1/+1
|/
* fix typo in NEWSChristian Hesse2023-09-271-1/+1
| | | | | Looks like `-a change` is a typo and should have been `-c change` to match on the action.
* treewide: split commandline into command lineJoerg Behrmann2023-09-201-1/+1
|
* core,systemctl: refuse switching root if we're not in initrdMike Yuan2023-09-021-0/+4
|
* NEWS: TypoMilton D. Miller II2023-08-301-1/+1
| | | Let's not encourage the lawyers.
* udev: re-introduce symlinks for loopback block deviceYu Watanabe2023-08-101-0/+17
| | | | | | | | | | | But the directories are changed from /dev/loop/by-ref/ -> /dev/disk/by-loop-ref/ and /dev/loop/by-inode/ -> /dev/disk/by-loop-inode/. As /dev/loop/ is used by losetup command for other purpose. See issue #28475. This effectively reverts commits 9915cc60868c77e7e8cecb669ddb90516dffc7df, 5022fab15fc16204d163883ca818fd6092dc919c, and c0d998248e10e1dcf18108fdbb70f259acd452eb.
* NEWS: adjust grammarZbigniew Jędrzejewski-Szmek2023-08-041-2/+2
|
* NEWS: expand list of new Startup* settingsZbigniew Jędrzejewski-Szmek2023-08-041-4/+6
| | | | | This way users can grep/search the NEWS file for when a given setting was added.
* NEWS: PrivateNetwork implies PrivateMountsEtienne Dechamps2023-08-021-0/+3
| | | | | | This is clearly a change that can break existing units, and broke my system in at least two different ways. For this reason this should have been added to NEWS in #26458, specifically c2da3bf, but wasn't.
* Merge pull request #28596 from keszybz/doc-updatesLuca Boccassi2023-07-311-2/+2
|\ | | | | Two documentation updates
| * NEWS: fix misstatementZbigniew Jędrzejewski-Szmek2023-07-311-2/+2
| | | | | | | | We don't have type 'ready'.
* | NEWS: mention about the removal of duid-only optionYu Watanabe2023-07-291-1/+8
|/
* NEWS: open for v255 businessLuca Boccassi2023-07-291-0/+33
|
* NEWS: finalize for v254v254Luca Boccassi2023-07-281-2/+2
| | | | | A release is never late, nor is it early, it arrives precisely when it means to.
* NEWS: mention that fsck will be ran for systemd.mount-extra=Luca Boccassi2023-07-281-3/+5
|
* NEWS: update contributors listLuca Boccassi2023-07-281-15/+15
|
* NEWS: mention agetty/login credentialsLuca Boccassi2023-07-281-0/+4
|
* NEWS: fix typoYu Watanabe2023-07-251-1/+1
|
* NEWS: update for rc3v254-rc3Luca Boccassi2023-07-241-1/+5
|
* NEWS: update contributors listLuca Boccassi2023-07-241-4/+5
|
* Update NEWSLuca Boccassi2023-07-241-4/+1
|
* Merge pull request #28460 from bluca/scope_run_envZbigniew Jędrzejewski-Szmek2023-07-211-1/+10
|\ | | | | run: disable --expand-environment by default for --scope
| * NEWS: note that sd-run --expand-environment will changeLuca Boccassi2023-07-201-1/+10
| |
* | tree-wide: fix typo found by Fossies Codespell reportYu Watanabe2023-07-211-1/+1
| |
* | tree-wide: drop references to /dev/loop/by-refYu Watanabe2023-07-211-15/+0
|/ | | | Follow-up for #28476.
* Merge pull request #28445 from bluca/run_host_releaseLuca Boccassi2023-07-191-0/+7
|\ | | | | core: copy the host's os-release for /run/host/os-release
| * NEWS: note that /run/host/os-release is available more broadlyLuca Boccassi2023-07-181-0/+7
| |
* | Deprecate efivar SystemdOptionsZbigniew Jędrzejewski-Szmek2023-07-181-0/+7
|/ | | | | | | | As mentioned in the NEWS entry, it seems to see very little use, but adds complexity in our code. It was added mainly with the goal of making it easier for people using grub2 to modify their boot configuration, but grub2 is gaining support for BLS snippets. On the systemd side, we now have credentials. So let's deprecate this, and if there's no outcry, remove it in a few releases.
* NEWS: fix typoHaochen Tong2023-07-151-1/+1
|
* Update NEWS for v254-rc2v254-rc2Luca Boccassi2023-07-151-1/+1
| | | | Liberté, égalité, releasé 🇫🇷
* Update NEWS with latest changesLuca Boccassi2023-07-151-0/+5
|
* NEWS: update contributors listLuca Boccassi2023-07-151-26/+29
|
* battery-check: allow to skip by passing systemd.battery-check=0Yu Watanabe2023-07-141-1/+2
|
* tree-wide: fix typos reported by Fossies Codespell reportYu Watanabe2023-07-121-1/+1
|
* NEWS: mention that meson 0.60 is now requiredLuca Boccassi2023-07-071-0/+2
|
* NEWS: mention that gnu-efi is no longer requiredLuca Boccassi2023-07-071-0/+4
|
* NEWS: finalize for 254-rc1v254-rc1Luca Boccassi2023-07-061-1/+1
|
* NEWS: update contributors listLuca Boccassi2023-07-061-26/+31
|
* Update NEWS for latest changesLuca Boccassi2023-07-061-0/+28
|
* NEWS: rearrange deprecation notices from more imminent to less imminentLuca Boccassi2023-07-061-10/+10
|
* treewide: fix "an" before consonant U soundsJoerg Behrmann2023-07-061-5/+5
| | | | | | The article "a" goes before consonant sounds and "an" goes before vowel sounds. This commit changes an to a for UKI, UDP, UTF-8, URL, UUID, U-Label, UI and USB, since they start with the sound /ˌjuː/.
* NEWS: more preparation for 254-rc1Lennart Poettering2023-07-061-1/+110
|
* NEWS/--help: correct/be clearer on bootclt -R vs. -RRLennart Poettering2023-07-041-3/+5
| | | | | | | The NEWS file was simply wrong. Let's also improve the --help text on this. Fixes: #28221
* tree-wide: "<n>bit" → "<n>-bit"Zbigniew Jędrzejewski-Szmek2023-07-021-12/+12
| | | | In some places, "<n> bits" is used when more appropriate.