diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-12 09:34:32 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-11-12 09:34:32 +0000 |
commit | c45b780761ea397cd8a6a008eaa179c7102679dc (patch) | |
tree | 9ef057beeec5179e0974758582f73f9a52e9fc5c /chapter01 | |
parent | 4ebf97c614dd1c29c10f3acc19aa3e9a2a1dc11b (diff) |
Improve the heuristic for selecting a supported/working locale
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7143 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9830e7771..6f8833874 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -114,6 +114,11 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>November 12, 2005 [matt]: Improve the heuristic for determining +a locale that is supported by both Glibc and packages outside LFS (bug 1642). +Many thanks to Alexander Patrakov for highlighting the numerous issues and for +reviewing the various suggested fixes.</para></listitem> + <listitem><para>November 11, 2005 [matt]: Omit running Bzip2's testsuite as a separate step, as <command>make</command> runs it automatically (bug 1652). </para></listitem> |