diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-21 22:30:06 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-21 22:30:06 +0000 |
commit | 9c27006ce15410cef13fdd5e5a28e522d5b2e86e (patch) | |
tree | 36fd2e0f2eb04711e2c2005264313b99f8ef77dc /chapter01 | |
parent | e30bf9c9d2e68eec957b4c13db98d6cb15f0eb07 (diff) |
Upgrade to Gawk-3.1.8. Fixes #2659.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9277 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index f7fa4e074..e3d7873c5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2010-05-21</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Gawk-3.1.8. Fixes + <ulink url="&lfs-ticket-root;2659">#2659</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Install Man-DB's documentation in a versioned directory. Fixes <ulink url="&lfs-ticket-root;2658">#2658</ulink>.</para> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index f8266ca12..48eda52b0 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -67,9 +67,9 @@ <!--<listitem> <para>Flex &flex-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Gawk &gawk-version;</para> - </listitem>--> + </listitem> <listitem> <para>GCC &gcc-version;</para> </listitem> |