summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: reword description of credstoreZbigniew Jędrzejewski-Szmek2022-05-181-7/+7
| | | | The "in" at the end made the sentence hard to parse…
* NEWS: update contributors listLuca Boccassi2022-05-131-25/+29
|
* NEWS: update with final changesZbigniew Jędrzejewski-Szmek2022-05-051-29/+34
|
* update NEWS for 251-rc2Lennart Poettering2022-05-041-0/+27
|
* tmpfiles: Split networkd entries into a separate fileDaan De Meyer2022-05-031-0/+7
| | | | | | | Many distributions ship systemd-networkd as a separate file so we need to be able to ship the tmpfiles networkd entries as part of that separate networkd package. Let's split the networkd entries into a separate file to make that possible.
* NEWS: updates for 251-rc2Lennart Poettering2022-04-281-2/+89
|
* specifier: use %q for pretty hostnameLennart Poettering2022-04-081-1/+1
| | | | | | | %R is already used in service manager specifier expansion (cgroup root), hence use a different char, that was so far not used. Follow-up for: 6ceb0a4094908dd213a78b9f6d0c59a684831ab0
* NEWS: specify that public headers are still C89Luca Boccassi2022-03-291-1/+1
|
* NEWS: mention that C11 is now usedLuca Boccassi2022-03-291-0/+3
|
* NEWS: add entry for the unit enablement stuffv251-rc1Zbigniew Jędrzejewski-Szmek2022-03-291-8/+16
| | | | It should be merged soon.
* NEWS: update contributor listZbigniew Jędrzejewski-Szmek2022-03-291-1/+29
|
* NEWS: two more small features and some rewordingsZbigniew Jędrzejewski-Szmek2022-03-291-14/+30
|
* NEWS: mention kernel requirement change 3.13 -> 3.15Luca Boccassi2022-03-291-0/+3
|
* Update NEWSYu Watanabe2022-03-291-99/+135
| | | | | - categorize entries - add several news for networkd and udevd
* NEWS: tweaksZbigniew Jędrzejewski-Szmek2022-03-251-3/+3
|
* Merge pull request #22859 from poettering/hardware-renameLennart Poettering2022-03-251-2/+2
|\ | | | | machine-info: rename VENDOR=/MODEL= → HARDWARE_VENDOR=/HARDWARE_MODEL=
| * machine-info: rename VENDOR=/MODEL= → HARDWARE_VENDOR=/HARDWARE_MODEL=Lennart Poettering2022-03-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Let's be more precise here. Otherwise people might think this describes the software system or so. We already expose this via hostnamed as HardwareVendor/HardwareModel hence use the exact same wording. (Note that the relevant props on the dmi device are just VENDOR/MODEL, but that's OK given that DMI really is about hardware anyway, unconditionally, hence no chance of confusion there.) Follow-up for 4fc7e4f374bf4401330e90e267227267abf1dcac
* | update NEWSLuca Boccassi2022-03-241-4/+9
| | | | | | | | | | Fix typo and list all user session settings that now are documented to work
* | update NEWSLennart Poettering2022-03-241-3/+45
|/
* NEWS: various tweaksLennart Poettering2022-03-241-56/+71
|
* NEWS: fix typoYu Watanabe2022-03-231-2/+2
|
* NEWS: adjust MONITOR_ env vars paragraphLuca Boccassi2022-03-221-8/+7
| | | | | This actually never shipped in a release, so it's not a backward-incompatible change. Move it down and reword it.
* NEWS: initial writeup for v251Zbigniew Jędrzejewski-Szmek2022-03-221-77/+239
|
* NEWS: try to fix old entry regarding KERNEL_INSTALL_LAYOUTLennart Poettering2022-03-211-9/+7
| | | | | | | | | | | | The old text was simply wrong, we used to read $layout from /etc/kernel/install.conf and the machine ID from $KERNEL_INSTALL_MACHINE_ID from /etc/machine-info. Correct that. Apparently KERNEL_INSTALL_MACHINE_ID was already known back in v235 times, hence don't mention it anymore. it's kinda weird retro-fixing these NEWS entries, given we deprecate them again, but I couldn't let this really incorrect stuff be.
* spelling: weekday names are capitalizedZbigniew Jędrzejewski-Szmek2022-03-211-1/+1
|
* tree-wide: fix duplicated wordsMichael Biebl2022-03-181-1/+1
| | | | | | | the the in in not not we we
* Merge pull request #22761 from poettering/pcr-fixLennart Poettering2022-03-161-0/+13
|\ | | | | sd-boot: change kernel cmdline PCR from 8 to 12
| * NEWS: add entry announcing PCR changeLennart Poettering2022-03-161-0/+13
| |
* | sd-boot: disable bitlocker reboot feature for nowLennart Poettering2022-03-161-0/+11
|/ | | | | | | | | | | | | | | | | | Conceptually the feature is great and should exist, but in its current form should be worked to be generic (i.e. not specific to Windows/Bitlocker, but appliable to any boot entry), not be global (but be a per-entry thing), not require a BootXXXX entry to exist, and not check for the BitLocker signature (as TPMs are not just used for BitLocker). Since we want to get 251 released, mark it in the documentation, in NEWS and in code as experimental and make clear it will be reworked in a future release. Also, make it opt-in to make it less likely people come to rely on it without reading up on it, and understanding that it will likely change sooner or later. Follow-up for: #22043 See: #22390
* random-util: remove RDRAND usageJason A. Donenfeld2022-03-141-0/+14
| | | | | | | | | | | | | | | | | | | /dev/urandom is seeded with RDRAND. Calling genuine_random_bytes(..., ..., 0) will use /dev/urandom as a last resort. Hence, we gain nothing here by having our own RDRAND wrapper, because /dev/urandom already is based on RDRAND output, even before /dev/urandom has fully initialized. Furthermore, RDRAND is not actually fast! And on each successive generation of new x86 CPUs, from both AMD and Intel, it just gets slower. This commit simplifies things by just using /dev/urandom in cases where we before might use RDRAND, since /dev/urandom will always have RDRAND mixed in as part of it. And above where I say "/dev/urandom", what I actually mean is GRND_INSECURE, which is the same thing but won't generate warnings in dmesg.
* NEWS: add NEWS entry highlighting what the "entry-token" logic means for ↵Lennart Poettering2022-03-111-7/+36
| | | | "gold image" builders
* Merge pull request #22460 from bluca/monitor_refactorLennart Poettering2022-03-101-0/+8
|\ | | | | core: split $MONITOR_METADATA and return it only if a single unit triggers OnFailure/OnSuccess
| * NEWS: note backward-incompatible MONITOR_METADATA changeLuca Boccassi2022-03-101-0/+8
| |
* | NEWS: note backward-incompatible change in StartUnitWithFlags()Luca Boccassi2022-03-101-0/+4
|/
* NEWS: note GetMetadataWithExtensions backward incompatible changeLuca Boccassi2022-03-071-0/+8
|
* NEWS: fix typoYu Watanabe2022-02-201-1/+1
|
* NEWS: update excerpt on container UID/GID mappingsLennart Poettering2022-02-161-12/+33
|
* NEWS: minor grammar adjustmentZbigniew Jędrzejewski-Szmek2022-02-151-2/+2
| | | | Follow-up for e41dcb822167116c8924e56b39640536df894bbd.
* NEWS: clarify that ForceDHCPv6PDOtherInformation= is removedYu Watanabe2022-02-131-1/+1
| | | | Closes #22493.
* NEWS: minor formatting tweaksLennart Poettering2022-02-011-2/+2
|
* NEWS: mention temporary limitations for running containers in systemd-homed ↵Christian Brauner2022-01-271-0/+13
| | | | directories
* NEWS: note breaking change w.r.t. Restart=always and ExecCondition=Luca Boccassi2022-01-261-0/+3
|
* NEWS: updateYu Watanabe2022-01-251-6/+6
|
* NEWS: mention about the regression in WireGuardYu Watanabe2022-01-251-0/+9
|
* NEWS: adjust links to moved pagesZbigniew Jędrzejewski-Szmek2022-01-121-6/+6
| | | | | | All those pages contain a redirect at the top of the page, so it doesn't make much sense to tell people to take the detour. Linking directly will also increase the search rankings of the new pages.
* NEWS: sort entriesYu Watanabe2022-01-061-63/+64
|
* NEWS: finalize releasev250Zbigniew Jędrzejewski-Szmek2021-12-231-1/+1
|
* NEWS: update contributors list and release dateYu Watanabe2021-12-231-11/+12
|
* NEWS: add missing nounv250-rc3Zbigniew Jędrzejewski-Szmek2021-12-201-4/+5
|
* NEWS: add note about path unit's TriggerLimitBurst= and TriggerLimitIntervalSec=Luca Boccassi2021-12-201-0/+6
|