123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
- <!ENTITY % general-entities SYSTEM "../general.ent">
- %general-entities;
- ]>
- <sect1 id="ch-scatter-changelog">
- <title>Changelog</title>
- <?dbhtml filename="changelog.html"?>
- <para>This is version &version; of the Linux From Scratch book, dated
- &releasedate;. If this book is more than six months old, a newer and better
- version is probably already available. To find out, please check one of the
- mirrors via <ulink url="&lfs-root;"/>.</para>
- <para>Below is a list of changes made since the previous release of the book.
- First a summary, then a detailed log.</para>
- <itemizedlist>
- <listitem><para>Upgraded to:</para>
- <itemizedlist>
- <listitem><para>Perl 5.8.7</para></listitem>
- <listitem><para>Zlib 1.2.3</para></listitem>
- </itemizedlist>
- </listitem>
- <listitem><para>Added:</para>
- <itemizedlist>
- <listitem><para>&binutils-gcc4-patch;</para></listitem>
- <listitem><para>&bzip2-docs-patch;</para></listitem>
- <listitem><para>&bzip2-bzgrep-patch;</para></listitem>
- <listitem><para>&glibc-rtld-patch;</para></listitem>
- <listitem><para>&texinfo-tempfile_fix-patch;</para></listitem>
- <listitem><para>&util-linux-umount-patch;</para></listitem>
- <listitem><para>&vim-security_fix-patch;</para></listitem>
- </itemizedlist>
- </listitem>
- <listitem><para>Removed:</para>
- <itemizedlist>
- <listitem><para>zlib-1.2.2-security_fix-1.patch;</para></listitem>
- </itemizedlist>
- </listitem>
- <listitem><para>October 15, 2005 [matt]: Use an updated version of the Udev
- rules file (fixes bug 1639).</para></listitem>
- <listitem><para>October 15, 2005 [matt]: Add a cdrom group as required by the
- Udev rules file</para></listitem>
- <listitem><para>October 14th, 2005 [ken]: Added a patch to allow binutils
- to be built from a host running gcc-4, updated glibc instructions for the rtld
- patch, updated space/time for perl and zlib.</para></listitem>
- <listitem><para>October 14th, 2005 [matt]: Added a patch to fix a security
- vulnerability in util-linux.</para></listitem>
- <listitem><para>October 14th, 2005 [matt]: Added the updated vim security patch.
- </para></listitem>
- <listitem><para>October 14th, 2005 [jhuntwork]: Added the bzip2 security
- and install docs patches.</para></listitem>
- <listitem><para>October 14th, 2005 [jhuntwork]: Added the tempfile patch
- for texinfo.</para></listitem>
- <listitem><para>October 14th, 2005 [ken]: Update packages and patches in
- the changelog to only reflect changes since 6.1. Update zlib.</para></listitem>
- <listitem><para>October 13th, 2005 [ken]: Fix known errors in lists of
- installed files and bump the perl version.</para></listitem>
- </itemizedlist>
- </sect1>
|