aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01/changelog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r--chapter01/changelog.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index af167ff82..6fa7a953e 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -123,6 +123,11 @@ into one line.
</para></listitem>
<listitem><para>
+Chapter 6: Changed all "rm file && ln -s dest file" into
+"ln -sf file" (in glibc, bzip2 and gzip installation).
+</para></listitem>
+
+<listitem><para>
Chapter 7: Fixed the delays in the killproc function in the functions
script. Now after kill, first check PIDs, then sleep 2 if needed. More
details can be read in the comments in the script itself.