diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-06-12 18:43:57 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-06-12 18:43:57 +0000 |
commit | d1d90532e8f9719ba1d70353fa2adbd916afb5a3 (patch) | |
tree | e3fef578b69ea3bd1933b314418469ee5ba1fdd5 | |
parent | 6c347378fd11b83eace8ff5d6dd4b698c830f209 (diff) |
Update to dbus-1.12.16
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11616 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 14 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 | ||||
-rw-r--r-- | general.ent | 6 | ||||
-rw-r--r-- | packages.ent | 6 |
4 files changed, 20 insertions, 10 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ab195f2a0..43e46e17d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,13 +42,23 @@ <listitem revision="sysv"> or <listitem revision="systemd"> as appropriate for the entry or if needed the entire day's listitem. --> + <listitem revision="systemd"> + <para>2019-06-12</para> + <itemizedlist> + <listitem> + <para>[renodr] - Update to dbus-1.12.16. Fixes + <ulink url="&lfs-ticket-root;4470">#4470</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> <listitem> <para>2019-06-08</para> <itemizedlist> <listitem> - <para>Make it so that the instructions for removing symlinks before building - Util-Linux in Chapter 6 are only visible in systemd.</para> + <para>[renodr] - make it so that the instructions for removing + symlinks before building Util-Linux in Chapter 6 are only visible + in systemd.</para> </listitem> </itemizedlist> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 5ad73df1d..fb29e7932 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -62,9 +62,9 @@ <!--<listitem> <para>DejaGNU-&dejagnu-version;</para> </listitem>--> - <!--<listitem revision="systemd"> + <listitem revision="systemd"> <para>D-Bus-&dbus-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Diffutils-&diffutils-version;</para> </listitem>--> diff --git a/general.ent b/general.ent index 926dc346b..163205c49 100644 --- a/general.ent +++ b/general.ent @@ -1,13 +1,13 @@ -<!ENTITY version "SVN-20190608"> +<!ENTITY version "SVN-20190612"> <!ENTITY short-version "svn"> <!-- Used below in &blfs-book; Change to x.y for release but not -rc releases --> <!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" --> -<!ENTITY versiond "20190608-systemd"> +<!ENTITY versiond "20190612-systemd"> <!ENTITY short-versiond "systemd"> <!ENTITY generic-versiond "systemd"> -<!ENTITY releasedate "June 8, 2019"> +<!ENTITY releasedate "June 12, 2019"> <!ENTITY copyrightdate "1999-2019"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "8.5"> diff --git a/packages.ent b/packages.ent index 1367ed6f3..cde251e66 100644 --- a/packages.ent +++ b/packages.ent @@ -118,10 +118,10 @@ <!ENTITY coreutils-ch6-du "190 MB"> <!ENTITY coreutils-ch6-sbu "2.6 SBU"> -<!ENTITY dbus-version "1.12.12"> -<!ENTITY dbus-size "2,029 KB"> +<!ENTITY dbus-version "1.12.16"> +<!ENTITY dbus-size "2,048 KB"> <!ENTITY dbus-url "https://dbus.freedesktop.org/releases/dbus/dbus-&dbus-version;.tar.gz"> -<!ENTITY dbus-md5 "ea11069521beeee4e47f0086596a43c8"> +<!ENTITY dbus-md5 "2dbeae80dfc9e3632320c6a53d5e8890"> <!ENTITY dbus-home "https://www.freedesktop.org/wiki/Software/dbus"> <!ENTITY dbus-ch6-du "18 MB"> <!ENTITY dbus-ch6-sbu "0.2 SBU"> |