diff options
-rw-r--r-- | chapter01/changelog.xml | 19 | ||||
-rw-r--r-- | chapter05/bash-inst.xml | 10 |
2 files changed, 21 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d9d468398..cf8987a7e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,6 +6,21 @@ <itemizedlist> +<listitem><para>September 29th, 2002 [markh]: Chapter 05 - Bash: Correct +reference to Debian to refer to the old stable release (potato) as it +doesn't apply to the current one (woody). Reported by h2k1 on +#lfs.</para></listitem> + +<listitem><para>September 29th, 2002 [timothy]: Chapter 05 - GCC: Replaced +the nofixincludes patch (because it doesn't apply cleanly) with a sed +command.</para></listitem> + +</itemizedlist> + +<para>4.0-RC1 - September 28th, 2002</para> + +<itemizedlist> + <listitem><para>Upgraded to: <itemizedlist> <listitem><para>automake-1.6.3</para></listitem> @@ -61,10 +76,6 @@ </itemizedlist> </para></listitem> -<listitem><para>September 29th, 2002 [timothy]: Chapter 05 - GCC: Replaced -the nofixincludes patch (because it doesn't apply cleanly) with a sed -command.</para></listitem> - <listitem><para>September 28th, 2002 [gerard]: Chapter 05 - GCC: Added the nofixincludes patch to prevent that script from running in Chapter 05. It should run in Chapter 06, so we need it to be a seperate diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 97525bd11..59f14e23c 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -39,10 +39,12 @@ make[1]: *** [install] Error 1 make[1]: Leaving directory `/mnt/lfs/usr/src/bash-&bash-version;/doc' make: [install] Error 2 (ignored)</screen></blockquote> -<para>then that means that you are probably using Debian, and that you have an -old version of the texinfo package. This error is not severe by any means: the -info pages will be installed when we recompile bash dynamically in -Chapter 6, so you can ignore it.</para> +<para>then that means that you are probably using Debian-2.2 (potato), and +that you have an old version of the texinfo package. This error is not +severe by any means: the info pages will be installed when we recompile bash +dynamically in Chapter 6, so you can ignore it. It is reported that the +current release of Debian (3.0; also known as Woody) doesn't have this +problem.</para> </sect2> |