diff options
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2379bbb0c..76853e02f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -78,6 +78,11 @@ </itemizedlist> </para></listitem> +<listitem><para>May 13th, 2003 [gerard]: Chapter 06: When we +<userinput>exec /path/to/bash --login</userinput>, also run <userinput>set ++h</userinput> to keep the hashing option turned off. Fixes bug +#531</para></listitem> + <listitem><para>May 13th, 2003 [gerard]: Chapter 06 - Basic Network: Changed the single quotes to double quotes in the echo command. Without it, $(hostname) won't expand which defeats the sole purpose of this command - |