source: chapter01/changelog.xml@ 0b74af3

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v4_0 v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 0b74af3 was 0b74af3, checked in by Gerard Beekmans <gerard@…>, 22 years ago

added sbus

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2108 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 47.2 KB
Line 
1<sect1 id="ch01-changelog">
2<title>Changelog</title>
3<?dbhtml filename="changelog.html" dir="chapter01"?>
4
5<para>&version; - &releasedate;</para>
6
7<itemizedlist>
8
9<listitem><para>Upgraded to:
10<itemizedlist>
11<listitem><para>automake-1.6.3</para></listitem>
12<listitem><para>bin86-0.16.3</para></listitem>
13<listitem><para>binutils-2.13</para></listitem>
14<listitem><para>bison-1.35</para></listitem>
15<listitem><para>diffutils-2.8.1</para></listitem>
16<listitem><para>file-3.39</para></listitem>
17<listitem><para>gawk-3.1.1</para></listitem>
18<listitem><para>gcc-3.2</para></listitem>
19<listitem><para>gettext-0.11.5</para></listitem>
20<listitem><para>groff-1.18</para></listitem>
21<listitem><para>lfs-bootscripts-1.10</para></listitem>
22<listitem><para>linux-2.4.19</para></listitem>
23<listitem><para>MAKEDEV-1.7</para></listitem>
24<listitem><para>man-1.5k</para></listitem>
25<listitem><para>man-pages-1.52</para></listitem>
26<listitem><para>modutils-2.4.19</para></listitem>
27<listitem><para>ncurses-5.2-2.patch</para></listitem>
28<listitem><para>perl-5.8.0</para></listitem>
29<listitem><para>psmisc-21</para></listitem>
30<listitem><para>texinfo-4.2</para></listitem>
31<listitem><para>textutils-2.1</para></listitem>
32<listitem><para>util-linux-2.11u</para></listitem>
33</itemizedlist>
34</para></listitem>
35
36<listitem><para>Added:
37<itemizedlist>
38<listitem><para>ed-0.2.patch</para></listitem>
39<listitem><para>fileutils-4.1.patch</para></listitem>
40<listitem><para>gawk-3.1.1-2.patch</para></listitem>
41<listitem><para>gcc-3.2.patch</para></listitem>
42<listitem><para>glibc-2.2.5-2.patch</para></listitem>
43<listitem><para>gzip-1.2.4b.patch</para></listitem>
44<listitem><para>ncurses-5.2.patch</para></listitem>
45<listitem><para>procps-2.0.7.patch</para></listitem>
46<listitem><para>sh-utils-2.0-hostname.patch</para></listitem>
47<listitem><para>vim-6.1.patch</para></listitem>
48<listitem><para>zlib-1.1.4</para></listitem>
49</itemizedlist>
50</para></listitem>
51
52<listitem><para>Removed:
53<itemizedlist>
54<listitem><para>gzip-1.2.4a.patch</para></listitem>
55<listitem><para>reiserfsprogs-3.x.1b</para></listitem>
56</itemizedlist>
57</para></listitem>
58
59<listitem><para>September 13th, 2002 [gerard]: Chapter 06 - Shadow: Added
60--libdir=/usr/lib to the configure script options. This way a proper
61<filename>libshadow.la</filename> is generated. Also changed the
62<userinput>mv</userinput> command to move all the
63<filename>libshadow.so*</filename> files to the <filename
64class="directory">/lib</filename> directory. The <filename>lib*a</filename>
65files are already in the <filename class="directory">/usr/lib</filename>
66directory.</para></listitem>
67
68<listitem><para>September 13th, 2002 [gerard]: Chapter 06 - Man: Added
69another regex to the <userinput>sed</userinput> command that modifies the
70<filename>man.conf</filename> file. The added regex comments out the
71<emphasis>MANPATH /usr/man</emphasis> line which causes for duplicate
72results when using the <userinput>whatis</userinput>
73command</para></listitem>
74
75<listitem><para>September 13th, 2002 [gerard]: Chapter 06: Added the
76<emphasis>Linux Threads Man Pages</emphasis> installation after the Perl
77installation.</para></listitem>
78
79<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Create mtab
80link: Made the <userinput>ln</userinput> command an <userinput>ln
81-sf</userinput> so the existing <filename>/etc/mtab</filename> file, created
82by the <userinput>mount</userinput> command, will be removed before
83re-creating it as a symlink.</para></listitem>
84
85<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Sh-utils: Added
86the sh-utils-hostname patch that supresses the build of the hostname
87program. This is done because the hostname program from the net-tools
88package is superior over this version.</para></listitem>
89
90<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Gawk: Updated
91the Gawk patch. It also changes the <emphasis>DDEFPATH</emphasis> directory
92location now.</para></listitem>
93
94<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Procps: Added
95patch that fixes a locale problem that makes <userinput>top</userinput>
96crash under certain locale settings.</para></listitem>
97
98<listitem><para>September 12th, 2002 [timothy]: Chapter 04 - Creating a
99file system: Referenced alternative filesystems in BLFS.</para></listitem>
100
101<listitem><para>September 12th, 2002 [gerard]: Removed all superfluous
102<filename>/usr/lib/*.so</filename> symbolic links from library
103installations.</para></listitem>
104
105<listitem><para>September 12th, 2002 [gerard]: Upgraded to
106lfs-bootscripts-1.10</para></listitem>
107
108<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Configure
109Sysvinit: Changed the sulogin line to <emphasis>once</emphasis> instead of
110having it respawn. This way it'll behave as expected (ie: a CTRL+D will
111continue instead of restart sulogin).</para></listitem>
112
113<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - GCC: Added the
114<emphasis>--enable-clocale=gnu</emphasis> option to ensure the proper
115locale mode is used by the C++ libraries.</para></listitem>
116
117<listitem><para>September 11th, 2002 [timothy]: Preface: Grammatic
118changes.</para></listitem>
119
120<listitem><para>September 8th, 2002 [timothy]: Chapter 06: Applied Alex's
121grammar changes patch.</para></listitem>
122
123<listitem><para>September 7th, 2002 [timothy]: Chapter 06 - Gzip:
124Added gzip-1.2.4b.patch.</para></listitem>
125
126<listitem><para>September 7th, 2002 [timothy]: Chapter 05 - Textutils:
127Added re_max_failures2 for old host systems.</para></listitem>
128
129<listitem><para>September 2nd, 2002 [timothy]: Chapter 06 - Bash: Removed
130creation of sh symlink. Creating the bash and sh symlinks: Added /bin/bash
131symlink, symlinked sh to bash. Gzip, Sysvinit, Util-Linux: Shortened cp
132command. Makedev: Removed /bin/bash creation and removal. Man: Modified sed
133statement to edit less call, so SGR will work.</para></listitem>
134
135<listitem><para>September 1st, 2002 [timothy]: Chapter 06 - About
136debugging symbols: Removed info. about stripping /static. Man: Added sed
137statement to prevent groff from using SGR escape sequences.</para></listitem>
138
139<listitem><para>September 1st, 2002 [timothy]: Chapter 05 - Install all
140software as an unprivileged user: Added $CC='gcc -s' to omit the
141compilation of symbols in static packages.</para></listitem>
142
143<listitem><para>August 30th, 2002 [timothy]: Chapter 06 - Makedev:
144Put rm /bin/bash after device creation. Perl: Removed information
145about the old patch.</para></listitem>
146
147<listitem><para>August 30th, 2002 [timothy]: Chapter 05 - GCC: Re-added
148HAVE_GAS_HIDDEN; removed --enable-__cxa-atexit which was incorrect and
149not needed in this chapter; added information about the
150patch.</para></listitem>
151
152<listitem><para>August 26th, 2002 [gerard]: Added a new Glibc patch and
153introducted a GCC patch.</para></listitem>
154
155<listitem><para>August 26th, 2002 [gerard]: Updated to automake-1.6.3,
156gcc-3.2, groff-1.18, makedev-1.7, perl-5.8.0,
157util-linux-2.11u</para></listitem>
158
159<listitem><para>August 22nd, 2002 [timothy]: Appendix: Added
160missing URLs to patches.</para></listitem>
161
162<listitem><para>August 18th, 2002 [timothy]: Chapter 05 &amp; 06:
163Changed ln -sf to ln -s wherever possible.</para></listitem>
164
165<listitem><para>August 18th, 2002 [timothy]: Chapter 06 - Binutils: cp
166libiberty.h after install, as it is needed by certain software. Shadow:
167added command to remove the groups program installed by Shadow because
168Sh-utils installs a (better) groups program.</para></listitem>
169
170<listitem><para>August 18th, 2002 [timothy]: Chapter 05 - Sh-utils: Re-added
171sh-utils-2.0.patch.</para></listitem>
172
173<listitem><para>August 16th, 2002 [markh]: Chapter 06 - Move man-pages to
174just after the kernel headers installation.</para></listitem>
175
176<listitem><para>August 15th, 2002 [markh]: Chapter 06 - Move the MAKEDEV
177installation to before glibc and remove the temporary creation of
178<filename>/dev/null</filename> as we don't need it
179anymore.</para></listitem>
180
181<listitem><para>August 15th, 2002 [timothy]: Chapter 04 - Preparing a new
182partition: mentioned that a swap partition can be shared between the LFS
183and host systems, grammatic changes.</para></listitem>
184
185<listitem><para>August 13th, 2002 [gerard]: Chapter 06: Removed the
186<emphasis>--with-curses</emphasis> switch from the Bash installation as
187it's unnecessary here.</para></listitem>
188
189<listitem><para>August 9th, 2002 [timothy]: Updated to modutils-2.4.19,
190linux-2.4.19, gettext-0.11.5, binutils-2.13, textutils-2.1.</para></listitem>
191
192<listitem><para>August 9th, 2002 [timothy]: Chapter 06 - Vim: changed
193alternative editors link from hints to BLFS.</para></listitem>
194
195<listitem><para>August 8th, 2002 [gerard]: Chapter 06 - Ncurses: removed
196the <emphasis>--disable-termcap</emphasis> configure option. Termcap is
197disabled by default now, so no need for this option (left over from a long
198time ago when it was needed).</para></listitem>
199
200<listitem><para>August 8th, 2002 [gerard]: Chapter 06 - Linux: Added the
201command <userinput>cp include/asm-generic /usr/include</userinput>. There
202are programs which use the files in there, as well as headers in the
203<filename class="directory">asm</filename> directory may be split up in the
204future, and put in the
205<filename class="directory">asm-generic</filename>.</para></listitem>
206
207<listitem><para>August 8th, 2002 [gerard]: Appendix A - Gettext: added the
208missing program description of msgcat.</para></listitem>
209
210<listitem><para>August 4th, 2002 [timothy]: Added zlib-1.1.4.</para></listitem>
211
212<listitem><para>August 3rd, 2002 [timothy]: Updated to man-pages-1.52,
213man-1.5k, gettext-0.11.4, modutils-2.4.18.</para></listitem>
214
215<listitem><para>July 29th, 2002 [timothy]: Removed Reiserfsprogs.
216Updated to util-linux-2.11t and file-3.39.</para></listitem>
217
218<listitem><para>July 29th, 2002 [timothy]: Chapter 04 &amp; 05 - Creating
219a new partition, Introduction, Why static: grammatic changes. Diffutils,
220Fileutils, Grep, Texinfo: set LDFLAGS=-static before configure instead
221of as an argument to make. GCC: appended HAVE_GAS_HIDDEN to
222auto-host.h.</para></listitem>
223
224<listitem><para>July 29th, 2002 [timothy]: Chapter 06 - Glibc: added
225--disable-profile flag.</para></listitem>
226
227<listitem><para>July 29th, 2002 [timothy]: Chapter 08 - Linux:
228added information about modules and kernel documentation.</para></listitem>
229
230<listitem><para>July 29th, 2002 [timothy]: Chapter 09 - Rebooting the
231system: added a command to remove the static directory.</para></listitem>
232
233<listitem><para>July 8th, 2002 [timothy]: Chapter 09 - Rebooting the
234system: Pointed to BLFS as the next step.</para></listitem>
235
236<listitem><para>July 3rd, 2002 [timothy]: Chapter 06 - Sysvinit: Simplified
237the sed command and updated the installation description because init now
238prints "Sending processes" instead of "Sending all processes".</para></listitem>
239
240<listitem><para>July 2nd, 2002 [markh]: Internal change - Made all
241patches use a &amp;package-patch-version; entity and removed all
242hardcoding of patch versions.</para></listitem>
243
244<listitem><para>June 30th, 2002 [timothy]: Updated to man-pages-1.51 and
245automake-1.6.2</para></listitem>
246
247<listitem><para>June 24th, 2002 [timothy]: Chapter 06 - Shadow, Util-linux,
248LFS-Bootscripts: Updated package contents.</para></listitem>
249
250<listitem><para>June 23rd, 2002 [timothy]: Chapter 05 &amp; 06 - Net-tools,
251Perl, Texinfo, Autoconf, Automake, File, Libtool, Bin86, Vim, Linux, Bison,
252Less, Man-pages, Groff, Bzip2, E2fsprogs, Grep, Lilo, Modutils, Procps,
253Psmisc, Reiserfsprogs: Updated package contents.</para></listitem>
254
255<listitem><para>June 23rd, 2002 [timothy] Chapter 05 &amp; 06 - M4,
256Bzip2, File, E2fsprogs: Added "last checked against" for uniformity.
257GCC: Removed i686-specific programs.</para></listitem>
258
259<listitem><para>June 16th, 2002 [timothy]: Chapter 06 - Gettext:
260Updated package contents.</para></listitem>
261
262<listitem><para>June 14th, 2002 [timothy]: Chapter 05 &amp; 06 - Binutils,
263Bzip2, Diffutils, Grep: Updated package contents. GCC: Updated description
264of c++filt.</para></listitem>
265
266<listitem><para>June 13th, 2002 [timothy]: Chapter 09 - The End:
267Changed $LFS/etc/lfs-&version; to $LFS/etc/lfs and put the version
268number inside this file.</para></listitem>
269
270<listitem><para>June 12th, 2002 [timothy]: Chapter 05 - GCC:
271Modified the build instructions and command explanations to
272only build the C compiler. The C++ compiler is not needed
273until after the second GCC build.</para></listitem>
274
275<listitem><para>June 12th, 2002 [timothy]: Chapter 06 - Shadow: grammatic
276changes.</para></listitem>
277
278<listitem><para>June 11th, 2002 [timothy]: Chapter 05 &amp; 06 - Gawk:
279Created a list of package contents and descriptions. Fileutils:
280Removed a confusing paragraph about the fileutils patch. GCC:
281Updated the package contents.</para></listitem>
282
283<listitem><para>June 11th, 2002 [timothy] All software: Updated the
284estimated required disk space.</para></listitem>
285
286<listitem><para>June 9th, 2002 [markh]: Chapter 06 - Creating
287Directories: Changed usr,usr/local to just usr/local as we use the -p
288option to mkdir which will create the usr directory
289anyways.</para></listitem>
290
291<listitem><para>June 7th, 2002 [timothy] Chapter 06 - Reiserfsprogs:
292added a description for unpack.</para></listitem>
293
294<listitem><para>June 7th, 2002 [timothy] Chapter 02 - How to ask for
295help: mentioned the FAQ.</para></listitem>
296
297<listitem><para>June 6th, 2002 [markh] - Chapter 05 - Tidy up
298explanations following the /static change.</para></listitem>
299
300<listitem><para>June 5th, 2002 [timothy]: Preface - Who would not want to
301read this book: applied a revised version of Scot's grammar
302patch.</para></listitem>
303
304<listitem><para>June 5th, 2002 [timothy]: Chapter 09 - Rebooting the system, Lilo, Bootscripts: named the hint authors.
305Chapter 06 - Vim: updated the hint URL. Chapter 05 - Gawk: to avoid confusion,
306mentioned that the patch will be applied in Chapter 06.</para></listitem>
307
308<listitem><para>June 3rd, 2002 [timothy] Chapter 01 - FAQ: edited
309to include reporting typos.</para></listitem>
310
311<listitem><para>May 31st, 2002 [gerard] Chapter 05 - Findutils: Added the
312CPPFLAGS...re_max_failures fix which is needed on Glibc-2.1
313systems.</para></listitem>
314
315<listitem><para>May 30th, 2002 [markh]: Chapter 05 & 06 - Update to
316binutils-2.12.1.</para></listitem>
317
318<listitem><para>May 30th, 2002 [markh]: Chapter 05 - Bash: Removed
319section about "last two commands executing anyways" because we no longer
320have the commands referred to there.</para></listitem>
321
322<listitem><para>May 30th, 2002 [gerard]: Chapter 06 - Glibc: Replaced the
323various sed fixes with a regular patch.</para></listitem>
324
325<listitem><para>May 30th, 2002 [gerard]: Chapter 06 - Gawk: Replaced the
326sed fix with a regular patch.</para></listitem>
327
328<listitem><para>May 30th, 2002 [gerard]: Chapter 05 - Fileutils: Replaced
329the sed fix with a regular patch.</para></listitem>
330
331<listitem><para>May 30th, 2002 [gerard]: Chapter 06 - Ed: Replaced the
332sed fix with a regular patch.</para></listitem>
333
334<listitem><para>May 28th, 2002 [gerard]: Chapter 06 - Changing ownership:
335removed the explicit command to chown <filename
336class="directory">/lost+found</filename>. This is done by the first command
337now that proc isn't mounted anymore in chapter 5.</para></listitem>
338
339<listitem><para>May 27th, 2002 [gerard]: Upgraded to
340ncurses-5.2-2.patch (this patch is smaller than the previously used
341one).</para></listitem>
342
343<listitem><para>May 26th, 2002 [gerard]: Upgraded to: automake-1.6.1,
344bin86-0.16.3, file-3.38, gawk-3.1.1, gcc-3.1, gettext-0.11.2,
345modutils-2.4.16, psmisc-21 and util-linux-2.11r. Added gcc-3.1 compile fix
346patches for ncurses, perl and vim.</para></listitem>
347
348<listitem><para>May 26th, 2002 [gerard]: Chapter 05+06 - Binutils: Removed
349the tooldir setting from chapter 05-binutils, moved its description to
350chapter 06-binutils.</para></listitem>
351
352<listitem><para>May 26th, 2002 [gerard]: Chapter 05 - Gawk &amp; Findutils:
353simplified the installation by removing the libexecdir modifications. We
354can live with a
355<filename class="directory">$LFS/static/libexecdir</filename> being created.
356The whole <filename class="directory">$LFS/static</filename> directory is
357temporarily anyways, so we're not all that concerned with what it looks
358like.</para></listitem>
359
360<listitem><para>May 26th, 2002 [gerard]: Chapter 06 - Creating Directories:
361removed the <userinput>cd /</userinput> command and changed the two
362<userinput>chmod</userinput> commands to use absolute paths
363instead.</para></listitem>
364
365<listitem><para>May 25th, 2002 [markh]: Chapter 06 - Some minor
366corrections dealing with removing the $LFS variable where it isn't
367wanted.</para></listitem>
368
369<listitem><para>May 23rd, 2002 [gerard]: Implemented the
370keep_chap5_and_chap6_sep lfs-hint. Highlights of the change: added
371findutils and util-linux to chapter 5, installed everything from chapter 5
372into <filename class="directory">$LFS/static</filename> and re-ordered the
373installation of packages in chapter 6 to prevent hard-wiring the wrong path
374(files from <filename class="directory">$LFS/static</filename>).</para></listitem>
375
376<listitem><para>May 23rd, 2002 [gerard]: Appendix A - E2fsprogs: Added some
377more descriptions.</para></listitem>
378
379<listitem><para>May 23rd, 2002 [gerard]: Appendix A - Bin86: Added some
380descriptions.</para></listitem>
381
382<listitem><para>May 23rd, 2002 [gerard]: Appendix A - Flex: Added some
383descriptions.</para></listitem>
384
385<listitem><para>May 23rd, 2002 [gerard]: Appendix A - Glibc: Added some
386more descriptions.</para></listitem>
387
388<listitem><para>May 18th, 2002 [gerard]: Appendix A - E2fsprogs: Added some
389descriptions.</para></listitem>
390
391<listitem><para>May 18th, 2002 [gerard]: Appendix A - Glibc: Added some
392more descriptions.</para></listitem>
393
394<listitem><para>May 17th, 2002 [markh]: Changed all chown X.X's to chown
395X:X's which is less likely to run into problems (according to info
396chown).</para></listitem>
397
398<listitem><para>May 16th, 2002 [gerard]: Chapter 01 - Mirror sites: Added
399http interface to FTP mirror at idge.net</para></listitem>
400
401<listitem><para>May 16th, 2002 [gerard]: Appendix A - Glibc: Added some
402more descriptions.</para></listitem>
403
404<listitem><para>May 15th, 2002 [markh]: Chapter 05 - Bzip2. Changed the
405instructions to deal with hard links in older distros a'la the Chapter
40605 gzip instructions.</para></listitem>
407
408<listitem><para>May 11th, 2002 [markh]: Various XML
409fixups; mainly altering &lt;ulink&gt; tags to remove erroneous &amp;#13;
410in the HTML output.</para></listitem>
411
412<listitem><para>May 9th, 2002 [gerard]: Appendix A - Glibc: Filled in the
413missing descriptions.</para></listitem>
414
415<listitem><para>May 6th, 2002 [gerard]: Chapter 06 - Shadow: Fixed the
416symlink location of <filename class="symlink">vigr</filename> to
417<filename class="directory">/usr/sbin</filename></para></listitem>
418
419<listitem><para>May 2nd, 2002 [gerard]: Chapter 06 - Procps: Changed the
420two single quotes to two double quotes (the two single quotes can be
421mistaken for one double quote which will cause an error).</para></listitem>
422
423<listitem><para>May 2nd, 2002 [gerard]: Changed the
424<userinput>cd dir && ln -sf</userinput> commands to one single command
425(such as <userinput>ln -sf bash $LFS/bin/sh</userinput> Same goes for
426<userinput>cd dir && mv/cp</userinput> constructions which are now replaced
427with constructions like
428<userinput>mv $LFS/usr/bin/{bzcat,bzip2} $LFS/bin</userinput></para></listitem>
429
430<listitem><para>May 2nd, 2002 [markh]: Removed the "Removing old NSS
431library files" section.</para></listitem>
432
433<listitem><para>May 1st, 2002 [gerard]: Removed all Glibc-2.0 workarounds -
434gzip patch, sh-utils patch, copying of libnss files. Also removed the
435<userinput>export VAR=VALUE...unset VAR</userinput> constructions and
436changed them to <userinput>VAR=VALUE ./configure</userinput>
437constructions.</para></listitem>
438
439<listitem><para>April 26th, 2002 [marcheerdink]: Chapter 06 Findutils: added
440libexecdir=/usr/bin to the make command to fix a wrong libexecdir path in
441updatedb.</para></listitem>
442
443<listitem><para>April 25th, 2002 [gerard]: Chapter 06 Glibc: added a note
444that if you want to manually install some locales, instead of all of them,
445then you first need to create the
446<filename class="directory">/usr/lib/locale</filename> directory.</para></listitem>
447
448<listitem><para>April 21st,2002 [gerard & markh]: Upgraded to
449MAKEDEV-1.5</para></listitem>
450
451<listitem><para>April 12th, 2002 [markh]: Added entities/ directory to
452cvs and split up index.xml.</para></listitem>
453
454<listitem><para>April 10th, 2002 [marcheerdink]: Updated to the following
455packages: bison-1.35, diffutils-2.8.1, texinfo-4.2, util-linux-2.11q
456</para></listitem>
457
458<listitem><para>April 9th, 2002 [marcheerdink]: Added --disable-perl-regexp
459to the grep configure flags to avoid linking against a non-existing static
460pcre library.</para></listitem>
461
462<listitem><para>April 8th, 2002 [gerard]: Added the
463http://ftp.de.linuxfromscratch.org mirror (to complement
464ftp://ftp.de).</para></listitem>
465
466</itemizedlist>
467
468<para>3.3 - April 7th, 2002</para>
469
470<itemizedlist>
471
472<listitem><para>Updated to:
473
474<itemizedlist>
475<listitem><para>autoconf-2.53</para></listitem>
476<listitem><para>automake-1.6</para></listitem>
477<listitem><para>bin86-0.16.2</para></listitem>
478<listitem><para>binutils-2.12</para></listitem>
479<listitem><para>bison-1.34</para></listitem>
480<listitem><para>bzip2-1.0.2</para></listitem>
481<listitem><para>diffutils-2.8</para></listitem>
482<listitem><para>e2fsprogs-1.27</para></listitem>
483<listitem><para>gawk-3.1.0</para></listitem>
484<listitem><para>gettext-0.11.1</para></listitem>
485<listitem><para>grep-2.5</para></listitem>
486<listitem><para>less-374</para></listitem>
487<listitem><para>lfs-bootscripts-1.9</para></listitem>
488<listitem><para>lilo-22.2</para></listitem>
489<listitem><para>linux-2.4.18</para></listitem>
490<listitem><para>man-pages-1.48</para></listitem>
491<listitem><para>modutils-2.4.15</para></listitem>
492<listitem><para>reiserfsprogs-3.x.1b</para></listitem>
493<listitem><para>shadow-4.0.3</para></listitem>
494<listitem><para>texinfo-4.1</para></listitem>
495<listitem><para>util-linux-2.11o</para></listitem>
496<listitem><para>vim-6.1</para></listitem>
497</itemizedlist>
498
499</para></listitem>
500
501<listitem><para>April 7th, 2002 [gerard]: Added a new mirror site located
502in Freising, Germany</para></listitem>
503
504<listitem><para>April 5th, 2002 [gerard]: Chapter 07 - Loadkeys: Added this
505page explaining that you can remove the loadkeys symlink from <filename
506class="directory">/etc/rc.d/rcsysinit.d</filename> if you compiled a keymap
507directly into the kernel.</para></listitem>
508
509<listitem><para>April 5th, 2002 [gerard]: Chapter 06 - Configuring
510Keyboard: explained you can also compile the keymap directly into the
511kernel which has additional benefits.</para></listitem>
512
513<listitem><para>April 5th, 2002 [gerard]: Upgraded to
514lfs-bootscripts-1.9</para></listitem>
515
516<listitem><para>April 5th, 2002 [gerard]: Chapter 05+06 - GCC: Added
517commands to remove the <filename class="directory">/usr/*-gnu</filename>
518directory.</para></listitem>
519
520<listitem><para>April 4th, 2002 [gerard]: Chapter 05 - Diffutils: Added
521--disable-nls</para></listitem>
522
523<listitem><para>April 3rd, 2002 [gerard]: Appendix A - Gettext: Added the
524missing package descriptions.</para></listitem>
525
526<listitem><para>April 3rd, 2002 [gerard]: Chapter 05 - Mounting $LFS/proc:
527Added <userinput>chown root.root $LFS/proc</userinput>. The recursive chown
528operation in chapter 6 doesn't touch proc, so this'll remain owned by user
529<emphasis>lfs</emphasis>. It's not a big deal, just not a very clean thing
530to do.</para></listitem>
531
532<listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Groff: Added a few
533symlinks that are used by programs like <userinput>xman</userinput> and
534others.</para></listitem>
535
536<listitem><para>April 3rd, 2002 [gerard]: Chapter 04 - Mounting partitions:
537Added some notes how to deal with multiple partitions ($LFS, $LFS/usr and
538so on).</para></listitem>
539
540<listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - E2fsprogs: Added
541<userinput>install-info</userinput> command to finish off the info page
542installation.</para></listitem>
543
544<listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Bzip2: Reversed the
545<userinput>make</userinput> and <userinput>make -f
546Makefile-libbz2_so</userinput>. This is needed so all object files are
547compiled with the PIC option (Position Independent Code).</para></listitem>
548
549<listitem><para>April 3rd, 2002 [gerard]: Chapter 05 - Linux: Shortened the
550installation instructions by cutting out the <userinput>make
551config</userinput> and <userinput>make dep</userinput>
552stages.</para></listitem>
553
554<listitem><para>April 1st, 2002 [gerard]: This is not a joke: Chapter 5+6 -
555Gawk: Added a warning to never run <userinput>make uninstall</userinput> on
556the package. It will be pretty much equivalent to <userinput>rm -rf
557/usr/bin/*</userinput> because we override the <filename
558class="directory">libexec</filename> directory definition to <filename
559class="directory">/usr/bin</filename></para></listitem>
560
561<listitem><para>March 29th, 2002 [markh]: Chapter 05 and 06 - Updated to
562diffutils-2.8, modutils-2.4.15 and vim-6.1. Removed PR_PROGRAM setting
563for diffutils as /usr/bin/pr is now detected by the configure script.
564Removed sed to fix problem with shell syntax highlighting in vim as that
565is fixed in the new version.</para></listitem>
566
567<listitem><para>March 26th, 2002 [markh]: Chapter 02 - Asking for help:
568Added reference to ESR's smart-questions document.</para></listitem>
569
570<listitem><para>March 25th, 2002 [markh]: Binutils - Added libopcodes
571library description.</para></listitem>
572
573<listitem><para>March 21st, 2002 [gerard]: Chapter 06 - Bzip2: Before we
574move <filename>/usr/bin/bzless</filename> and
575<filename>/usr/bin/bzmore</filename> to the <filename
576class="directory">/bin</filename> directory, we first remove the
577<filename>/bin/bzless</filename> and <filename>/bin/bzmore</filename>
578files. On some systems overwriting the existing files doesn't work due to
579hardlinks being used.</para></listitem>
580
581<listitem><para>March 21st, 2002 [gerard]: Appendix A - Sysklogd: Updated
582the download location to <ulink url="http://www.infodrom.org/projects/sysklogd/"/></para></listitem>
583
584<listitem><para>March 20th, 2002 [gerard]: Chapter 06 - Configure Dynamic
585Loader: Removed the <filename class="directory">/lib</filename> and
586<filename class="directory">/usr/lib</filename> directories from the
587<filename>ld.so.conf</filename> file. They were
588unnecessary.</para></listitem>
589
590<listitem><para>March 16th, 2002 [gerard]: Chapter 06+Appendix A: Removed
591the chroot dependencies. It's not a package so it's a bit out of
592place.</para></listitem>
593
594<listitem><para>March 16th, 2002 [gerard]: Chapter 05+06 - Gawk: Added
595commands to sed the <filename>awklib/Makefile.in</filename> file to change
596the <emphasis>datadir</emphasis> and <emphasis>libexecdir</emphasis>
597definitions</para></listitem>
598
599<listitem><para>March 15th, 2002 [gerard]: Chapter 01 - Mailing lists:
600Added lfs-chat description</para></listitem>
601
602<listitem><para>March 15th, 2002 [gerard]: Chapter 06-Shadow: Move
603<filename>libmisc.*a</filename> to
604<filename class="directory">/usr/lib</filename> too.</para></listitem>
605
606<listitem><para>March 14th, 2002 [gerard]: Upgraded to
607bison-1.34, gettext-0.11.1, grep-2.5, lfs-bootscripts-1.8,
608shadow-4.0.3</para></listitem>
609
610<listitem><para>March 11th, 2002 [gerard]: Upgraded to
611binutils-2.12</para></listitem>
612
613<listitem><para>March 11th, 2002 [gerard]: Chapter 07 - Setclock: The text
614here hinted towards the fact that you could skip configuring this step
615which isn't true unless the entire script would be removed. So the text was
616changed a bit to just have them create the file no matter how the hardware
617clock is set up.</para></listitem>
618
619<listitem><para>March 11th, 2002 [gerard]: Chapter 07 - Loadkeys: Removed
620the need to configure a <filename>/etc/sysconfig/keyboard</filename> file.
621The kbd patch makes this obsolete (loadkeys -d is used
622now).</para></listitem>
623
624<listitem><para>March 11th, 2002 [gerard]: Chapter 05 - Gawk: Added
625-Dre_max_failures=re_max_failures2 bug fix for glibc-2.1.x
626systems.</para></listitem>
627
628<listitem><para>March 11th, 2002 [gerard]: Chapter 06 - Bzip2: Before
629installing, remove <filename>/usr/bin/bz*</filename>. The bzip2
630installation doesn't deal with existing files properly when making hard
631links, so we remove the files first.</para></listitem>
632
633<listitem><para>March 10th, 2002 [gerard]: Chapter 06 - Configure keyboard:
634Added section to configure keyboard keymap file by creating the <filename
635class="symlink">/usr/share/kbd/keymaps/defkeymap.map.gz</filename>
636symlink.</para></listitem>
637
638<listitem><para>March 9th, 2002 [gerard]: Chapter 08 - Make bootable: Added
639a <userinput>cp</userinput> command that finds all the kernel images from
640<filename>/etc/lilo.conf</filename> automatically and copies them to
641<filename class="directory">$LFS/boot</filename>.</para></listitem>
642
643<listitem><para>March 9th, 2002 [gerard]: Chapter 06 - Man: Moved the
644<filename>man.conf</filename> from <filename
645class="directory">/usr/share/misc</filename> to <filename
646class="directory">/etc</filename>.</para></listitem>
647
648<listitem><para>March 9th, 2002 [gerard]: Chapter 07: Added a page about
649the sysklogd script and explain that the default script includes the
650<emphasis>-m 0</emphasis> option to
651<userinput>syslogd</userinput>.</para></listitem>
652
653<listitem><para>March 8th, 2002 [gerard]: Removed the Mawk package and
654replaced with the Gawk package. This was done because mawk is no longer
655being developed, while gawk is. Mawk has some POSIX compliance bugs that
656are fixed in Gawk.</para></listitem>
657
658<listitem><para>March 8th, 2002 [gerard]: Updated to the following
659packages: autoconf-2.53, automake-1.6, bin86-0.16.2, bison-1.33,
660bzip2-1.0.2, e2fsprogs-1.27, gawk-3.1.0, gettext-0.11, less-374, lilo-22.2,
661linux-2.4.18, man-pages-1.48, modutils-2.4.14, reiserfsprogs-3.x.1b,
662shadow-4.0.2, texinfo-4.1, util-linux-2.11o</para></listitem>
663
664</itemizedlist>
665
666<para>3.2 - March 7th, 2002</para>
667
668<itemizedlist>
669
670<listitem><para>Updated to:
671
672<itemizedlist>
673<listitem><para>lfs-bootscripts-1.6</para></listitem>
674</itemizedlist>
675
676</para></listitem>
677
678<listitem><para>March 1st, 2002 [gerard]: Chapter 05 - Creating
679directories: Removed the <filename class="directory">/usr/var</filename>
680and <filename class="directory">/usr/local/var</filename> directories. They
681aren't recommended by the <emphasis>FHS</emphasis>.</para></listitem>
682
683<listitem><para>February 27th, 2002 [gerard]: Chapter 06 - Make: Added
684commands to remove the setgid kmem bit from
685<filename>/usr/bin/make</filename>. This isn't needed on Linux systems to
686deal with the system load and it causes some other problems too that are
687fixed by removing the setgid bit.</para></listitem>
688
689<listitem><para>February 26th, 2002 [gerard]: Upgraded to
690lfs-bootscripts-1.6</para></listitem>
691
692<listitem><para>February 17th, 2002 [gerard]: Chapter 05 - Sh-utils: Added
693the command again that moves $LFS/usr/bin/chroot to
694$LFS/usr/sbin</para></listitem>
695
696<listitem><para>February 17th, 2002 [gerard] Updated dependencies for all
697packages.</para></listitem>
698
699<listitem><para>February 15th, 2002 [gerard] Chapter 01: Added a new mirror
700to the list located in The Netherlands (www.nl and
701ftp.nl).</para></listitem>
702
703<listitem><para>February 11th, 2002 [markh] Chapter 05: Sh-utils:
704Removed extra &amp;&amp; from end of install
705instructions.</para></listitem>
706
707<listitem><para>February 10th, 2002 [gerard]: Chapter 05 - Sh-utils:
708Removed <emphasis>su</emphasis> from the <emphasis>mv</emphasis> command
709as this isn't installed in chapter 5.</para></listitem>
710
711</itemizedlist>
712
713<para>3.2-RC1 - February 10th, 2002</para>
714
715<itemizedlist>
716
717<listitem><para>Updated to:
718
719<itemizedlist>
720<listitem><para>bison-1.31</para></listitem>
721<listitem><para>file-3.37</para></listitem>
722<listitem><para>glibc-2.2.5</para></listitem>
723<listitem><para>kbd-1.06-2.patch</para></listitem>
724<listitem><para>lfs-bootscripts-1.5</para></listitem>
725<listitem><para>linux-2.4.17</para></listitem>
726<listitem><para>man-pages-1.47</para></listitem>
727<listitem><para>psmisc-20.2</para></listitem>
728<listitem><para>sysvinit-2.84</para></listitem>
729<listitem><para>util-linux-2.11n</para></listitem>
730</itemizedlist>
731
732</para></listitem></itemizedlist>
733
734<itemizedlist>
735
736<listitem><para>February 10th, 2002 [gerard]: Chapter 6: Added a sed
737command to change gzexe's hardcoded /usr/bin/gzip path and change it to
738/bin/gzip.</para></listitem>
739
740<listitem><para>February 10th, 2002 [gerard]: Chapter 5 + 6: Moved
741additional programs to the ($LFS)/bin directory that are used by the
742bootscripts. No programs used by bootscripts (except daemons themselves)
743should be in the /usr directory in case /usr isn't available until far
744along in the boot process (when it's an NFS share for
745example).</para></listitem>
746
747<listitem><para>February 6th, 2002 [markh]: Appendix A - All
748descriptions now synced and updated.</para></listitem>
749
750<listitem><para>February 2nd, 2002 [gerard]: Chapter 6 - Changing owner:
751Added <quote>cd /</quote> so the leading slash can be removed from all the
752directories in the chown commands. It's more pleasant to type out this
753way.</para></listitem>
754
755<listitem><para>February 2nd, 2002 [gerard]: Updated to
756lfs-bootscripts-1.5</para></listitem>
757
758<listitem><para>February 2nd, 2002 [gerard]: Chapter 6 - Gzip: Removed the
759compress symlink. Gzip can uncompress .Z files but it can't compress into
760that format.</para></listitem>
761
762<listitem><para>February 1st, 2002 [gerard]: Updated to
763lfs-bootscripts-1.3</para></listitem>
764
765<listitem><para>February 1st, 2002 [gerard]: Chapter 6 - Glibc: Instead of
766sed'ing the <filename>config.make</filename> file, create the
767<filename>glibc-build/configparms</filename> file containing
768<quote>cross-compiling = no</quote>.</para></listitem>
769
770<listitem><para>January 30th, 2002 [marcheerdink]: Chapters 5: Changed
771the commands to copy the header files to support versions of cp older
772than 4.1.</para></listitem>
773
774<listitem><para>January 30th, 2002 [markh]: Chapters 5+6: Added
775CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" to the configure command for patch.
776This fixes compilation on PPC and m68k platforms and doesn't hurt on
777x86.</para></listitem>
778
779<listitem><para>January 30th, 2002 [gerard]: Chapter 5 - Mounting proc:
780Rephrased the text a bit (it implied you can only mount the proc fs more
781than once, which isn't true anymore these days).</para></listitem>
782
783<listitem><para>January 30th, 2002 [markh]: Chapter 5: Enhanced the make
784mrproper explanation.</para></listitem>
785
786<listitem><para>January 30th, 2002 [marcheerdink]: Chapters 5+6: Removed
787the --libexecdir flag from fileutils' configure options.</para></listitem>
788
789<listitem><para>January 30th, 2002 [marcheerdink]: Chapters 6: Added a
790symlink from vipw to vigr after installing shadow.</para></listitem>
791
792<listitem><para>January 30th, 2002 [markh]: Chapters 5+6: Changed
793binutils and e2fsprogs installation instructions to use separate
794directories ala gcc and glibc.</para></listitem>
795
796<listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Bootscripts: Added
797a chown root.root after the cp.</para></listitem>
798
799<listitem><para>January 30th, 2002 [gerard]: Appendix A - Texinfo: the info
800programs works on the /usr/share/info directory not
801/usr/doc/info.</para></listitem>
802
803<listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Procps: Fixed typo
804the path to the app-defaults directory (it's
805/usr/X11R6/lib/X11/app-defaults and not
806usr/X11R6/lib/app-defaults).</para></listitem>
807
808<listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Configure
809software: Simplified the commands to create the utmp, btmp, lastlog and
810wtmp files.</para></listitem>
811
812<listitem><para>January 30th, 2002 [gerard]: Chapter1: Moved
813Acknowledgements to be displayed as the first page in chapter
8141.</para></listitem>
815
816<listitem><para>January 30th, 2002 [gerard]: Chapter 1: Created a separate
817page to list the HTTP and FTP mirrors.</para></listitem>
818
819<listitem><para>January 30th, 2002 [gerard]: Chapter 4 - Creating
820partition: increased the suggested partition size from 750 MB to 1
821GB.</para></listitem>
822
823<listitem><para>January 29th, 2002 [gerard]: Chapter 6 - Shadow: Combined
824the <quote>mv libshadow.a /usr/lib</quote> and
825<quote>mv libshadow.la /usr/lib</quote> commands into
826<quote>mv libshadow.*a /usr/lib</quote></para></listitem>
827
828<listitem><para>January 26th, 2002 [gerard]: Upgraded to
829lfs-bootscripts-1.2</para></listitem>
830
831<listitem><para>January 26th, 2002 [marcheerdink]: Chapter 6: Removed the
832datadir option from bisons configure flags, because recent bisons use the
833correct directory by default.</para></listitem>
834
835<listitem><para>January 23rd, 2002 [markh]: Chapter 6: Added the section
836Create /etc/mtab symlink.</para></listitem>
837
838<listitem><para>January 23rd, 2002 [gerard]: Removed the file -C command
839from the file installation. This package runs this command at the very end
840of the installation so we don't need to do this anymore.</para></listitem>
841
842<listitem><para>January 23rd, 2002 [marcheerdink]: Chapter 4+5+6: The static
843environment is now built as an unprivileged user, removing the risk of
844overwriting files of the host distribution.</para></listitem>
845
846<listitem><para>January 22nd, 2002 [markh]: Back out linuxthreads
847man-page installation instructions as they don't work (they need perl
848which we don't have installed at that point).</para></listitem>
849
850<listitem><para>January 21st, 2002 [markh]: Updated to glibc-2.2.5. At
851the same time, fixed the glibc installation so that the linuxthreads man
852pages are installed.</para></listitem>
853
854<listitem><para>January 21st, 2002 [markh]: Updated to bison-1.31,
855file-3.37, kernel-2.4.17, psmisc-20.2 and
856sysvinit-2.84.</para></listitem>
857
858<listitem><para>January 21st, 2002 [markh]: Updated to util-linux-2.11n
859and removed ADD_RAW=yes as it's no longer needed.</para></listitem>
860
861<listitem><para>January 21st, 2002 [markh]: Updated to man-pages-1.47
862and removed the man-pages patch.</para></listitem>
863
864<listitem><para>January 15th, 2002 [gerard]: Appendix A: Added bootscripts
865files (dependencies, download location, descriptions)</para></listitem>
866
867<listitem><para>January 15th, 2002 [gerard]: Chapter 6: Added bootscripts
868installation.</para></listitem>
869
870<listitem><para>January 15th, 2002 [gerard]: Chapter 7: Removed most of the
871scripts, only left the part of a few where we set up config files in
872/etc/sysconfig.</para></listitem>
873
874<listitem><para>January 15th, 2002 [gerard]: Chapter 6 - Configuring
875Sysvinit: Changed the inittab contents to match the new
876bootscripts.</para></listitem>
877
878<listitem><para>January 15th, 2002 [marcheerdink]: Chapter 6 - file: changed
879the installation instruction so the sed isn't necessary anymore.</para></listitem>
880
881<listitem><para>January 14th, 2002 [marcheerdink]: Changed the kernel header
882files installation in chapter 5 so it's a bit more portable.</para></listitem>
883
884<listitem><para>January 6th, 2002 [gerard]: Reformatted the dependency
885lists.</para></listitem>
886
887<listitem><para>January 1st, 2002 [gerard]: Happy New Year
888LFS!</para></listitem>
889
890<listitem><para>January 1st, 2002 [markh]: First Changelog of New Year!
891Update copyright notice to cover 2002 ;-) OK - I'm
892sad...</para></listitem>
893
894<listitem><para>December 16th, 2001 [gerard]: Chapter 6 - Ed: Reworded why
895ed is optional to eliminate some confusion.</para></listitem>
896
897<listitem><para>December 16th, 2001 [gerard]: Chapter 6 - Texinfo: Reworded
898the TEXMF explanation to eliminate some confusion.</para></listitem>
899
900<listitem><para>December 15th, 2001 [gerard]: Chapter 4: Replaced the "One
901partition hint" reference with lfs_next_to_existing_systems.txt hint
902reference.</para></listitem>
903
904<listitem><para>December 15th, 2001 [markh]: Finish Appendix merge. All
905of the old appendices A, B and D are now in one (large) Appendix
906A.</para></listitem>
907
908<listitem><para>December 14th, 2001 [markh]: Merged appendices A and
909B.</para></listitem>
910
911<listitem><para>December 13th, 2001 [markh]: Appendix B: Changed dbhtml
912tag so that the flex page is now created as flex.html instead of
913flex</para></listitem>
914
915<listitem><para>December 13th, 2001 [markh]: Appendix D: Moved
916metalab.unc.edu and ftp.ibiblio.org references to the proper URL
917ibiblio.org.</para></listitem>
918
919<listitem><para>December 12th, 2001 [marcheerdink]: Chapter 6: Moved
920the kbd patch to the default installation instructions; upgraded to
921kbd-1.06-2.patch to fix installation of some programs; added the
922descriptions for these programs; removed the loadkeys -d warning that
923was a leftover from the time where loadkeys -d wasn't fixed yet.</para></listitem>
924
925<listitem><para>December 11th, 2001 [markh]: Chapter 6: Add the "why we
926cd $LFS before chroot" explanation.</para></listitem>
927
928<listitem><para>December 10th, 2001 [markh]: Chapter 6: Add kbd patch
929for loadkeys -d behaviour (patch by Matthias Benkmann; originally posted
930to the lfs-dev list).</para></listitem>
931
932<listitem><para>December 10th, 2001 [markh]: Chapter 6: Re-create
933symlinks in bash, fileutils and gcc instructions to make the Chapter 6
934instructions independent of those in chapter 5.</para></listitem>
935
936<listitem><para>December 10th, 2001 [marcheerdink]: Chapter 5+6: Cleaned
937up the sed commands to use the backup file that was created earlier instead
938of writing to an intermediate 'tmp~' file.</para></listitem>
939
940<listitem><para>December 10th, 2001 [marcheerdink]: Chapter 5+6: 'make'
941command for diffutils installation changed to 'make PR_PROGRAM=/usr/bin/pr.'
942This bug was reported by Greg Schafer.</para></listitem>
943
944<listitem><para>December 7th, 2001 [gerard]: Chapter 6: Change the
945configure command from <emphasis>./Configure -Dprefix=/usr</emphasis> to
946<emphasis>./configure.gnu --prefix=/usr</emphasis>. This is more consistent
947with the installation instructions for the other packages, and the result
948is identical to the old way.</para></listitem>
949
950<listitem><para>December 3rd, 2001 [markh]: Chapter 2: Added the Which
951Platform? section.</para></listitem>
952
953</itemizedlist>
954
955<para>3.1 - December 3rd, 2001</para>
956
957<itemizedlist>
958
959<listitem><para>Added:
960
961<itemizedlist>
962<listitem><para>reiserfsprogs-3.x.0j</para></listitem>
963</itemizedlist>
964
965</para></listitem>
966
967<listitem><para>Updated to:
968
969<itemizedlist>
970<listitem><para>MAKEDEV-1.4</para></listitem>
971<listitem><para>bash-2.05a</para></listitem>
972<listitem><para>e2fsprogs-1.25</para></listitem>
973<listitem><para>gettext-0.10.40</para></listitem>
974<listitem><para>libtool-1.4.2</para></listitem>
975<listitem><para>lilo-22.1</para></listitem>
976<listitem><para>linux-2.4.16</para></listitem>
977<listitem><para>man-1.5j</para></listitem>
978<listitem><para>man-pages-1.43</para></listitem>
979<listitem><para>modutils-2.4.12</para></listitem>
980<listitem><para>sysvinit-2.83</para></listitem>
981<listitem><para>util-linux-2.11m</para></listitem>
982<listitem><para>vim-6.0</para></listitem>
983</itemizedlist>
984
985</para></listitem>
986
987<listitem><para>November 30th, 2001 [markh]: Chapter 6: Updated to
988man-1.5j. Removed the sed which we had to use with the old version as
989the new one detects awk properly.</para></listitem>
990
991<listitem><para>November 30th, 2001 [markh]: Chapter 5: Added static
992library explanation originally posted on lfs-apps (when it still
993existed) by Plasmatic.</para></listitem>
994
995<listitem><para>November 26th, 2001 [markh]: Chapter 5+6: Updated to
996kernel-2.4.16 and modutils-2.4.12.</para></listitem>
997
998<listitem><para>November 26th, 2001 [markh]: Chapter 6: Added FHS
999compliance notes to the findutils installation.</para></listitem>
1000
1001<listitem><para>November 19th, 2001 [markh]: Chapter 5+6: Updated to
1002bash-2.05a, lilo-22.1, MAKEDEV-1.4, man-pages-1.43 and
1003util-linux-2.11m.</para></listitem>
1004
1005<listitem><para>November 5th, 2001 [markh]: Chapter 6: Created new lex
1006script instead of link to flex following comment on lfs-dev. (This is
1007similar to what we do with bison and yacc).</para></listitem>
1008
1009<listitem><para>October 27th, 2001 [markh]: General: Large XML Tidy-up.
1010Shouldn't affect the book text or layout. If it does, something has
1011gone wrong!</para></listitem>
1012
1013<listitem><para>October 27th, 2001 [markh]: Chapter 6: Added
1014reiserfsprogs-3.x.0j and updated to lilo-22.0.2.</para></listitem>
1015
1016<listitem><para>October 24th, 2001 [markh]: General: Fixed a bundle of
1017spelling errors which were reported.</para></listitem>
1018
1019<listitem><para>October 12th, 2001 [markh]: Chapter 5 - Kernel: Added
1020explanation as to why we copy the kernel headers rather than symlink
1021them.</para></listitem>
1022
1023<listitem><para>October 12th, 2001 [markh]: Appendix A - Gzip: Added
1024uncompress to the gunzip description as it was
1025missing.</para></listitem>
1026
1027<listitem><para>October 12th, 2001 [markh]: Chapter 6 - Util-linux:
1028Removed the USRGAMES_DIR=/usr/bin entry as it's no longer needed with
1029util-linux-2.11l.</para></listitem>
1030
1031<listitem><para>October 9th, 2001 [gerard]: Chapter 6 - Kbd: Removed the
1032--datadir option, kbd's default is set properly already.</para></listitem>
1033
1034<listitem><para>October 7th, 2001 [gerard]: Chapter 6 - Shadow: Mentioned
1035the <ulink url="http://hints.linuxfromscratch.org/hints/shadowpasswd_plus.txt"/>
1036lfs-hint</para></listitem>
1037
1038<listitem><para>October 7th, 2001 [gerard]: Chapter 6 - Vim: Changed the
1039installation instructions to fix a bug in vim-6.0's
1040<filename>syntax/sh.vim</filename> file, and added the CPPFLAGS variable
1041to specify the global vimrc file as
1042<filename>/etc/vimrc</filename></para></listitem>
1043
1044<listitem><para>October 7th, 2001 [gerard]: Chapter 6: Updated to
1045libtool-1.4.2, lilo-22.0, man-pages-1.40, modutils-2.4.10, sysvinit-2.83,
1046util-linux-2.11l and vim-6.0</para></listitem>
1047
1048<listitem><para>October 2nd, 2001 [gerard]: Chapter 9 - The End: Added the
1049reference to the LFS Counter at
1050<ulink url="http://linuxfromscratch.org/cgi-bin/lfscounter.cgi"/></para></listitem>
1051
1052<listitem><para>September 26th, 2001 [gerard]: Chapter 1 - News server:
1053Added reference to the news server</para></listitem>
1054
1055<listitem><para>September 26th, 2001 [markh]: Chapter 6 - E2fsprogs: Changed
1056--with-root-prefix=/ to --with-root-prefix="" in e2fsprogs install
1057instructions. The reason for the change is that a value of / will cause
1058symlinks and installation paths to use things like //lib instead of
1059just /lib. This isn't bad perse, it just doesn't look
1060nice.</para></listitem>
1061
1062<listitem><para>September 26th, 2001 [markh]: Chapter 5+6: Updated to
1063e2fsprogs-1.25, gettext-0.10.40, linux-2.4.10, modutils-2.4.9 and
1064util-linux-2.11i.</para></listitem>
1065
1066<listitem><para>September 22nd, 2001 [markh]: Appendix A: Re-ordered the
1067descriptions into alphabetical order.</para></listitem>
1068
1069</itemizedlist>
1070
1071<para>3.0 - September 21st, 2001</para>
1072
1073<itemizedlist>
1074
1075<listitem><para>Updated to:
1076
1077<itemizedlist>
1078
1079<listitem><para>e2fsprogs-1.24</para></listitem>
1080
1081</itemizedlist>
1082
1083</para></listitem>
1084
1085<listitem><para>September 21st, 2001 [markh]: Chapter 1+7: Changed the
1086mailing list information to reflect the new ml
1087structure. The Ch7 change is that the rc and rcS scripts now ask people
1088to report problems to lfs-dev instead of lfs-discuss.</para></listitem>
1089
1090<listitem><para>September 18th, 2001 [gerard]: Chapter 5+6 - GCC:
1091Added --enable-threads=posix to chapter 5, and changed --enable-threads to
1092--enable-threads=posix in chapter 6. Although the default is posix threads
1093when
1094not specified, it's clearer this way what's being
1095enabled.</para></listitem>
1096
1097<listitem><para>September 17th, 2001 [gerard]: Chapter 6 - Psmisc:
1098Added notes how to deal with psmisc's pidof symlink (in case sysvinit
1099isn't installed) and man page. Also, added --exec-prefix=/ to psmisc's
1100configure script in order for the programs to be installed in /bin
1101rather than /usr/bin (bootscripts may use them, so they must be in
1102/bin).</para></listitem>
1103
1104<listitem><para>September 16th, 2001 [markh]: Chapter 6 - Util-linux:
1105Added USRGAMES_DIR=/usr/bin to the make install routine so that
1106/usr/games isn't created for banner and it is installed in
1107/usr/bin.</para></listitem>
1108
1109<listitem><para>September 14th, 2001 [markh]: Chapter 6 - E2fsprogs:
1110Updated to version 1.24.</para></listitem>
1111
1112<listitem><para>September 11th, 2001 [gerard]: Chapter 6 - Man: Added
1113missing &amp;&amp; to 'done' and chmod the configure script to mode 755
1114instead of 700 (more of a default mode so people don't _have_ to be
1115running as the owner of that file).</para></listitem>
1116
1117</itemizedlist>
1118
1119</sect1>
1120
Note: See TracBrowser for help on using the repository browser.