blob: 855f47377bdd211dabb9c8ee499fd4039679db2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
<?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;
]>
<sect1 id="ch-scatter-changelog" condition="no-print">
<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 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>
<para>Below is a list of differences between the Testing and Unstable versions
of the LFS Book.</para>
<itemizedlist>
<listitem><para>Upgraded to:</para>
<itemizedlist>
<listitem><para>binutils-2.15.94.0.1</para></listitem>
<listitem><para>findutils-4.2.9</para></listitem>
<listitem><para>gcc-3.4.3</para></listitem>
<listitem><para>glibc-20041122</para></listitem>
<listitem><para>perl-5.8.6</para></listitem>
<listitem><para>util-linux-2.12j</para></listitem>
</itemizedlist>
</listitem>
<listitem><para>Added:</para>
<itemizedlist>
<listitem><para>binutils-2.15.94.0.1-fix_strip-1.patch</para></listitem>
</itemizedlist>
</listitem>
<!--
<listitem><para>Removed:</para>
<itemizedlist>
</itemizedlist>
</listitem>
-->
<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>
<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>
<listitem><para>December 4th, 2004 [jeremy]: Added binutils fix_strip patch</para></listitem>
<listitem><para>December 3rd, 2004 [jim]: Changed readline and zlib instructions
to use --libdir for the libraries. Bumped perl to 5.8.6. Corrected wording in
readline.</para></listitem>
<listitem><para>December 1st, 2004 [jeremy]: Minor entity revisions in the XML
sources, patch courtesy of Boris Buegling.</para></listitem>
<listitem><para>November 13th, 2004 [jeremy]: Upgraded toolchain packages to GCC 3.4.3, and Glibc weekly snapshot from 2004-11-08.</para></listitem>
</itemizedlist>
</sect1>
|