diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-21 22:22:57 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-21 22:22:57 +0000 |
commit | 604fe6113e60b93f69dca9b74f6d27f3d80da2d2 (patch) | |
tree | 9e2aa777274c8ebe7666a5c7706521e6dc0213ab /chapter01 | |
parent | 641a3cd27ef5545e8d3ca9856abed4cbf7f72898 (diff) |
Add a patch to fix incorrect version numbers in Bzip2. Thanks to Jeremy Huntwork (LightCube OS) for the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9268 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 11 | ||||
-rw-r--r-- | chapter01/whatsnew.xml | 4 |
2 files changed, 15 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 68170f90f..f1952b919 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -37,6 +37,17 @@ --> <listitem> + <para>2010-05-21</para> + <itemizedlist> + <listitem> + <para>[matthew] - Add a patch to fix incorrect version numbers in + Bzip2. Thanks to Jeremy Huntwork (LightCube OS) for the patch. Fixes + <ulink url="&lfs-ticket-root;2624">#2624</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2010-05-06</para> <itemizedlist> <listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index c545c83d7..f8266ca12 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -218,6 +218,10 @@ </listitem> <listitem> + <para>bzip2-1.0.5-version_fixes-1.patch</para> + </listitem> + + <listitem> <para>MPC-&mpc-version;</para> </listitem> |