summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)Author
2015-07-06NEWS: mention ipv6 privacy extensionsDavid Herrmann
2015-07-05NEWS: updateKay Sievers
2015-07-05NEWS: mention accelerometer removal for 222David Herrmann
Add NEWS entry for 222 and mention the removal of the udev accelerometer. iio-sensor-proxy-1.0 is required if you want orientation data to still work.
2015-06-19NEWS: update contributors list and dateLennart Poettering
2015-06-18NEWS: typo fixesThomas Hindoe Paaboel Andersen
2015-06-18NEWS: fix typoRonny Chevalier
2015-06-18NEWS: updateKay Sievers
2015-06-18NEWS: prepare for v221Lennart Poettering
2015-05-28systemctl: drop hardcoded chkconfig invocationMartin Pitt
Introduce /usr/lib/systemd/systemd-sysv-install [--root=] <action> <name> abstraction, replacing the direct calling of chkconfig. This allows distributions to call their specific tools like update-rc.d without patching systemd. Ship systemd-sysv-install.SKELETON as an example for packagers how to implement this. Drop the --enable-chkconfig configure option. Document this in README and point to it in NEWS.
2015-05-26treewide: fix typosTorstein Husebø
2015-05-22NEWS: fix dateLennart Poettering
Ah, bummer, it's tagged an now I realize I didn't fix the date. Let's do so now, post-commit.
2015-05-21NEWS: add note about gudevDavid Herrmann
gudev has been extracted into a separate repository managed by the gnome project. See the announcement thread on systemd-devel for more: http://lists.freedesktop.org/archives/systemd-devel/2015-May/032070.html
2015-05-21NEWS: fix sd-boot to systemd-bootDavid Herrmann
We renamed sd-boot to systemd-boot directly after merging it, to stay conform to all the other systemd binaries.
2015-05-21NEWS: fix typo and expand abbreviationZbigniew Jędrzejewski-Szmek
2015-05-21NEWS: document the IPForward= confusionLennart Poettering
2015-05-21NEWS: start collecting items for v220Lennart Poettering
2015-02-16NEWS: typo fixesThomas Hindoe Paaboel Andersen
2015-02-16NEWS: fix typoLennart Poettering
2015-02-16update NEWSLennart Poettering
2015-02-13NEWS: add contributors listLennart Poettering
2015-02-12NEWS: begin collecting news items for 219Lennart Poettering
2015-01-26treewide: fix multiple typosTorstein Husebø
2014-12-30tree-wide: spelling fixesVeres Lajos
https://github.com/vlajos/misspell_fixer https://github.com/torstehu/systemd/commit/b6fdeb618cf2f3ce1645b3315f15f482710c7ffa Thanks to Torstein Husebo <torstein@huseboe.net>.
2014-12-10NEWS: minor wording improvementLennart Poettering
2014-12-10NEWS: update contributors listLennart Poettering
2014-12-10NEWS: fix typosRonny Chevalier
2014-12-10NEWS: add contributors listLennart Poettering
2014-12-10NEWS: prepare NEWS for new releaseLennart Poettering
2014-11-30NEWS: Document new .conf.d configuration directoriesJosh Triplett
Also provide guidance to distributions, to make sure they don't start dropping files in the configuration directories in /etc/.
2014-11-24localed: validate xkb keymapsDavid Herrmann
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.
2014-11-06s/command-line/command line/gLennart Poettering
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
2014-11-01systemd-journal-flush.service: remove "trigger" from descriptionZbigniew Jędrzejewski-Szmek
This service is now synchronous, so "trigger" is misleading.
2014-11-01man: explain journalctl --flush correctlyUmut Tezduyar Lindskog
2014-11-01Use log "level" instead of "priority"Zbigniew Jędrzejewski-Szmek
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.
2014-10-28NEWS: well, it's Options= now, not Discard=Lennart Poettering
2014-10-28update NEWSLennart Poettering
2014-10-28NEWS: fix typosRonny Chevalier
2014-10-28NEWS: updateKay Sievers
2014-10-28NEWSTom Gundersen
2014-10-28update NEWSLennart Poettering
2014-10-28update NEWSLennart Poettering
2014-10-28NEWS: add contributor list in preparation for 217 releaseLennart Poettering
2014-10-28update NEWSLennart Poettering
2014-10-28sd-login: let's not needlessly yell at usersLennart Poettering
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.
2014-10-28login: remove multi-seat-xTimofey Titovets
2014-10-28Update NEWSLennart Poettering
2014-10-28core: remove system start timeout logic againLennart Poettering
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.
2014-10-27update NEWSLennart Poettering
2014-10-24NEWS: more preparations for 217Lennart Poettering
2014-10-20sysctl.d: default to fq_codel, fight bufferbloatMichal Schmidt
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