source: chapter01/changelog.xml@ 4bc6304

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 4bc6304 was 4bc6304, checked in by Timothy Bauscher <timothy@…>, 22 years ago

Symlink sh to bash, and bash to /static/bin/bash. Shortened some cp commands. Changed call to less so SGR will work.

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

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