2004-05-03 11:59:46 +01:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
2004-07-13 20:50:45 +01:00
|
|
|
<sect1 id="ch-scatter-changelog" condition="no-print">
|
2001-01-24 00:31:17 +00:00
|
|
|
<title>Changelog</title>
|
2004-05-03 11:59:46 +01:00
|
|
|
<?dbhtml filename="changelog.html"?>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-02-22 22:32:27 +00:00
|
|
|
<para>This is version &version; of the Linux From Scratch book, dated
|
|
|
|
&releasedate;. If this book is more than two 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>
|
2004-05-03 11:59:46 +01:00
|
|
|
|
2004-12-04 21:07:18 +00:00
|
|
|
<para>Below is a list of differences between the Testing and Unstable versions
|
|
|
|
of the LFS Book.</para>
|
2004-02-02 03:47:08 +00:00
|
|
|
|
2004-08-27 17:48:17 +01:00
|
|
|
<itemizedlist>
|
|
|
|
|
2004-02-22 22:32:27 +00:00
|
|
|
<listitem><para>Upgraded to:</para>
|
|
|
|
<itemizedlist>
|
2004-11-28 19:25:19 +00:00
|
|
|
<listitem><para>binutils-2.15.94.0.1</para></listitem>
|
2004-12-17 21:16:39 +00:00
|
|
|
<listitem><para>findutils-4.2.10</para></listitem>
|
2004-11-13 11:01:57 +00:00
|
|
|
<listitem><para>gcc-3.4.3</para></listitem>
|
2004-11-28 19:25:19 +00:00
|
|
|
<listitem><para>glibc-20041122</para></listitem>
|
2004-12-17 21:16:39 +00:00
|
|
|
<listitem><para>man-pages-2.00</para></listitem>
|
2004-12-03 18:29:38 +00:00
|
|
|
<listitem><para>perl-5.8.6</para></listitem>
|
2004-12-17 21:16:39 +00:00
|
|
|
<listitem><para>sysvinit-2.86</para></listitem>
|
|
|
|
<listitem><para>tcl-8.4.9</para></listitem>
|
|
|
|
<listitem><para>udev-049</para></listitem>
|
|
|
|
<listitem><para>util-linux-2.12l</para></listitem>
|
2004-02-25 22:04:14 +00:00
|
|
|
</itemizedlist>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem><para>Added:</para>
|
|
|
|
<itemizedlist>
|
2004-12-04 20:53:03 +00:00
|
|
|
<listitem><para>binutils-2.15.94.0.1-fix_strip-1.patch</para></listitem>
|
2004-02-25 22:04:14 +00:00
|
|
|
</itemizedlist>
|
|
|
|
</listitem>
|
|
|
|
|
|
|
|
<listitem><para>Removed:</para>
|
|
|
|
<itemizedlist>
|
2004-12-17 23:05:50 +00:00
|
|
|
<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
|
2004-02-25 22:04:14 +00:00
|
|
|
</itemizedlist>
|
|
|
|
</listitem>
|
2004-07-23 09:30:21 +01:00
|
|
|
|
2004-12-17 21:16:39 +00:00
|
|
|
<listitem><para>December 17th, 2004 [jim]: Upgraded to findutils-4.2.10,
|
|
|
|
man-pages-2.00, sysvinit-2.86, tcl-8.4.9, udev-049 and
|
|
|
|
util-linux-2.12l.</para></listitem>
|
|
|
|
|
2004-12-07 22:13:33 +00:00
|
|
|
<listitem><para>December 7th, 2004 [jim]: Fixed typo in shadow and in readline.
|
2004-12-07 17:35:36 +00:00
|
|
|
Made recommended change from Robert Connolly on sed for shadow.</para></listitem>
|
|
|
|
|
2004-12-06 23:06:22 +00:00
|
|
|
<listitem><para>December 6th, 2004 [jeremy]: Fixed incorrect CR in ch 6
|
|
|
|
binutils, causing the patch name to be split on 2 lines. Thanks Robert
|
|
|
|
Connolly!</para></listitem>
|
|
|
|
|
2004-12-06 18:24:50 +00:00
|
|
|
<listitem><para>December 6th, 2004 [jim]: Fixes a few typo's done by me.
|
|
|
|
Added a patch for IPRoute2 to fix usage with the newer findutils.
|
|
|
|
Updated Readline and Zlib library location changes.
|
|
|
|
Bumped findutils to 4.2.9 and util-linux 2.12j.
|
|
|
|
Used the same methodology used on zlib and readline on shadow.</para></listitem>
|
|
|
|
|
2004-12-04 20:53:03 +00:00
|
|
|
<listitem><para>December 4th, 2004 [jeremy]: Added binutils fix_strip patch</para></listitem>
|
|
|
|
|
2004-12-03 18:29:38 +00:00
|
|
|
<listitem><para>December 3rd, 2004 [jim]: Changed readline and zlib instructions
|
2004-12-06 18:24:50 +00:00
|
|
|
to use --libdir for the libraries. Bumped perl to 5.8.6. Corrected wording in
|
2004-12-03 20:16:37 +00:00
|
|
|
readline.</para></listitem>
|
2004-12-03 18:29:38 +00:00
|
|
|
|
2004-12-01 18:58:44 +00:00
|
|
|
<listitem><para>December 1st, 2004 [jeremy]: Minor entity revisions in the XML
|
|
|
|
sources, patch courtesy of Boris Buegling.</para></listitem>
|
|
|
|
|
2004-11-13 21:46:25 +00:00
|
|
|
<listitem><para>November 13th, 2004 [jeremy]: Upgraded toolchain packages to GCC 3.4.3, and Glibc weekly snapshot from 2004-11-08.</para></listitem>
|
2004-11-13 11:01:57 +00:00
|
|
|
|
2003-11-12 22:55:28 +00:00
|
|
|
</itemizedlist>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect1>
|