diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-30 21:20:31 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-01-30 21:20:31 +0000 |
commit | e3f07935fcd137b019ee81e3d127947d341ce7d6 (patch) | |
tree | 03ef33447a6b52b928d1fcb862c7f9079fb7c4da /chapter01 | |
parent | 956dfc8bde5a57f543eb0a38ac38e1396c60f301 (diff) |
Upgrade to Zlib-1.2.6. Fixes #3009.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9723 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 727d3f9ac..5fb3ea90d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2012-01-30</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Zlib-1.2.6. Fixes + <ulink url="&lfs-ticket-root;3009">#3009</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Move Xz to before GRUB so that the latter can support compressed kernel images.</para> </listitem> diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 76e689459..1c7536bef 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -208,9 +208,9 @@ <!--<listitem> <para>XZ-Utils &xz-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Zlib &zlib-version;</para> - </listitem>--> + </listitem> </itemizedlist> <!--<itemizedlist> |