diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-28 20:03:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-07-28 20:03:53 +0000 |
commit | 0cba668c112df85c88978dac3e56eb4912d0e0ae (patch) | |
tree | ebc4851badac13a3985c8aa89aca7288d928754b /chapter01 | |
parent | 7514f44283d322249e84574b2bdcad6335c64db0 (diff) |
Upgrade to Gawk-3.1.7. Fixes #2457.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9004 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 300e2eea1..47326f92f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,16 @@ --> <listitem> + <para>2009-07-28</para> + <itemizedlist> + <listitem> + <para>[matthew] - Upgrade to Gawk-3.1.7. Fixes + <ulink url="&lfs-ticket-root;2457">#2457</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2009-07-23</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 65c13a802..b86a2cddd 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -68,9 +68,9 @@ <!--<listitem> <para>Flex &flex-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Gawk &gawk-version;</para> - </listitem>--> + </listitem> <listitem> <para>GCC &gcc-version;</para> </listitem> |