summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAge
* 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
* final v236 update (#7649)Lennart Poettering2018-05-30
|
* NEWS: update NEWS again, and prepare for a release tomorrowLennart Poettering2018-05-30
|
* core: add EXTEND_TIMEOUT_USEC={usec} - prevent timeouts in ↵Daniel Black2018-05-30
| | | | | | | | | | | | | | | | | | | | | 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.
* Prep v236: Update root level filesSven Eden2018-03-12
|
* build-sys: change all HAVE_DECL_ macros to HAVE_Zbigniew Jędrzejewski-Szmek2017-11-22
| | | | | | | This is a legacy of autotools, where one detection routine used a different prefix then the others. $ git grep -e HAVE_DECL_ -l|xargs sed -i s/HAVE_DECL_/HAVE_/g
* Prep v235: Updated root files to upstreamSven Eden2017-11-19
|
* Prep v235: Updated root files to upstream commit 7a0019dSven Eden2017-08-10
|
* Prep v234: Update root build files to upstream.Sven Eden2017-07-25
|
* Prep v233: Update root build files to upstream versionSven Eden2017-07-17
|
* Prep v232: Update root and build files to upstream v232 tag.Sven Eden2017-07-05
|
* Prep v231: Update build root files to upstreamSven Eden2017-06-16
|
* Prep v230: Apply missing upstream fixes and updates (1/8) root build files.Sven Eden2017-06-16
|
* Prep v229: Update core build files to upstreamSven Eden2017-05-17
|
* Prep v228: Update base files to upstream version.Sven Eden2017-04-26
|
* Update Build filesSven Eden2017-03-29
|
* Prep v226: Sync build files with upstreamSven Eden2017-03-14
|
* Prep v225: Sync build files with upstreamSven Eden2017-03-14
|
* Prep v224: Sync root build files with upstreamSven Eden2017-03-14
|
* Prep v223: Sync basic build system with upstream.Sven Eden2017-03-14
|
* Prep v220: Update non-critical root files to the upstream versions.Sven Eden2017-03-14
|
* Prep v221: Update and clean up build system to sync with upstreamSven Eden2017-03-14
| | | | | | | | | | | | | | This commit replays the moving around of source files that have been done between systemd-219 and systemd-221. Further the Makefile.am is synchronized with the upstream version and then "re-cleaned". A lot of functions, that are not used anywhere in elogind have been coated into #if 0/#endif directives to further shorten the list of dependencies. All unneeded files have been removed.
* Merge remaining elogind/master root files of the systemd upstream tag 'v220'Sven Eden2017-03-14
|
* NEWS: typo fixesThomas Hindoe Paaboel Andersen2015-02-16
|
* NEWS: fix typoLennart Poettering2015-02-16
|
* update NEWSLennart Poettering2015-02-16
|