diff options
-rw-r--r-- | chapter01/changelog.xml | 13 | ||||
-rw-r--r-- | chapter06/e2fsprogs.xml | 5 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 20 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0c8fcaf7a..77404697f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,19 @@ --> <listitem> + <para>2010-02-21</para> + <itemizedlist> + <listitem> + <para>[bdubbs] Fix an error in e2fsprogs. Fixes + <ulink url="&lfs-ticket-root;2586">#2586</ulink>.</para> + </listitem> + <listitem> + <para>[matthew] Tag for lfs-6.6-rc2.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2010-02-19</para> <itemizedlist> <listitem> diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 4c851a02f..a1800b8e8 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -44,6 +44,11 @@ <sect2 role="installation"> <title>Installation of E2fsprogs</title> + <para>First fix a programming error:</para> + +<screen><userinput remap="configure">sed -i -e '74i\ + new_table->readline_shutdown = 0;' lib/ss/invocation.c</userinput></screen> + <para>The E2fsprogs documentation recommends that the package be built in a subdirectory of the source tree: </para> diff --git a/general.ent b/general.ent index cb1147234..dff4445d6 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ -<!ENTITY version "SVN-201002019"> -<!ENTITY releasedate "February 19, 2010"> +<!ENTITY version "SVN-201002021"> +<!ENTITY releasedate "February 21, 2010"> <!ENTITY copyrightdate "1999-2010"><!-- jhalfs needs a literal dash, not – --> <!ENTITY milestone "7.0"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |