diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-12 22:26:58 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-09-12 22:26:58 +0000 |
commit | 550485bea4e77e4a81b89fb184ede52fe3506480 (patch) | |
tree | 9cc8e1c7193344f05dc64a33441f56c229991755 /chapter01 | |
parent | a76aa6437edeb7d51ab2e95b829317b43bffdde9 (diff) |
new gawk patch fixes DDEFPATH definition, also added the procps patch to the changelog's 'Added ...' section
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2096 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0ddbc0ef4..ec9f7b1da 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,11 +37,12 @@ <itemizedlist> <listitem><para>ed-0.2.patch</para></listitem> <listitem><para>fileutils-4.1.patch</para></listitem> -<listitem><para>gawk-3.1.1.patch</para></listitem> +<listitem><para>gawk-3.1.1-2.patch</para></listitem> <listitem><para>gcc-3.2.patch</para></listitem> <listitem><para>glibc-2.2.5-2.patch</para></listitem> <listitem><para>gzip-1.2.4b.patch</para></listitem> <listitem><para>ncurses-5.2.patch</para></listitem> +<listitem><para>procps-2.0.7.patch</para></listitem> <listitem><para>vim-6.1.patch</para></listitem> <listitem><para>zlib-1.1.4</para></listitem> </itemizedlist> @@ -54,6 +55,10 @@ </itemizedlist> </para></listitem> +<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Gawk: Updated +the Gawk patch. It also changes the <emphasis>DDEFPATH</emphasis> directory +location now.</para></listitem> + <listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Procps: Added patch that fixes a locale problem that makes <userinput>top</userinput> crash under certain locale settings.</para></listitem> |