diff options
-rw-r--r-- | chapter01/changelog.xml | 32 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 32 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 90cbd70ed..465a79660 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,34 @@ </listitem> --> <listitem> + <para>2014-06-29</para> + <itemizedlist> + <listitem> + <para>[krejzi] - Merged LFS SVN-20140628.</para> + </listitem> + <listitem> + <para>[krejzi] - Removed LTO hacks from systemd + page since they are not necessary anymore.</para> + </listitem> + <listitem> + <para>[krejzi] - Updated to D-Bus 1.8.4.</para> + </listitem> + <listitem> + <para>[krejzi] - Rewrote Network Configuration to + use systemd-networkd.</para> + </listitem> + <listitem> + <para>[krejzi] - Removed lfs-network-scripts.</para> + </listitem> + <listitem> + <para>[krejzi] - Added "Systemd Usage and Configuration" page + to chapter 7. Thanks to Bruce Dubbs for writing the original + version.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2014-06-28</para> <itemizedlist> <listitem> @@ -431,7 +459,7 @@ <para>2014-04-12</para> <itemizedlist> <listitem> - <para>[krejzi] - Merge LFS SVN-20140408 book.</para> + <para>[krejzi] - Merged LFS SVN-20140408.</para> </listitem> </itemizedlist> </listitem> @@ -514,7 +542,7 @@ <para>2014-03-14</para> <itemizedlist> <listitem> - <para>[krejzi] - Merge LFS SVN-20140312 book.</para> + <para>[krejzi] - Merged LFS SVN-20140312.</para> </listitem> <listitem> <para>[krejzi] - Update to systemd-211.</para> diff --git a/general.ent b/general.ent index 83af485e7..eaef976f4 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ -<!ENTITY version "20140623-systemd"> +<!ENTITY version "20140629-systemd"> <!ENTITY short-version "svn"> <!-- Used in dbus chapter, change to x.y for release --> -<!ENTITY releasedate "June 23, 2014"> +<!ENTITY releasedate "June 29, 2014"> <!ENTITY copyrightdate "1999-2014"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.6"> <!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |