summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAge
* final touches to NEWSLennart Poettering2018-08-24
|
* NEWS: mention 'timedatectl show'Yu Watanabe2018-08-24
|
* NEWS: mention %EZbigniew Jędrzejewski-Szmek2018-08-24
|
* NEWS: mention ConditionSecurity=uefi-securebootZbigniew Jędrzejewski-Szmek2018-08-24
| | | | Follow-up for be405b909e5d78b43e3af47e0d10cd84c714e2f3.
* NEWS: document that the BLS is now part of our treeLennart Poettering2018-08-24
|
* update NEWS contributors list againLennart Poettering2018-08-24
|
* units: make system-update-pre.target a passive unit (#9349)Lennart Poettering2018-08-24
| | | | | | | This is an additional synchronization point normally not needed. Hence, let's make it passive, i.e. pull it in from the unit which wants to be ordered before the update service rather than by the update service itself.
* update NEWSLennart Poettering2018-08-24
|
* NEWS: rework the description of device naming changesZbigniew Jędrzejewski-Szmek2018-08-24
| | | | | | | We really should try to be as precise as possible here. Saying "your interfaces might be renamed" scares the shit of out people, for obvious reasons. This change only touches some niche cases fortunately, let's make this clear.
* NEWS: update contributor list to current gitLennart Poettering2018-08-24
|
* resolve: rename PrivateDNS to DNSOverTLSIwan Timmer2018-08-24
| | | | PrivateDNS is not considered a good name for this option, so rename it to DNSOverTLS
* NEWS: add an example that actually appliesLennart Poettering2018-08-24
|
* NEWS: the tool is called resolvconf, without the inner eLennart Poettering2018-08-24
|
* NEWS: break lines with emacs once moreLennart Poettering2018-08-24
| | | | Let's follow the line break rules our .dir-locals.el file defines
* NEWS: some .mailmap work to clean up contributors listLennart Poettering2018-08-24
|
* NEWS: add more newsYu Watanabe2018-08-24
|
* NEWS: announce DNS-over-TLS tooLennart Poettering2018-08-24
|
* update NEWS with new PrivateMounts= blurbLennart Poettering2018-08-24
|
* NEWS: announce DNS-over-TLS tooLennart Poettering2018-08-24
|
* NEWS: typo fixesMichael Biebl2018-08-24
|
* NEWS: mention "bad-setting" load state and other small additionsZbigniew Jędrzejewski-Szmek2018-08-24
|
* NEWS, CODE_QUALITY: wording fixesZbigniew Jędrzejewski-Szmek2018-08-24
| | | | No additions, just moving stuff around and wording cleanups.
* prepare an initial NEWS file for v239Lennart Poettering2018-08-24
|
* NEWS: add note about --runtimeZbigniew Jędrzejewski-Szmek2018-08-24
|
* update NEWS to explain new OnFailure= behaviourLennart Poettering2018-08-24
|
* tree-wide: fix typo in comments and NEWSYu Watanabe2018-08-24
|
* doc: mention RestrictNamespaces= merges multiple assignment nowYu Watanabe2018-08-24
| | | | Follow-up for #8817.
* doc: mention in NEWS that AF_INET{,6} are dropped from logindYu Watanabe2018-08-24
| | | | Closes #9072.
* NEWS: Warn about predictable network naming changesStuart Hayes2018-08-24
|
* NEWS: fix typos in v238 section (#8369)Tomasz Torcz2018-06-28
| | | | (cherry picked from commit 07a35e846b7986d3c02eca99fa291f6869035c58)
* NEWS: bump version and add contributorsZbigniew Jędrzejewski-Szmek2018-05-30
|
* NEWS: update for v238Zbigniew Jędrzejewski-Szmek2018-05-30
|
* doc: add a new doc/ directory, and move two markdown docs into themLennart Poettering2018-05-30
| | | | | | | | | 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-05-30
| | | | | 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-05-30
| | | | | | | | | | | 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-05-30
| | | | Important!
* NEWS: reword one sentenceZbigniew Jędrzejewski-Szmek2018-05-30
|
* NEWS: let's get this thing doneLennart Poettering2018-05-30
|
* NEWS: mention --grep (#8029)Zbigniew Jędrzejewski-Szmek2018-05-30
|
* NEWS: update NEWS again, we didn't release yesterday (#8027)Lennart Poettering2018-05-30
| | | | | Fix tons of whitespace issues, also add a sysusers.d/ change and update to contributors list again
* NEWS: typo fixThomas Hindoe Paaboel Andersen2018-05-30
|
* Update NEWS to reflect changes made in #8020 (#8024)bleep_blop2018-05-30
|
* NEWS: get ready for release today (#8019)Lennart Poettering2018-05-30
|
* NEWS: add self to news file for this late commitJason A. Donenfeld2018-05-30
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* News: some fixes and improvements (#8010)Clinton Roy2018-05-30
| | | | | | * missing whitespace. * NEWS: some small fixes and improvements.
* NEWS: start putting together an entry for v237Lennart Poettering2018-05-30
|
* tmpfiles: make "f" lines behaviour match what the documentation saysLennart Poettering2018-05-30
| | | | | | | | | | | | | | | | | | | | 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-05-30
| | | | | | | | | | | | | | | | | | | 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-05-30
|
* NEWS: add in a missing change back from 229 (#7804)Lennart Poettering2018-05-30
| | | | | | | See: https://lists.freedesktop.org/archives/systemd-devel/2017-July/039255.html http://fromthecodefront.blogspot.de/2017/07/systemd-pitfalls.html