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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
|
<?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">
<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>autoconf-2.59</para></listitem>
<listitem><para>automake-1.8.4</para></listitem>
<listitem><para>coreutils-5.2.1</para></listitem>
<listitem><para>e2fsprogs-1.35</para></listitem>
<listitem><para>expect-5.41.0</para></listitem>
<listitem><para>file-4.09</para></listitem>
<listitem><para>gcc-3.3.3</para></listitem>
<listitem><para>gettext-0.14.1</para></listitem>
<listitem><para>glibc-2.3.3-lfs-5.1</para></listitem>
<listitem><para>grub-0.94</para></listitem>
<listitem><para>kbd-1.12</para></listitem>
<listitem><para>less-382</para></listitem>
<listitem><para>lfs-bootscripts-2.0.5</para></listitem>
<listitem><para>libtool-2.5.6</para></listitem>
<listitem><para>linux-2.4.26</para></listitem>
<listitem><para>man-pages-1.66</para></listitem>
<listitem><para>modutils-2.4.27</para></listitem>
<listitem><para>ncurses-5.4</para></listitem>
<listitem><para>perl-5.8.4</para></listitem>
<listitem><para>procps-3.2.1</para></listitem>
<listitem><para>psmisc-21.4</para></listitem>
<listitem><para>sed-4.0.9</para></listitem>
<listitem><para>shadow-4.0.4.1</para></listitem>
<listitem><para>tar-1.13.94</para></listitem>
<listitem><para>tcl-8.4.6</para></listitem>
<listitem><para>texinfo-4.7</para></listitem>
<listitem><para>util-linux-2.12a</para></listitem>
</itemizedlist>
</listitem>
<listitem><para>Added:</para>
<itemizedlist>
<listitem><para>iana-etc-1.00</para></listitem>
<listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem>
<listitem><para>make_devices-1.2</para></listitem>
<listitem><para>mktemp-1.5 + mktemp-1.5-add-tempfile.patch</para></listitem>
</itemizedlist>
</listitem>
<listitem><para>Removed:</para>
<itemizedlist>
<listitem><para>gcc-3.3.1-suppress-libiberty.patch</para></listitem>
<listitem><para>lfs-utils-0.5</para></listitem>
<listitem><para>MAKEDEV-1.7</para></listitem>
<listitem><para>man-1.5m2-manpath.patch</para></listitem>
<listitem><para>man-1.5m2-pager.patch</para></listitem>
<listitem><para>ncurses-5.3-etip-2.patch</para></listitem>
<listitem><para>ncurses-5.3-vsscanf.patch</para></listitem>
<listitem><para>perl-5.8.0-libc-3.patch</para></listitem>
<listitem><para>procps-3.1.11-locale-fix.patch</para></listitem>
<listitem><para>shadow-4.0.3-newgrp-fix.patch</para></listitem>
<listitem><para>zlib-1.1.4-vsnprintf.patch</para></listitem>
</itemizedlist>
</listitem>
<listitem><para>June 2, 2004 [matt]: Prologue - acknowledgments, Added Thomas
Reitelbach as the German translator</para></listitem>
<listitem><para>May 30, 2004 [matt]: Chapter 6 - vim, corrected the optional
command for invoking the testsuite</para></listitem>
<listitem><para>May 23, 2004 [matt]: Chapter 6 - kbd, removed the hardcoded path
to the kernel source directory</para></listitem>
<listitem><para>May 19, 2004 [matt]: Chapter 6 - mktemp, added instruction to
install tempfile wrapper</para></listitem>
<listitem><para>May 18, 2004 [manuel]: Chapter 3 - Updated the list of mirrors
for Glibc package. Fixed several textual bugs.</para></listitem>
<listitem><para>May 17th, 2004 [winkie]: Chapter 5 - Pass
<quote>AUTOCONF=no</quote> to the Glibc build. This prevents autoconf from
causing us problems.</para></listitem>
<listitem><para>May 16th, 2004 [jeremy]: Chapter 9 - Added a brief paragraph
to the rebooting system page to discuss packages which might be useful to
add prior to rebooting to the new system</para></listitem>
<listitem><para>May 15th, 2004 [matt]: Chapter 6 - Added a clearer warning that
make_devices needs to be customised</para></listitem>
<listitem><para>May 14th, 2004 [matt]: Chapter 3 - Added glibc's md5sum</para>
</listitem>
<listitem><para>May 14th, 2004 [matt]: Chapters 5 & 6 - Upgraded to
glibc-2.3.3-lfs-5.1</para></listitem>
<listitem><para>May 11th, 2004 [jeremy]: Prologue - Updated the list of
active staff in the project.</para></listitem>
<listitem><para>May 9th, 2004 [winkie]: Chapter 6 - Removed unused and broken
entries from <filename>nsswitch.conf</filename>.</para></listitem>
<listitem><para>May 7th, 2004 [matt]: Merged Manuel's lfs-xsl-0.9 patches</para>
</listitem>
<listitem><para>May 7th, 2004 [matt]: Fixed README error regarding invocation of
`make`</para></listitem>
<listitem><para>May 3rd, 2004: LFS 5.1-pre2 released</para></listitem>
<listitem><para>May 2nd, 2004 [matt]: Quoted chroot commands in chapter 6 (bug
#818).</para></listitem>
<listitem><para>May 2nd, 2004 [matt]: Removed description of the now
non-existent part IV from the structure section in the prologue.</para>
</listitem>
<listitem><para>May 1st, 2004 [jeremy]: Added creation of the /media and /srv
directories, as well as 2 directories under /media for floppy and cdrom, as per
FHS - fixes bugzilla bug #785 and #819.</para></listitem>
<listitem><para>April 14th, 2004 [jeremy]: Updated to lfs-bootscripts-2.0.3, no
textual changes needed</para></listitem>
<listitem><para>March 24th, 2004 [jeremy]: Chapter 7 - Updated to the new
lfs-bootscripts-2.0.2, and all necessary changes to the bootscript
configuration</para></listitem>
<listitem><para>March 21st, 2004 [winkie]: Chapter 6 - Replaced Lfs-Utils
with Iana-Etc and Mktemp.</para></listitem>
<listitem><para>February 27th, 2004 [jeremy]: Upgraded to
Procps-3.2.0.</para></listitem>
<listitem><para>February 27th, 2004 [jeremy]: Upgraded to Lfs-utils-0.5 -
fixes a possible symlink attack in iana-get.</para></listitem>
<listitem><para>February 27th, 2004 [jeremy]: Chapter 6 - Altered the
instructions for Findutils to be FHS-compliant.</para></listitem>
<listitem><para>February 26th, 2004 [jeremy]: Removed the creation of the
/usr/etc directory to conform with FHS - closes bug 775.</para></listitem>
<listitem><para>February 26th, 2004 [jeremy]: Upgraded to
Linux-2.4.25.</para></listitem>
<listitem><para>February 23rd, 2004 [alex]: Chapters 6 + 9 - Cleaned up the
Revision of chroot and Reboot sections.</para></listitem>
<listitem><para>February 22nd, 2004 [alex]: Moved the stripping of the final
system from chapter 9 to the end of chapter 6.</para></listitem>
<listitem><para>February 22nd, 2004 [alex]: Chapter 6 - Coreutils and
E2fsprogs: Clarified the prerequisites for running the tests.</para></listitem>
<listitem><para>February 19th, 2004 [alex]: Chapter 5 - Stripping: Removed
an unnecessary <quote>{,share/}</quote> from the documentation's <command>rm</command>
command.</para></listitem>
<listitem><para>February 14th, 2004 [jeremy]: Chapter 6 - Upgraded to
Less-382.</para></listitem>
<listitem><para>February 14th, 2004 [jeremy]: Chapters 5 + 6 - Upgraded to
Ncurses-5.4, and removed references to the etip patch.</para></listitem>
<listitem><para>February 12th, 2004 [jeremy]: Chapter 6 - Removed explicit
paths from the pwconv and grpconv commands, since /usr/sbin is part of
the default path.</para></listitem>
<listitem><para>February 9th, 2004 [alex]: Chapter 6 - Moved the Bootscripts
installation section to chapter 7.</para></listitem>
<listitem><para>February 8th, 2004 [matt]: Chapter 6 - Updated to
Man-pages-1.66.</para></listitem>
<listitem><para>February 7th, 2004 [alex]: Chapter 1 - Moved the Conventions
and Acknowledgments sections to the Preface.</para></listitem>
<listitem><para>February 7th, 2004 [alex]: Chapter 6 - Creating devices:
replaced the MAKEDEV script with the make_devices script. Contributed by
Matthias Benkmann.</para></listitem>
<listitem><para>February 5th, 2004 [alex]: Chapter 6 - Simplified the final
install of the kernel headers to just copying them from the temporary tools
directory.</para></listitem>
<listitem><para>February 4th, 2004 [alex]: Chapters 5 + 6 - Moved the Mounting
of proc and devpts to before Chrooting, dropped Util-linux from the tools, and
added a little arch script for Perl.</para></listitem>
</itemizedlist>
<para>Release of version 5.1-pre1 on February 1st, 2004.</para>
</sect1>
|