diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4df3b4c8e..9d6fc94d1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,9 @@ <para>2015-02-19</para> <itemizedlist> <listitem> + <para>[krejzi] - LFS-7.7-systemd-rc1 released.</para> + </listitem> + <listitem> <para>[bdubbs] - Update to util-linux-2.26. Fixes <ulink url="&lfs-ticket-root;3734">#3734</ulink>.</para> </listitem> diff --git a/general.ent b/general.ent index d12ba058b..492746382 100644 --- a/general.ent +++ b/general.ent @@ -1,9 +1,9 @@ -<!ENTITY version "20150219-systemd"> +<!ENTITY version "7.7-systemd-rc1"> <!ENTITY short-version "systemd"> <!-- Used in dbus chapter, change to x.y for release --> <!ENTITY releasedate "February 19, 2015"> <!ENTITY copyrightdate "1999-2015"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.7"> -<!ENTITY generic-version "systemd"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> +<!ENTITY generic-version "7.7-systemd-rc1"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY blfs-root "&lfs-root;blfs/"> |