summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAge
* 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
|
* NEWS: add contributors listLennart Poettering2015-02-13
|
* NEWS: begin collecting news items for 219Lennart Poettering2015-02-12
|
* treewide: fix multiple typosTorstein Husebø2015-01-26
|
* tree-wide: spelling fixesVeres Lajos2014-12-30
| | | | | | | https://github.com/vlajos/misspell_fixer https://github.com/torstehu/systemd/commit/b6fdeb618cf2f3ce1645b3315f15f482710c7ffa Thanks to Torstein Husebo <torstein@huseboe.net>.
* NEWS: minor wording improvementLennart Poettering2014-12-10
|
* NEWS: update contributors listLennart Poettering2014-12-10
|
* NEWS: fix typosRonny Chevalier2014-12-10
|
* NEWS: add contributors listLennart Poettering2014-12-10
|
* NEWS: prepare NEWS for new releaseLennart Poettering2014-12-10
|
* NEWS: Document new .conf.d configuration directoriesJosh Triplett2014-11-30
| | | | | Also provide guidance to distributions, to make sure they don't start dropping files in the configuration directories in /etc/.
* localed: validate xkb keymapsDavid Herrmann2014-11-24
| | | | | | | | | | | Introduce a new optional dependency on libxkbcommon for systemd-localed. Whenever the x11 keymap settings are changed, use libxkbcommon to compile the keymap. If the compilation fails, print a warning so users will get notified. On compilation failure, we still update the keymap settings for now. This patch just introduces the xkbcommon infrastructure to have keymap validation in place. We can later decide if/how we want to enforce this.
* s/command-line/command line/gLennart Poettering2014-11-06
| | | | | | | | | | A follow-up to: commit 3f85ef0f05ffc51e19f86fb83a1c51e8e3cd6817 Author: Harald Hoyer <harald@redhat.com> Date: Thu Nov 6 15:33:48 2014 +0100 s/commandline/command line/g
* systemd-journal-flush.service: remove "trigger" from descriptionZbigniew Jędrzejewski-Szmek2014-11-01
| | | | This service is now synchronous, so "trigger" is misleading.
* man: explain journalctl --flush correctlyUmut Tezduyar Lindskog2014-11-01
|
* Use log "level" instead of "priority"Zbigniew Jędrzejewski-Szmek2014-11-01
| | | | | | | | | | | | The term "priority" is misleading because higher levels have lower priority. "Level" is clearer and shorter. This commit touches only the textual descriptions, not function and variable names themselves. "Priority" is used in various command-line switches and protocol constants, so completly getting rid of "priority" is hard. I also left "priority" in various places where the clarity suffered when it was removed.
* NEWS: well, it's Options= now, not Discard=Lennart Poettering2014-10-28
|
* update NEWSLennart Poettering2014-10-28
|
* NEWS: fix typosRonny Chevalier2014-10-28
|
* NEWS: updateKay Sievers2014-10-28
|
* NEWSTom Gundersen2014-10-28
|
* update NEWSLennart Poettering2014-10-28
|
* update NEWSLennart Poettering2014-10-28
|
* NEWS: add contributor list in preparation for 217 releaseLennart Poettering2014-10-28
|
* update NEWSLennart Poettering2014-10-28
|
* sd-login: let's not needlessly yell at usersLennart Poettering2014-10-28
| | | | | | While GNOME/KDE are generally capitalized, systemd tools generally are not, hence let's not start doing so in the XDG_CURRENT_SESSION environment variable.
* login: remove multi-seat-xTimofey Titovets2014-10-28
|
* Update NEWSLennart Poettering2014-10-28
|
* core: remove system start timeout logic againLennart Poettering2014-10-28
| | | | | | | | | | | | The system start timeout as previously implemented would get confused by long-running services that are included in the initial system startup transaction for example by being cron-job-like long-running services triggered immediately at boot. Such long-running jobs would be subject to the default 15min timeout, esily triggering it. Hence, remove this again. In a subsequent commit, introduce per-target job timeouts instead, that allow us to control these timeouts more finegrained.
* update NEWSLennart Poettering2014-10-27
|
* NEWS: more preparations for 217Lennart Poettering2014-10-24
|
* sysctl.d: default to fq_codel, fight bufferbloatMichal Schmidt2014-10-20
| | | | | | | | | | | | | | | | | | | | Quoting from Jon Corbet's report of Stephen Hemminger's talk at Linux Plumbers Conference 2014 (https://lwn.net/Articles/616241/): [...] So Stephen encouraged everybody to run a command like: sysctl -w net.core.default_qdisc=fq_codel That will cause fq_codel to be used for all future connections [Qdiscs apply to interfaces, not connections. Pointed out by TomH in the article comments. -- mschmidt] (up to the next reboot). Unfortunately, the default queuing discipline cannot be changed, since it will certainly disturb some user's workload somewhere. Let's have the recommended default in systemd. Thanks to Dave Täht for advice and the summary at https://lists.bufferbloat.net/pipermail/cerowrt-devel/2014-October/003701.html
* NEWS: don't mention noinst_* debug programsDavid Herrmann2014-10-11
| | | | | | | systemd-evcat and systemd-modeset are not installed systemd wide and should really just be used by developers to test the libsystemd-terminal features. No reason to mention it in NEWS.. despite the undulating rainbows..
* NEWS: update for 217Zbigniew Jędrzejewski-Szmek2014-10-07
|
* Fix a few more typosRuben Kerkhof2014-08-30
|
* NEWS: Fix typos.Ansgar Burchardt2014-08-26
|
* update NEWSLennart Poettering2014-08-20
|
* NEWSTom Gundersen2014-08-19
|