summaryrefslogtreecommitdiffstats
path: root/NEWS (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NEWS: add more newsYu Watanabe2018-06-131-1/+10
|
* Merge pull request #9153 from poettering/private-mountsZbigniew Jędrzejewski-Szmek2018-06-131-0/+9
|\ | | | | introduce PrivateMounts= setting and clean up documentation for MountFlags=
| * update NEWS with new PrivateMounts= blurbLennart Poettering2018-06-121-0/+9
| |
* | NEWS: announce DNS-over-TLS tooLennart Poettering2018-06-131-0/+6
|/
* NEWS: typo fixesMichael Biebl2018-06-121-5/+5
|
* NEWS: mention "bad-setting" load state and other small additionsZbigniew Jędrzejewski-Szmek2018-06-121-2/+16
|
* NEWS, CODE_QUALITY: wording fixesZbigniew Jędrzejewski-Szmek2018-06-121-58/+61
| | | | No additions, just moving stuff around and wording cleanups.
* prepare an initial NEWS file for v239Lennart Poettering2018-06-121-0/+255
|
* NEWS: add note about --runtimeZbigniew Jędrzejewski-Szmek2018-06-061-0/+4
|
* update NEWS to explain new OnFailure= behaviourLennart Poettering2018-06-011-0/+8
|
* tree-wide: fix typo in comments and NEWSYu Watanabe2018-05-291-1/+1
|
* doc: mention RestrictNamespaces= merges multiple assignment nowYu Watanabe2018-05-291-0/+6
| | | | Follow-up for #8817.
* doc: mention in NEWS that AF_INET{,6} are dropped from logindYu Watanabe2018-05-241-0/+8
| | | | Closes #9072.
* NEWS: Warn about predictable network naming changesStuart Hayes2018-03-261-0/+9
|
* NEWS: fix typos in v238 section (#8369)Tomasz Torcz2018-03-061-3/+3
|
* NEWS: bump version and add contributorsZbigniew Jędrzejewski-Szmek2018-03-051-1/+20
|
* NEWS: update for v238Zbigniew Jędrzejewski-Szmek2018-03-051-0/+121
|
* doc: add a new doc/ directory, and move two markdown docs into themLennart Poettering2018-02-271-4/+4
| | | | | | | | | I figure sooneror later we'll have more of these docs, hence let's give them a clean place to be. This leaves NEWS and README/README.md as well as the LICENSE texts in the root directory of the project since that appears to be customary for Free Software projects.
* meson: add -Dmemory-accounting-default=true|falseZbigniew Jędrzejewski-Szmek2018-02-151-9/+9
| | | | | This makes it easy to set the default for distributions and users which want to default to off because they primarily use older kernels.
* pid1: turn memory accounting on by default nowLennart Poettering2018-02-091-0/+16
| | | | | | | | | | | After discussions with @htejun it appears it's OK now to enable memory accounting by default for all units without affecting system performance too badly. facebook has made good experiences with deploying memory accounting across their infrastructure. This hence turns MemoryAccounting= from opt-in to opt-out, similar to how TasksAccounting= is already handled. The other accounting options remain off, their performance impact is too big still.
* NEWS: add missing equal signZbigniew Jędrzejewski-Szmek2018-01-281-1/+1
| | | | Important!
* NEWS: reword one sentenceZbigniew Jędrzejewski-Szmek2018-01-281-4/+4
|
* NEWS: let's get this thing doneLennart Poettering2018-01-281-1/+12
|
* NEWS: mention --grep (#8029)Zbigniew Jędrzejewski-Szmek2018-01-281-0/+6
|
* NEWS: update NEWS again, we didn't release yesterday (#8027)Lennart Poettering2018-01-281-30/+35
| | | | Fix tons of whitespace issues, also add a sysusers.d/ change and update to contributors list again
* NEWS: typo fixThomas Hindoe Paaboel Andersen2018-01-281-1/+1
|
* Update NEWS to reflect changes made in #8020 (#8024)bleep_blop2018-01-271-5/+13
|
* NEWS: get ready for release today (#8019)Lennart Poettering2018-01-271-19/+21
|
* NEWS: add self to news file for this late commitJason A. Donenfeld2018-01-261-1/+1
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* News: some fixes and improvements (#8010)Clinton Roy2018-01-261-8/+8
| | | | | | * missing whitespace. * NEWS: some small fixes and improvements.
* NEWS: start putting together an entry for v237Lennart Poettering2018-01-251-0/+137
|
* tmpfiles: make "f" lines behaviour match what the documentation saysLennart Poettering2018-01-241-0/+12
| | | | | | | | | | | | | | | | | | | | CHANGE OF BEHAVIOUR — with this commit "f" line's behaviour is altered to match what the documentation says: if an "argument" string is specified it is written to the file only when the file didn't exist before. Previously, it would be appended to the file each time systemd-tmpfiles was invoked — which is not a particularly useful behaviour as the tool is not idempotent then and the indicated files grow without bounds each time the tool is invoked. I did some spelunking whether this change in behaviour would break things, but afaics nothing relies on the previous O_APPEND behaviour of this line type, hence I think it's relatively safe to make "f" lines work the way the docs say, rather than adding a new modifier for it or so. Triggered by: https://lists.freedesktop.org/archives/systemd-devel/2018-January/040171.html
* hwdb: map zoomin/out keys to up/downMartin Pitt2018-01-231-0/+9
| | | | | | | | | | | | | | | | | | | Some keyboards come with a zoom see-saw or rocker which until now got mapped to the Linux "zoomin/out" keys in hwdb. However, these keycodes are not recognized by any major desktop. They now produce Up/Down key events so that they can be used for scrolling. The internet is full of instructions how to "unbreak" these keys, e. g. https://askubuntu.com/questions/471802/make-the-zoom-slider-of-microsoft-natural-ergonomic-keyboard-4000-and-7000-scrol https://unix.stackexchange.com/questions/322075/how-to-get-ms-natural-ergonomic-4000-slider-work-on-linux-mint So let's make it official. But keep their physical meaning in comments in case desktops start to do something useful with them at some point. Thanks to Finn Christiansen for the original patch! Replaces #6953
* NEWS: fix typoZbigniew Jędrzejewski-Szmek2018-01-201-1/+1
|
* NEWS: add in a missing change back from 229 (#7804)Lennart Poettering2018-01-041-0/+7
| | | | | | See: https://lists.freedesktop.org/archives/systemd-devel/2017-July/039255.html http://fromthecodefront.blogspot.de/2017/07/systemd-pitfalls.html
* final v236 update (#7649)v236Lennart Poettering2017-12-141-19/+31
|
* NEWS: update NEWS again, and prepare for a release tomorrowLennart Poettering2017-12-141-18/+22
|
* core: add EXTEND_TIMEOUT_USEC={usec} - prevent timeouts in ↵Daniel Black2017-12-141-17/+23
| | | | | | | | | | | | | | | | | | | | startup/runtime/shutdown (#7214) With Type=notify services, EXTEND_TIMEOUT_USEC= messages will delay any startup/ runtime/shutdown timeouts. A service that hasn't timed out, i.e, start time < TimeStartSec, runtime < RuntimeMaxSec and stop time < TimeoutStopSec, may by sending EXTEND_TIMEOUT_USEC=, allow the service to continue beyond the limit for the execution phase (i.e TimeStartSec, RunTimeMaxSec and TimeoutStopSec). EXTEND_TIMEOUT_USEC= must continue to be sent (in the same way as WATCHDOG=1) within the time interval specified to continue to reprevent the timeout from occuring. Watchdog timeouts are also extended if a EXTEND_TIMEOUT_USEC is greater than the remaining time on the watchdog counter. Fixes #5868.
* NEWS: more updates for v236Lennart Poettering2017-12-111-23/+51
|
* NEWS: mention systemd-tmpfiles --user (#7574)Zbigniew Jędrzejewski-Szmek2017-12-071-7/+14
|
* NEWS: add missing whitespace (#7561)Christian Hesse2017-12-061-1/+1
|
* Fail on unknown (alphanumerical) specifiersZbigniew Jędrzejewski-Szmek2017-12-061-0/+7
| | | | | | | | | | | | | | | | | | | | | | | The code intentionally ignored unknown specifiers, treating them as text. This needs to change because otherwise we can never add a new specifier in a backwards compatible way. So just treat an unknown (potential) specifier as an error. In principle this is a break of backwards compatibility, but the previous behaviour was pretty much useless, since the expanded value could change every time we add new specifiers, which we do all the time. As a compromise for backwards compatibility, only fail on alphanumerical characters. This should cover the most cases where an unescaped percent character is used, like size=5% and such, which behave the same as before with this patch. OTOH, this means that we will not be able to use non-alphanumerical specifiers without breaking backwards compatibility again. I think that's an acceptable compromise. v2: - add NEWS entry v3: - only fail on alphanumerical
* NEWS: update the text a bit (#7524)Zbigniew Jędrzejewski-Szmek2017-12-011-53/+51
| | | | | | | This fixes various typos, removes some duplications, and adds a bit more detail in the few places which are potential pitfalls for users. Also change the way the paragraphs about new options begin, because having a paragraph saying "Two new options have been added", and then bit lower again "Two new options have been added" is confusing.
* NEWS: systemd-mount also support -G optionYu Watanabe2017-11-301-1/+1
|
* NEWS: fix typoYu Watanabe2017-11-301-1/+1
|
* NEWS: some preliminary work for v236 (#7519)Lennart Poettering2017-11-301-6/+151
| | | Totally not complete, but let's get this started.
* NEWS: fix minor error (#7399)Shawn Landden2017-11-211-1/+1
|
* NEWS: document the systemd-logind IP firewalling incompatibility (#7343)Lennart Poettering2017-11-161-0/+27
| | | Fixes: #7074
* NEWS: Add note about udev changes for /dev/kvm, /dev/dri/renderD*, and /dev/kfdTom Stellard2017-11-081-0/+4
|
* resolved: create private stub resolve file for /etc/resolv.conf integration ↵Dimitri John Ledkov2017-10-241-0/+8
| | | | | | | | | | | (#7014) This creates a second private resolve.conf file which lists the stub resolver and the resolved acquired search domains. This runtime file should be used as a symlink target for /etc/resolv.conf such that non-nss based applications can resolve search domains. Fixes: #7009