diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-10-15 19:21:52 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-10-15 19:21:52 +0000 |
commit | 92204706b00eb0171753ea368bae77f2a1b3c390 (patch) | |
tree | 2a6608524af48ea20c13daaa38e67136efd8835d /chapter01 | |
parent | 4476fba0b98ff83505108eddb373461ddc000849 (diff) |
Update to D-Bus-1.10.24. Fixes #4143.
Update to Systemd-235. Fixes #4147.
Create /lib/systemd/systemd-user-sessions script to allow user login without systemd-logind.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 804b65cf0..a6522a279 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -45,6 +45,20 @@ <listitem> <para>2017-10-15</para> <itemizedlist> + <listitem revision="systemd"> + <para>[dj] - Update to D-Bus-1.10.24. Fixes + <ulink url="&lfs-ticket-root;4143">#4143</ulink>.</para> + </listitem> + <listitem revision="systemd"> + <para>[dj] - Update to Systemd-235. Fixes + <ulink url="&lfs-ticket-root;4147">#4147</ulink>.</para> + </listitem> + <listitem revision="systemd"> + <para>[dj] - Create a simple replacement for + <filename>/lib/systemd/systemd-user-sessions</filename>, to enable + uprivileged user logins without + <application>systemd-logind</application>.</para> + </listitem> <listitem> <para>[bdubbs] - Add optional patch to ninja.</para> </listitem> |