diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-09-29 18:36:07 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-09-29 18:36:07 +0000 |
commit | 53ee15c081bf6c7754d0f1b8ede7d30e89074124 (patch) | |
tree | 3425930739d572a4c62d868a39cabc2412e322f8 /chapter01 | |
parent | c5a7cf67f679a294a0df0ffedc6d29f29854d702 (diff) |
Fix a bug that causes programs linked to SDL to segfault. Fixes #2920.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9607 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 3faaef3da..606907336 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2011-09-29</para> <itemizedlist> <listitem> + <para>[matthew] - Add a fix for a bug in Glibc that causes programs + linked to SDL to segfault. Fixes + <ulink url="&lfs-ticket-root;2920">#2920</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Diffutils-3.2. Fixes <ulink url="&lfs-ticket-root;2919">#2919</ulink>.</para> </listitem> |