| Newsgroups |
gmane.linux.lfs.book |
| Message-ID |
<[email protected]> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch openrc
in repository lfs.
commit d15d53e8842ae370119fac5883542c3c0519699e
Author: Bruce Dubbs <[email protected]>
AuthorDate: Wed Mar 4 20:04:19 2026 -0600
LFS-13.0 released.
---
appendices/acknowledgments.xml | 36 ++++++++++++++++++------------------
chapter01/changelog.xml | 9 +++++++++
general.ent | 8 ++++----
index.xml | 4 ++--
prologue/bookinfo.xml | 7 +------
prologue/dedication.xml | 23 ++++++++++++++++++++++-
6 files changed, 56 insertions(+), 31 deletions(-)
diff --git a/appendices/acknowledgments.xml b/appendices/acknowledgments.xml
index 3d3f8bb69..e961af0c5 100644
--- a/appendices/acknowledgments.xml
+++ b/appendices/acknowledgments.xml
@@ -29,9 +29,8 @@
</listitem>
<listitem>
- <para><ulink url="mailto:[email protected]">Jim
- Gifford</ulink> <[email protected]> – CLFS Project
- Co-Leader</para>
+ <para><ulink url="mailto:[email protected]">Douglas R. Reno</ulink>
+ <[email protected]> – Systemd Editor</para>
</listitem>
<listitem>
@@ -39,16 +38,6 @@
<[email protected]> – BLFS Editor and ALFS Lead</para>
</listitem>
- <listitem>
- <para><ulink url="mailto:[email protected]">DJ Lucas</ulink>
- <[email protected]> – LFS and BLFS Editor</para>
- </listitem>
-
- <listitem>
- <para><ulink url="mailto:[email protected]">Ken Moffat</ulink>
- <[email protected]> – BLFS Editor</para>
- </listitem>
-
<listitem>
<para>Countless other people on the various LFS and BLFS mailing lists
who helped make this book possible by giving their suggestions, testing
@@ -325,6 +314,12 @@
LFS/BLFS/HLFS XML and XSL Maintainer</para>
</listitem>
+ <listitem>
+ <para><ulink url="mailto:[email protected]">Jim
+ Gifford</ulink> <[email protected]> – CLFS Project
+ Co-Leader</para>
+ </listitem>
+
<listitem>
<para>Alex Groenewoud – LFS Technical Writer</para>
</listitem>
@@ -363,12 +358,22 @@
Backend-Scripts Maintainer</para>
</listitem>
+ <listitem>
+ <para><ulink url="mailto:[email protected]">DJ Lucas</ulink>
+ <[email protected]> – LFS and BLFS Editor</para>
+ </listitem>
+
<listitem>
<para><ulink url="mailto:[email protected]">Randy
McMurchy</ulink> <[email protected]> – BLFS
Project Leader, LFS Editor</para>
</listitem>
+ <listitem>
+ <para><ulink url="mailto:[email protected]">Ken Moffat</ulink>
+ <[email protected]> – BLFS Editor</para>
+ </listitem>
+
<listitem>
<para><ulink url="mailto:[email protected]">Dan
Nicholson</ulink> <[email protected]> – LFS and
@@ -392,11 +397,6 @@
Gateway Maintainer</para>
</listitem>
- <listitem>
- <para><ulink url="mailto:[email protected]">Douglas R. Reno</ulink>
- <[email protected]> – Systemd Editor</para>
- </listitem>
-
<listitem>
<para><ulink url="mailto:[email protected]">Ryan
Oliver</ulink> <[email protected]> – CLFS Project
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 0f030fff8..053a7f25f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,15 @@
appropriate for the entry or if needed the entire day's listitem.
-->
+ <listitem>
+ <para>2026-03-05</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - LFS-13.0 released.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem>
<para>2026-02-27</para>
<itemizedlist>
diff --git a/general.ent b/general.ent
index 574b246ef..f18a36f33 100644
--- a/general.ent
+++ b/general.ent
@@ -1,14 +1,14 @@
<!-- Editing up to the line of ==== should be enough
to generate a book for development, release, or rc-->
-<!ENTITY % development "INCLUDE"><!-- set to INCLUDE for development,
+<!ENTITY % development "IGNORE"><!-- set to INCLUDE for development,
set to IGNORE for release or rc -->
-<!ENTITY % release "IGNORE"> <!-- set to INCLUDE for release,
+<!ENTITY % release "INCLUDE"> <!-- set to INCLUDE for release,
set to IGNORE for development or rc -->
<!ENTITY % rc "IGNORE"> <!-- set to INCLUDE for rc,
set to IGNORE for development or
release -->
-<!ENTITY % relnum "12.3"><!-- must be given for release or rc -->
-<!ENTITY % reldate "March 5th, 2025"><!-- must ve given for release or rc -->
+<!ENTITY % relnum "13.0"><!-- must be given for release or rc -->
+<!ENTITY % reldate "March 5th, 2026"><!-- must ve given for release or rc -->
<!ENTITY % crdate "1999-2026"><!-- must ve given for release or rc -->
<!ENTITY % rcnum "0"><!-- must be given only for rc -->
<!-- ================================================================== -->
diff --git a/index.xml b/index.xml
index a3efa2a5d..4fb2ecb54 100644
--- a/index.xml
+++ b/index.xml
@@ -7,9 +7,9 @@
<!-- Another test -->
<!-- Another test -->
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prologue/bookinfo.xml"/>
-<!--
+
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prologue/dedication.xml"/>
--->
+
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="prologue/preface.xml"/>
<part id="part1">
diff --git a/prologue/bookinfo.xml b/prologue/bookinfo.xml
index 744df848e..ef518c536 100644
--- a/prologue/bookinfo.xml
+++ b/prologue/bookinfo.xml
@@ -20,15 +20,10 @@
<surname>Dubbs</surname>
</author>
- <author revision="systemd">
+ <author>
<firstname>Editor: Douglas R.</firstname>
<surname>Reno</surname>
</author>
-
- <author revision="systemd">
- <firstname>Editor: DJ</firstname>
- <surname>Lucas</surname>
- </author>
</authorgroup>
<copyright id="copyright">
diff --git a/prologue/dedication.xml b/prologue/dedication.xml
index 17d00b35e..e5be8aecd 100644
--- a/prologue/dedication.xml
+++ b/prologue/dedication.xml
@@ -7,5 +7,26 @@
<dedication>
<title>Dedication</title>
- <para>This book is dedicated</para>
+ <para>This book is dedicated to Ken Moffat.</para>
+
+ <para>
+ Ken Moffat first posted to the LFS mailing lists on May 19th, 2001.
+ There he discussed building LFS from the previous February. In
+ the last 25 years Ken became an editor and active on the mailing
+ lists, always willing to help.
+ </para>
+
+ <para>
+ One of Ken's avid interests was computer fonts. To that end he created
+ a website that is still active at
+ <ulink url="https://typosetting.linuxfromscratch.org/"/>.
+ He was also the editor who spearheaded the security advisories and he
+ took care of countless security updates and problems during his
+ time as an editor.
+ </para>
+
+ <para>
+ Ken passed away on June 26th, 2025. He is missed.
+ </para>
+
</dedication>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page