diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-05-03 21:28:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-05-03 21:28:38 +0000 |
commit | 5897639a63b476759f18df9496b5d8d8844372fc (patch) | |
tree | f88816cb67915bd77cec138d66c0f3c857220f4f /chapter01 | |
parent | 22c4f872869ccd36002f56b84548f04eca0096ba (diff) |
Fix a problem with glibc tests and add some explanations to i
the configure options.
Add a command to touch /root/.vimrc so that the default vim
options don't override those in /etc/vimrc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11240 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index da54a8765..4bc0674af 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,21 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2017-05-03</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Fix a problem with glibc tests and + add some explanations to the configure options.</para> + </listitem> + <listitem> + <para>[bdubbs] - Add a command to touch /root/.vimrc + so that the default vim options don't override those + in /etc/vimrc.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2017-05-01</para> <itemizedlist> <listitem> |