diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-12-08 23:42:58 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2007-12-08 23:42:58 +0000 |
commit | 9d19185ad2a1127983aba08774150d152a5235de (patch) | |
tree | 56e094e397917c7b02d388275b5d70795698c6e3 /chapter01 | |
parent | 1ef69edf802adca2147fc5a12613ebde11900999 (diff) |
Updated to Gettext-0.17. Fixes #2103.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8433 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 f9342410c..5488c005e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,10 @@ <para>2007-12-08</para> <itemizedlist> <listitem> + <para>[matthew] - Upgraded to Gettext-0.17. Fixes + <ulink url="&lfs-ticket-root;2103">#2103</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Removed the modifications to Gawk's config.h as Gawk-3.1.6 fixes the bug that they were working around. Fixes <ulink url="&lfs-ticket-root;2107">#2107</ulink>. Thanks to Erik-Jan diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 586f5627b..658086fb1 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -80,9 +80,9 @@ <listitem> <para>GCC &gcc-version;</para> </listitem> - <!--<listitem> + <listitem> <para>Gettext &gettext-version;</para> - </listitem>--> + </listitem> <listitem> <para>Glibc &glibc-version;</para> </listitem> |