summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2017-03-01NEWS: 'systemd' is always spelt with a lowercase 's'systemd/v233Lennart Poettering
2017-03-01NEWS: add note about 'make install-tests' (#5512)Zbigniew Jędrzejewski-Szmek
2017-03-01NEWS: reorder entries by subject, fix some typos and descriptions (#5511)Zbigniew Jędrzejewski-Szmek
This doesn't add anything major, but moves some stuff around. In particular changes which might require updates to the build environment (new kernel requirements, cgroup stuff, dbus, etc) are moved to the top, where it's most likely that people will read them. In particular cgroup hierarchy changes are moved to the top because they're most likely to be problematic. Various items are grouped by subject where it's easy. The description of list-jobs --after/--before was reversed.
2017-03-01update NEWS for v233 (#5503)Lennart Poettering
2017-02-25NEWS: fix typo (#5453)Thomas H. P. Andersen
2017-02-21NEWS: add a comment about udev's MemoryDenyWriteExecute= setting (#5414)Lennart Poettering
Apparently if people are adventurous enought to run Go programs in udev rules they might run into problems with MemoryDenyWriteExecute=. I am pretty sure the best way out is for the toolchain generating programs incompatible with W^X to be fixed, but this still deserves documentation. This was forgotten for the 232 release, hence add it now, retroactively. See: #5400
2017-02-21NEWS: document ExecStartPost change in NEWS (#5415)Lennart Poettering
Follow up for #4843. Taking @joukewitteveen's suggestion into account: https://github.com/systemd/systemd/pull/4843#issuecomment-280306811
2017-02-21NEWS, README: use www prefix in freedesktop.org URLsAsciiWolf
2017-02-21Merge pull request #5410 from AsciiWolf/https-urlsZbigniew Jędrzejewski-Szmek
Use https:// in URLs when possible.
2017-02-21NEWS: use https:// in URLsAsciiWolf
2017-02-21NEWS: fix typos, grammar, and small errors (#5407)Martin Pitt
2017-02-21start putting together a NEWS entry for 233Lennart Poettering
2017-02-14core: explicitly verify that BindsTo= deps are in order before dispatch ↵Lennart Poettering
start operation of a unit Let's make sure we verify that all BindsTo= are in order before we actually go and dispatch a start operation to a unit. Normally the job queue should already have made sure all deps are in order, but this might not have been sufficient in two cases: a) when the user changes deps during runtime and reloads the daemon, and b) when the user placed BindsTo= dependencies without matching After= dependencies, so that we don't actually wait for the bound to unit to be up before upping also the binding unit. See: #4725
2017-01-19resolve: mention added mDNS support in NEWSDmitry Rozhkov
Signed-off-by: Dmitry Rozhkov <dmitry.rozhkov@linux.intel.com>
2017-01-14Merge pull request #4879 from poettering/systemdZbigniew Jędrzejewski-Szmek
2016-12-30NEWS: describe DBus policy move (#4999)Mike Gilbert
Text as provided by zbyszek in 52b2f6b3.
2016-12-20build-sys: don't mke use of "sushell" automaticallyLennart Poettering
"sushell" is a Fedora-specific concept, shipped as part of "initscripts". We shouldn't actively search for it if we can avoid it. Hence, lets now default to /bin/sh as debug shell on all systems, and permit Fedora to override that for their RPMs via --with-debug-shell= at configure time.
2016-11-29NEWS: mention more aggressive failing of notify servicesJouke Witteveen
2016-11-17core: add 'c' in confirmation_spawn to resume the boot processFranck Bui
2016-11-17core: add 'j' in confirmation_spawn to list the jobs that are in progressFranck Bui
2016-11-17core: add 'D' in confirmat spawn to show a full dump of the unit to spawnFranck Bui
2016-11-17core: add 'i' in confirm spawn to give a short summary of the unit to spawnFranck Bui
2016-11-17core: rework the confirmation spawn promptFranck Bui
Previously it was "[Yes, Fail, Skip]" which is pretty misleading because it suggests that the whole word needs to be entered instead of a single char. Also this won't fit well when we'll extend the number of choices. This patch addresses this by changing the choice hint with "[y, f, s – h for help]" so it's now clear that a single letter has to be entered. It also introduces a new choice 'h' which describes all possible choices since a single letter can be not descriptive enough for new users. It also allow to stick with the same hint string regardless of how many choices we will support.
2016-11-17core: in confirm_spawn, the meaning of 'n' and 's' choices are confusingFranck Bui
Before this patch we had: - "no" which gives "failing execution" but the command is actually assumed as succeed. - "skip" which gives "skipping", but the command is assumed to have failed, which ends up with "Failed to start ..." on the console. Now we have: - "fail" which gives "failing execution" and the command is indeed assumed as failed. - "skip" which gives "skipping execution" and the command is assumed as succeed.
2016-11-03final NEWS update for 232 (#4558)Lennart Poettering
let's get this out today!
2016-11-02add two additional entries to NEWSLennart Poettering
2016-11-02NEWS: add contributor list to news fileLennart Poettering
Unfortunately, github drops the original commiter when a PR is "squashed" (even if it is only a single commit) and replaces it with some rubbish github-specific user id. Thus, to make the contributors list somewhat useful, update the .mailmap file and undo all the weirdness github applied there.
2016-10-25update NEWS file a bit moreLennart Poettering
2016-10-24Various additions to NEWSLennart Poettering
2016-10-22NEWS: fix typosJakub Wilk
2016-10-21NEWS: option is ProtectKernelTunables not ProtectedKernelTunables (#4451)Djalal Harouni
2016-10-21NEWS: update NEWS about ProtectKernelModules= option (#4445)Djalal Harouni
2016-10-21nspawn, NEWS: add missing "s" in --private-users-chown (#4438)Zbigniew Jędrzejewski-Szmek
2016-10-06units: systemd-udevd: add AF_INET and AF_INET6 to RestrictAddressFamilies= ↵Yu Watanabe
(#4296) The udev builtin command `net_setup_link` requires AF_INET and AF_INET6. Fixes #4293.
2016-10-04NEWS: typo fixes (#4285)Thomas H. P. Andersen
2016-10-04Typo (`mathes` → `matches`) (#4283)Lucas Werkmeister
2016-10-04Merge pull request #4273 from keszybz/docsMartin Pitt
Routing-domains-manpage tweak and NEWS update
2016-10-04Typo (`virtiualization` → `virtualization`) (#4281)Elias Probst
2016-10-03NEWS: add another batch of entriesZbigniew Jędrzejewski-Szmek
2016-09-25NEWS: update news about systemd-udevd.serviceLennart Poettering
2016-09-14NEWS: add a bunch of stuff for the 232 release (#4132)Zbigniew Jędrzejewski-Szmek
This does not include the description of the mixed v1/v2 mode, but everything important apart from that should be covered.
2016-07-26journald: deprecate SplitMode=login (#3805)Zbigniew Jędrzejewski-Szmek
In this mode, messages from processes which are not part of the session land in the main journal file, and only output of processes which are properly part of the session land in the user's journal. This is confusing, in particular because systemd-coredump runs outside of the login session. "Deprecate" SplitMode=login by removing it from documentation, to discourage people from using it.
2016-07-25build-sys: metadata updates for v231 (#3803)systemd/v231-1systemd/v231Lennart Poettering
2016-07-25Merge pull request #3798 from keszybz/news-and-man-tweaksLennart Poettering
News and man tweaks
2016-07-25core: change ExecStart=! syntax to ExecStart=+ (#3797)Lennart Poettering
As suggested by @mbiebl we already use the "!" special char in unit file assignments for negation, hence we should not use it in a different context for privileged execution. Let's use "+" instead.
2016-07-25NEWS: reword the text about libsharedZbigniew Jędrzejewski-Szmek
"strict versioned dependency" suggests that version "231" of the library is stable. But the ABI or API might be changed in any patch, so reword the text to avoid using "version".
2016-07-25NEWS: document the new shared library for internal codeLennart Poettering
2016-07-25NEWS: update mailmap to bring NEWS and "make git-contrib" in lineLennart Poettering
Let's make sure that "make git-contrib" prints a useful contributors list directly useful for NEWS and fixes up contributors's IDs a bit.
2016-07-23NEWS: more stuff for v231 (#3786)Zbigniew Jędrzejewski-Szmek
2016-07-22NEWS: remove duplicate names and fix a few typosZbigniew Jędrzejewski-Szmek