aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-17 03:37:12 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-17 03:37:12 +0000
commitf2705730eedcab4a1c46d535643bff115073765c (patch)
tree04ebf033f1246d2df5e52e649b18d1062eaea074 /chapter01
parent07312f6eec9cd6e0f5581bbf5720c8416cea70f2 (diff)
Remove reference to watch program not
supporting UTF-8 locales in the Bash Sheel Startup Files section. Fixes #2310. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8884 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 6aad91eee..65e8d82f8 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,13 @@
<para>2009-05-16</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Remove reference to watch program not
+ supporting UTF-8 locales in the Bash Sheel Startup
+ Files section.
+ Fixes
+ <ulink url="&lfs-ticket-root;2310">#2310</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Update gcc instruction explanations.
Thanks to Chris Staub for the patch.
Fixes