diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter05/introduction.xml | 11 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 11 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 1e0ccb9cc..1f7b0d47e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -123,6 +123,10 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>October 9, 2005 [matt]: Emphasise the fact that one must delete +the source directory after each package has been installed. Fixes bug 1638. +Thanks to Chris Staub.</para></listitem> + <listitem><para>October 8, 2005 [archaic]: Added patch to fix poor tempfile creation in Texinfo-4.8 that can lead to a symlink attack.</para></listitem> diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index 404ca5c87..6f82905a1 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -46,13 +46,12 @@ deprecated, but not invalid, use of the C or C++ syntax. C standards change fairly often, and some packages still use the older standard. This is not a problem, but does prompt the warning.</para> -<para>After installing each package, delete its source and build +<important><para>After installing each package, delete its source and build directories, unless specifically instructed otherwise. Deleting the -sources saves space and prevents mis-configuration when the same -package is reinstalled later. Only three of the packages need to -retain the source and build directories in order for their contents to -be used by later commands. Pay special attention to these -reminders.</para> +sources prevents mis-configuration when the same package is reinstalled later. +Only three of the packages need to retain the source and build directories in +order for their contents to be used by later commands. Pay special attention to +these reminders.</para></important> <para>Check one last time that the <envar>LFS</envar> environment variable is set up properly:</para> diff --git a/general.ent b/general.ent index e80e58bfc..c4b54cd75 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20051008"> -<!ENTITY releasedate "October 8, 2005"> +<!ENTITY version "SVN-20051009"> +<!ENTITY releasedate "October 9, 2005"> <!ENTITY milestone "6.2"> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> |