diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-31 21:25:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-31 21:25:42 +0000 |
commit | 5f28defe66b1c5875e8531502c25d4198642dba7 (patch) | |
tree | e48e2c67d160c7f1ba2198adc46a217327931d3b /chapter01 | |
parent | 4519609261c3f1fba5b0055e16f248704c76b026 (diff) |
Adjust discussion of LFS envronment variable to be before first use.
Use --with-glibc-version=2.11 in gcc-pass1.
Update to dejagnu-1.5.3.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 17 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 19 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 80c5d692c..fbdaf7880 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,23 @@ --> <listitem> + <para>2015-03-31</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Adjust discussion of LFS envronment variable to be + before first use.</para> + </listitem> + <listitem> + <para>[bdubbs] - Use --with-glibc-version=2.11 in gcc-pass1.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to dejagnu-1.5.3. Fixes + <ulink url="&lfs-ticket-root;3773">#3773</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2015-03-28</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 3579b30f6..b22248f8c 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -55,9 +55,9 @@ <!--<listitem> <para>Coreutils &coreutils-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>DejaGNU &dejagnu-version;</para> - </listitem>--> + </listitem> <!--<listitem> <para>Diffutils &diffutils-version;</para> </listitem>--> |