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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
<?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="html">
<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 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>Automake 1.9.4</para></listitem>
<listitem><para>Binutils 2.15.94.0.2</para></listitem>
<listitem><para>Bison 2.0</para></listitem>
<listitem><para>File 4.12</para></listitem>
<listitem><para>Findutils 4.2.3</para></listitem>
<listitem><para>GCC 3.4.3</para></listitem>
<listitem><para>Glibc 20041011</para></listitem>
<listitem><para>Grep 2.5.1a</para></listitem>
<listitem><para>Iana-Etc 1.03</para></listitem>
<listitem><para>Iproute2 2.6.9-041019</para></listitem>
<listitem><para>LFS-Bootscripts 2.2.3</para></listitem>
<listitem><para>Libtool 1.5.10</para></listitem>
<listitem><para>Linux 2.6.10</para></listitem>
<listitem><para>Linux-libc-headers 2.6.10.0</para></listitem>
<listitem><para>Man 1.5o1</para></listitem>
<listitem><para>Man-pages 1.70</para></listitem>
<listitem><para>Module-init-tools 3.1</para></listitem>
<listitem><para>Procps 3.2.4</para></listitem>
<listitem><para>Shadow 4.0.6</para></listitem>
<listitem><para>Tcl 8.4.8</para></listitem>
<listitem><para>Udev 046</para></listitem>
<listitem><para>Util-linux 2.12i</para></listitem>
<listitem><para>Zlib 1.2.2</para></listitem>
</itemizedlist>
</listitem>
<listitem><para>Added:</para>
<itemizedlist>
<listitem><para>bash-3.0-fixes-1.patch</para></listitem>
<listitem><para>bash-3.0-avoid_WCONTINUED-1.patch</para></listitem>
<listitem><para>Hotplug 2004_09_23</para></listitem>
<listitem><para>Libol 0.3.14</para></listitem>
<listitem><para>Syslog-ng 1.6.5</para></listitem>
</itemizedlist>
</listitem>
<listitem><para>Removed:</para>
<itemizedlist>
<listitem><para>bash-3.0-display_wrap-1.patch</para></listitem>
<listitem><para>Sysklogd 1.4.1</para></listitem>
<listitem><para>util-linux-2.12b-sfdisk-1.patch</para></listitem>
<listitem><para>zlib-1.2.1-security-1.patch</para></listitem>
</itemizedlist>
</listitem>
<listitem><para>January 9, 2005 [matt]: Upgraded to linux-libc-headers-2.6.10.0</para></listitem>
<listitem><para>January 9, 2005 [matt]: Upgraded to linux-2.6.10</para></listitem>
<listitem><para>January 9, 2005 [matt]: Upgraded to gcc-3.4.3</para></listitem>
<listitem><para>January 9, 2005 [matt]: Upgraded to bison-2.0</para></listitem>
<listitem><para>January 9, 2005 [matt]: Upgraded to autoconf-1.9.4</para></listitem>
<listitem><para>January 5, 2005 [jeremy]: Minor textual correction in network
configuration, since iproute will not recognize the old eth0:1 format for
ip aliasing. Closes bug 1013.</para></listitem>
<listitem><para>January 5, 2005 [jeremy]: Added the --disable-selinux parameter
to Ch 5 glibc. Allows building from hosts which use SELinux functionality,
like Fedora Core 3</para></listitem>
<listitem><para>December 25, 2004 [jeremy]: Added text suggested by MSB,
closing Bug 943</para></listitem>
<listitem><para>December 25, 2004 [jeremy]: Upgraded binutils to 2.14.94.0.2 -
should fix the TLS strip issue that's been seen, at least on X86</para></listitem>
<listitem><para>December 22, 2004 [manuel]: Readded to chapter09/reboot.xml a para lost
from version 5.1.</para></listitem>
<listitem><para>December 20, 2004 [manuel]: Made Grub's configuration location
FHS compliant.</para></listitem>
<listitem><para>December 19, 2004 [manuel]: Added the irc.lfs-matrix.de IRC server.</para></listitem>
<listitem><para>December 5, 2004 [jeremy]: Added the DOCBOOKTOMAN parameter
to Module-init-utils - without this, compilation fails. Thanks Boris Buegling</para></listitem>
<listitem><para>December 2, 2004 [jeremy]: Removed the old display_wrap bash
patch, in favor of the newer fixes patch, and added the avoid_WCONTINUED
patch as well</para></listitem>
<listitem><para>December 2, 2004 [jeremy]: Upgraded to TCL 8.4.8, Grep 2.5.1a
Util-linux 2.12i, Iana-etc 1.03, File 4.12, Module-init-tools 3.1, Procps 3.2.4
</para></listitem>
<listitem><para>December 2, 2004 [jeremy]: Migrated change from unstable to
build Glibc against sanitized linux-libc-headers instead of raw kernel headers,
bringing us more in line with what the kernel developers think should be
happening.</para></listitem>
<listitem><para>December 1, 2004 [jeremy]: Dropped Udev from being built in
Chapter 5, in favor of creating a minimal set of devices at the beginning
of Chapter 6. All devices are created after the installation of Udev near
the end of Chapter 6</para></listitem>
<listitem><para>December 1, 2004 [jeremy]: Upgraded to Automake 1.9.3,
Binutils 2.15.92.0.2, Findutils 4.2.3, GCC 3.4.2, Glibc 20041011, Iana-Etc 1.02
Iproute2 2.6.9-041019, LFS-Bootscripts 2.2.3, Libtool 1.5.10, Linux 2.6.9
Linux-libc-headers 2.6.9.1, Man 1.5o1, Man-pages 1.70, Shadow 4.0.6,
Udev 046, Zlib 1.2.2, Hotplug 2004_09_23, Libol 0.3.14, Syslog-ng 1.6.5</para></listitem>
</itemizedlist>
<para>Branch frozen for LFS 6.0 as of October 10, 2004</para>
</sect1>
|