summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: prep release dateLennart Poettering2021-03-301-1/+1
|
* NEWS: update contributor list for v248 finalZbigniew Jędrzejewski-Szmek2021-03-301-33/+37
|
* Partially revert "correct incorrect command in NEWS (#19048)"Zbigniew Jędrzejewski-Szmek2021-03-221-1/+1
| | | | | | | | This reverts commit 6d18c13e79a0b3374599a3416a644a7837d5a1e6. The syntax like "0666" is very unclear. It only makes sense for some subset of people who do C programming. Let's use the much more sensible modern python syntax instead.
* correct incorrect command in NEWS (#19048)Michael Gisbers2021-03-191-2/+2
| | | | * for /dev/vsock a file permission of 0o666 was mentioned but 0666 is probably better understood, so let's use that * correct non existing command 'ip dev'
* update NEWS for rc4Lennart Poettering2021-03-171-27/+30
|
* NEWS: update contributors list for v248-rc3v248-rc3Zbigniew Jędrzejewski-Szmek2021-03-111-27/+31
|
* NEWS: add items since -rc2Zbigniew Jędrzejewski-Szmek2021-03-081-2/+26
|
* NEWS: fix pathZbigniew Jędrzejewski-Szmek2021-03-011-1/+1
| | | | Follow-up for 57733518817c1217b9f442ca790ff3f50705b1c8.
* NEWS: mention ExtensionImagesLuca Boccassi2021-02-251-0/+5
|
* doc,man: fix-typo (hierachy -> hierarchy)Yu Watanabe2021-02-241-1/+1
|
* Update NEWSTopi Miettinen2021-02-231-3/+5
| | | Fix typos, improve /dev exec/noexec description
* NEWS: add ConditionCGC=v12 and the hostname stuffZbigniew Jędrzejewski-Szmek2021-02-231-16/+36
|
* NEWS: add contributorsZbigniew Jędrzejewski-Szmek2021-02-231-0/+32
|
* NEWS: a few more entries for v248-rc1Zbigniew Jędrzejewski-Szmek2021-02-231-7/+22
| | | | | | I left the stuff related to [NextHop] out. There are still patches outstanding, and we can add a comprehensive entry once things reached the final form.
* Merge pull request #18704 from keszybz/fallback-hostame-overrideZbigniew Jędrzejewski-Szmek2021-02-231-2/+2
|\ | | | | Allow overriding of fallback hostname through envvar and os-release field
| * hostnamed: rename FallbackHostname to DefaultHostnameZbigniew Jędrzejewski-Szmek2021-02-221-2/+2
| | | | | | | | | | | | | | | | | | This follows the addition of DEFAULT_HOSTNAME= in os-release. The distinction between the value from os-release or the env var and the compile-time setting is not made in the api: HostnameSource is "default" is all cases. I think that this level of detail is not needed, because the users of this mostly care whether the hostname was set by user configuration or not.
* | sd-bus: simplify sd_bus_reply()Lennart Poettering2021-02-201-2/+3
| | | | | | | | there's no point in having two arguments, if one does as well.
* | update NEWSLennart Poettering2021-02-191-42/+115
| |
* | tree-wide: fix typoYu Watanabe2021-02-191-4/+4
| |
* | update NEWSLennart Poettering2021-02-191-33/+93
|/
* NEWS: add a note about no longer probind mmcblk*boot*Luca Boccassi2021-02-141-0/+4
|
* NEWS: fix typo: as → atAnsgar Burchardt2021-02-141-1/+1
|
* NEWS: mention new systemctl verb and fix typoLuca Boccassi2021-02-131-2/+3
|
* NEWS: start preparing for v248Zbigniew Jędrzejewski-Szmek2021-02-121-5/+227
|
* man: use ellipses for ranges in range descriptionsZbigniew Jędrzejewski-Szmek2021-01-291-13/+13
| | | | … and in few other places ;)
* MountAPIVFS: always mount a tmpfs on /runLuca Boccassi2021-01-181-0/+10
| | | | | | We need a writable /run for most operations, but in case a read-only RootImage (or similar) is used, by default there's no additional tmpfs mount on /run. Change this behaviour and document it.
* tree-wide: fix typoYu Watanabe2020-12-141-3/+3
|
* NEWS: really fix kernel version number referenceZbigniew Jędrzejewski-Szmek2020-11-271-2/+2
| | | | Fixes #17736.
* NEWS: fix kernel version number referenceZbigniew Jędrzejewski-Szmek2020-11-261-1/+1
| | | | Fixes #17736.
* NEWS: version 247Zbigniew Jędrzejewski-Szmek2020-11-261-30/+32
|
* tree-wide: fix typoYu Watanabe2020-11-251-10/+10
|
* NEWS: mention that we intend to retrigger udev devices on package upgradeLennart Poettering2020-11-241-0/+32
| | | | Also, mention RISCV GPT partition types have been defined.
* man,NEWS: fix "the the"Yu Watanabe2020-11-181-2/+2
|
* NEWS,man: improve descriptions of Independent=Zbigniew Jędrzejewski-Szmek2020-11-171-6/+3
| | | | | | | | In NEWS, the new option was described twice, most likely because the first description was tucked away in a paragraph about some other subject. While at it, improve the descriptions in the man page to make it easier to grok what that option really does.
* NEWS: slightly fix explanation about oomdYu Watanabe2020-11-171-1/+1
|
* NEWS: add several entries for networkdYu Watanabe2020-11-171-3/+18
|
* NEWS: describe the new user slicesoomd-and-user-slicesZbigniew Jędrzejewski-Szmek2020-11-121-0/+7
|
* meson: allow oomd to be enabled even in release modeZbigniew Jędrzejewski-Szmek2020-11-121-5/+7
| | | | | | A distro (Fedora in particular) may want to enable oomd in a unstable branch for testing, even though the package as a whole is compiled in release mode. Let's emit a warning but otherwise allow this.
* NEWS,man: tweak the description of FixedRandomDelay=Zbigniew Jędrzejewski-Szmek2020-11-111-5/+3
| | | | | Explain why this is useful, but don't describe the implementation exactly, since we're likely to want to change details in the future.
* update NEWSLennart Poettering2020-11-101-32/+43
|
* NEWS: v247-rc1v247-rc1Zbigniew Jędrzejewski-Szmek2020-10-261-1/+1
|
* NEWS: update contributors list for v247-rc1Zbigniew Jędrzejewski-Szmek2020-10-261-15/+15
|
* NEWS: mention IPv6PrefixDelegation→IPv6SendRA renamingZbigniew Jędrzejewski-Szmek2020-10-261-0/+5
|
* NEWS: fix typo (`systemd-userdb` > `systemd-userdbd`)Elias Probst2020-10-241-1/+1
|
* build-sys: prepare 247-rc1Lennart Poettering2020-10-231-0/+31
| | | | Interestingly, the libudev so version was already bumped.
* update NEWSLennart Poettering2020-10-221-0/+47
|
* NEWS: fix typo: speicify → specifyAnsgar Burchardt2020-10-181-1/+1
|
* NEWS: add blurbs about -Dmode= and oomd/oomctlZbigniew Jędrzejewski-Szmek2020-10-151-11/+38
|
* update NEWSLennart Poettering2020-10-151-29/+69
|
* NEWS: shorten/reword some thingsZbigniew Jędrzejewski-Szmek2020-10-051-159/+154
|