diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-17 18:52:35 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-17 18:52:35 +0000 |
commit | 0b258b4ae8bbd1dce53fb598ae8b2ce5a421d598 (patch) | |
tree | 2df9ac3f3c86a30ee0ae45881b8f0e70e6b64425 /chapter01 | |
parent | 7a281849778fe8596dce1dbdc4d035d5faf118f3 (diff) |
Add gettext upstream patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 7 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 10 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5c033c59f..a90cedf77 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,11 @@ <para>2009-05-17</para> <itemizedlist> <listitem> + <para>[bdubbs] - Add gettext upstream patches. + Fixes + <ulink url="&lfs-ticket-root;2264">#2264</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Add optimization (-O3 and -pipe) to glibc in Chapter 6. Fixes @@ -54,7 +59,7 @@ <itemizedlist> <listitem> <para>[bdubbs] - Remove reference to watch program not - supporting UTF-8 locales in the Bash Sheel Startup + supporting UTF-8 locales in the Bash Shell Startup Files section. Fixes <ulink url="&lfs-ticket-root;2310">#2310</ulink>.</para> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 28ed7725a..5d588a1fb 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -229,6 +229,10 @@ </listitem> <listitem> + <para>&gettext-upstream_fixes-patch;</para> + </listitem> + + <listitem> <para>&glibc-ildoubl-test-fix-patch;</para> </listitem> |