source: chapter01/changelog.xml@ 70ad6d7

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_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 70ad6d7 was 70ad6d7, checked in by Gerard Beekmans <gerard@…>, 21 years ago

renamed usbdevfs to usbfs

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

  • Property mode set to 100644
File size: 28.0 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>autoconf-2.54</para></listitem>
12<listitem><para>automake-1.7.1</para></listitem>
13<listitem><para>bison-1.75</para></listitem>
14<listitem><para>e2fsprogs-1.29</para></listitem>
15<listitem><para>groff-1.18.1</para></listitem>
16<listitem><para>kbd-1.08</para></listitem>
17<listitem><para>less-378</para></listitem>
18<listitem><para>make-3.80</para></listitem>
19<listitem><para>man-pages-1.53</para></listitem>
20<listitem><para>modutils-2.4.21</para></listitem>
21<listitem><para>ncurses-5.3</para></listitem>
22<listitem><para>procps-3.0.4</para></listitem>
23<listitem><para>psmisc-21.2</para></listitem>
24<listitem><para>sed-4.0</para></listitem>
25<listitem><para>util-linux-2.11w</para></listitem>
26</itemizedlist>
27</para></listitem>
28
29<listitem><para>Added:
30<itemizedlist>
31<listitem><para>findutils-4.1-segfault.patch</para></listitem>
32<listitem><para>kbd-1.08.patch</para></listitem>
33<listitem><para>libtool-1.4.2.patch</para></listitem>
34</itemizedlist>
35</para></listitem>
36
37<listitem><para>Removed:
38<itemizedlist>
39<listitem><para>kbd-1.06-3.patch</para></listitem>
40<listitem><para>ncurses-5.2-2.patch</para></listitem>
41</itemizedlist>
42</para></listitem>
43
44<listitem><para>December 5th, 2002 [gerard]: Chapter 08 - Renamed
45<emphasis>usbdevfs</emphasis> into <emphasis>usbfs</emphasis> as the kernel
46guys made this change to reduce confusion with
47<emphasis>devfs</emphasis>.</para></listitem>
48
49<listitem><para>December 3rd, 2002 [gerard]: Chapter 05 - Sed: Added
50--disable-nls</para></listitem>
51
52<listitem><para>December 3rd, 2002 [gerard]: Chapter 03 - Creating
53filesystem: Added a note that <userinput>mkswap</userinput> has to be run
54if a new swap partition has been created.</para></listitem>
55
56<listitem><para>December 3rd, 2002 [gerard]: Chapter 06 - Bzip2: Removed
57unnecesary lines that first create a symlink, then remove it
58again.</para></listitem>
59
60<listitem><para>December 3rd, 2002 [gerard]: Appendix A - Bzip2: Updated
61the download URL.</para></listitem>
62
63<listitem><para>December 3rd, 2002 [gerard]: Chapter 06 - Groff: Removed
64the <emphasis>PROCESSEDEXAMPLEFILES=""</emphasis>
65variables.</para></listitem>
66
67<listitem><para>October 25th, 2002 [timothy]: Preface: Added
68"Prerequisites" section.</para></listitem>
69
70<listitem><para>October 25th, 2002 [timothy]: Chapter 09: Added "What now?"
71section.</para></listitem>
72
73<listitem><para>October 25th, 2002 [timothy]: Removed
74Appendix B.</para></listitem>
75
76<listitem><para>October 25th, 2002 [timothy]: Chapter 02: Removed "Which
77Platform" section.</para></listitem>
78
79<listitem><para>October 23rd, 2002 [timothy]: Swapped chapter03 and
80chapter04.</para></listitem>
81
82<listitem><para>October 23rd, 2002 [timothy]: Chapter 02: Removed "Where
83to store the downloaded software" and "How to install the software"
84sections.</para></listitem>
85
86<listitem><para>October 23rd, 2002 [timothy]: Upgraded to bison-1.75,
87sed-4.0. Moved m4 before bison to meet its dependency.</para></listitem>
88
89<listitem><para>October 21st, 2002 [timothy]: Chapter 06 - Linux-2.4.19:
90Replaced <userinput>mkdir /usr/include/asm</userinput> and
91<userinput>cp</userinput> command with
92<userinput>cp -HR</userinput>.</para></listitem>
93
94<listitem><para>October 21st, 2002 [timothy]: Added findutils-4.1-segfault.patch
95to fix a segfault in locate when it encounters a very long path
96name.</para></listitem>
97
98<listitem><para>October 21st, 2002 [timothy]: Added libtool-1.4.2.patch to fix
99an incompatibility between Autoconf 2.53 and Libtool 1.4.x.</para></listitem>
100
101<listitem><para>October 21st, 2002 [timothy]: Upgraded to automake-1.7.1,
102modutils-2.4.21, man-pages-1.53, kbd-1.08, util-linux-2.11w, autoconf-2.54,
103e2fsprogs-1.29, groff-1.18.1, psmisc-21.2, less-378, procps-3.0.4,
104make-3.80, ncurses-5.3.</para></listitem>
105
106<listitem><para>October 20th, 2002 [timothy]: Uncompressed
107patches.</para></listitem>
108
109<listitem><para>October 13th, 2002 [markh]: Chapter 05 - Bzip2: Added -s
110to CC argument to make it consistent.</para></listitem>
111
112<listitem><para>October 6th, 2002 [timothy]: Switched to gcc-core and
113gcc-g++.</para></listitem>
114
115<listitem><para>October 6th, 2002 [timothy]: Chapter 06 - Applied Bill
116Maltby's grammatic-fixes patch.</para></listitem>
117
118</itemizedlist>
119
120<para>4.0 - October 5th, 2002</para>
121
122<itemizedlist>
123
124<listitem><para>October 3rd, 2002 [gerard]: Chapter 06 - Linuxthreads:
125Instead of <userinput>cd man</userinput> use the <emphasis>-C</emphasis>
126option to <userinput>make</userinput> which makes a lot more sense (and
127it's shorter too).</para></listitem>
128
129<listitem><para>September 29th, 2002 [gerard]: Chapter 05 - GCC: Fixed the
130old nofixincludes patch and reinstated it.</para></listitem>
131
132<listitem><para>September 29th, 2002 [markh]: Chapter 05 - Bash: Correct
133reference to Debian to refer to the old stable release (potato) as it
134doesn't apply to the current one (woody). Reported by h2k1 on
135#lfs.</para></listitem>
136
137</itemizedlist>
138
139<para>4.0-RC1 - September 28th, 2002</para>
140
141<itemizedlist>
142
143<listitem><para>Upgraded to:
144<itemizedlist>
145<listitem><para>automake-1.6.3</para></listitem>
146<listitem><para>bin86-0.16.3</para></listitem>
147<listitem><para>binutils-2.13</para></listitem>
148<listitem><para>bison-1.35</para></listitem>
149<listitem><para>diffutils-2.8.1</para></listitem>
150<listitem><para>file-3.39</para></listitem>
151<listitem><para>gawk-3.1.1</para></listitem>
152<listitem><para>gcc-3.2</para></listitem>
153<listitem><para>gettext-0.11.5</para></listitem>
154<listitem><para>groff-1.18</para></listitem>
155<listitem><para>gzip-1.2.4b.patch</para></listitem>
156<listitem><para>lfs-bootscripts-1.10</para></listitem>
157<listitem><para>linux-2.4.19</para></listitem>
158<listitem><para>MAKEDEV-1.7</para></listitem>
159<listitem><para>man-1.5k</para></listitem>
160<listitem><para>man-pages-1.52</para></listitem>
161<listitem><para>modutils-2.4.19</para></listitem>
162<listitem><para>ncurses-5.2-2.patch</para></listitem>
163<listitem><para>perl-5.8.0</para></listitem>
164<listitem><para>psmisc-21</para></listitem>
165<listitem><para>texinfo-4.2</para></listitem>
166<listitem><para>textutils-2.1</para></listitem>
167<listitem><para>util-linux-2.11u</para></listitem>
168</itemizedlist>
169</para></listitem>
170
171<listitem><para>Added:
172<itemizedlist>
173<listitem><para>ed-0.2.patch</para></listitem>
174<listitem><para>fileutils-4.1.patch</para></listitem>
175<listitem><para>gawk-3.1.1-2.patch</para></listitem>
176<listitem><para>gcc-3.2.patch</para></listitem>
177<listitem><para>gcc-3.2-nofixincludes.patch</para></listitem>
178<listitem><para>glibc-2.2.5-2.patch</para></listitem>
179<listitem><para>gzip-1.2.4b.patch</para></listitem>
180<listitem><para>kbd-1.06-3.patch</para></listitem>
181<listitem><para>man-1.5k.patch</para></listitem>
182<listitem><para>ncurses-5.2.patch</para></listitem>
183<listitem><para>procps-2.0.7.patch</para></listitem>
184<listitem><para>sh-utils-2.0-hostname.patch</para></listitem>
185<listitem><para>vim-6.1.patch</para></listitem>
186<listitem><para>zlib-1.1.4</para></listitem>
187</itemizedlist>
188</para></listitem>
189
190<listitem><para>Removed:
191<itemizedlist>
192<listitem><para>gzip-1.2.4a.patch</para></listitem>
193<listitem><para>kbd-1.06-2.patch</para></listitem>
194<listitem><para>reiserfsprogs-3.x.1b</para></listitem>
195</itemizedlist>
196</para></listitem>
197
198<listitem><para>September 28th, 2002 [gerard]: Chapter 05 - GCC: Added the
199nofixincludes patch to prevent that script from running in Chapter
20005. It should run in Chapter 06, so we need it to be a seperate
201patch.</para></listitem>
202
203<listitem><para>September 28th, 2002 [gerard]: Chapter 06 - Man: Replaced
204the sed contruction with a regular patch.</para></listitem>
205
206<listitem><para>September 28th, 2002 [gerard]: Chapter 06 - Bzip2: Removed
207the <emphasis>PREFIX=/usr</emphasis> from the
208<userinput>make install</userinput> command because the
209<emphasis>PREFIX</emphasis> is already set to <emphasis>/usr</emphasis> by
210default.</para></listitem>
211
212<listitem><para>September 28th, 2002 [gerard]: Chapter 06 - Vim: Removed
213the FHS compliance notes. They are bogus because Vim doesn't use the
214localstatedir at all.</para></listitem>
215
216<listitem><para>September 28th, 2002 [timothy]: Applied Bill Maltby's
217grammatic-fixes patch. Changed "$LFS" to "LFS" when speaking of the LFS
218environment variable.</para></listitem>
219
220<listitem><para>September 23rd, 2002 [timothy]: Applied Bill Maltby's
221grammatic-related patches.</para></listitem>
222
223<listitem><para>September 23rd, 2002 [timothy]: Added <userinput>-</userinput>
224before <userinput>tar</userinput> options (for clarity).</para></listitem>
225
226<listitem><para>September 22nd, 2002 [timothy]: Chapter 06: Applied Alex's
227grammatic-fixes patch.</para></listitem>
228
229<listitem><para>September 21st, 2002 [timothy]: Chapter 02: Applied Bill
230Maltby's grammatic-fixes patch.</para></listitem>
231
232<listitem><para>September 21st, 2002 [timothy]: Chapter 06 - Zlib:
233<userinput>mv</userinput> shared lib to /lib.</para></listitem>
234
235<listitem><para>September 20th, 2002 [timothy]: Chapter 05 - GCC:
236Removed the <userinput>--enable-threads=posix</userinput> flag since we
237don't build a C++ compiler in this chapter.</para></listitem>
238
239<listitem><para>September 18th, 2002 [timothy]: Chapter 05 - Introduction:
240Removed paragraph about static linking since it seems misleading and is
241covered in better detail in <emphasis>Why Static</emphasis>.</para></listitem>
242
243<listitem><para>September 18th, 2002 [timothy]: Chapter 08 - Linux:
244Removed <userinput>cd</userinput> command.</para></listitem>
245
246<listitem><para>September 18th, 2002 [timothy]: Chapter 06 - Ncurses:
247Removed old <userinput>mv /lib/*.a /usr/lib</userinput> command
248explanation.</para></listitem>
249
250<listitem><para>September 13th, 2002 [gerard]: Chapter 06 - Shadow: Added
251--libdir=/usr/lib to the configure script options. This way a proper
252<filename>libshadow.la</filename> is generated. Also changed the
253<userinput>mv</userinput> command to move all the
254<filename>libshadow.so*</filename> files to the <filename
255class="directory">/lib</filename> directory. The <filename>lib*a</filename>
256files are already in the <filename class="directory">/usr/lib</filename>
257directory.</para></listitem>
258
259<listitem><para>September 13th, 2002 [gerard]: Chapter 06 - Man: Added
260another regex to the <userinput>sed</userinput> command that modifies the
261<filename>man.conf</filename> file. The added regex comments out the
262<emphasis>MANPATH /usr/man</emphasis> line which causes for duplicate
263results when using the <userinput>whatis</userinput>
264command</para></listitem>
265
266<listitem><para>September 13th, 2002 [gerard]: Chapter 06: Added the
267<emphasis>Linux Threads Man Pages</emphasis> installation after the Perl
268installation.</para></listitem>
269
270<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Create mtab
271link: Made the <userinput>ln</userinput> command an <userinput>ln
272-sf</userinput> so the existing <filename>/etc/mtab</filename> file, created
273by the <userinput>mount</userinput> command, will be removed before
274re-creating it as a symlink.</para></listitem>
275
276<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Sh-utils: Added
277the sh-utils-hostname patch that supresses the build of the hostname
278program. This is done because the hostname program from the net-tools
279package is superior over this version.</para></listitem>
280
281<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Gawk: Updated
282the Gawk patch. It also changes the <emphasis>DDEFPATH</emphasis> directory
283location now.</para></listitem>
284
285<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Procps: Added
286patch that fixes a locale problem that makes <userinput>top</userinput>
287crash under certain locale settings.</para></listitem>
288
289<listitem><para>September 12th, 2002 [timothy]: Chapter 04 - Creating a
290file system: Referenced alternative filesystems in BLFS.</para></listitem>
291
292<listitem><para>September 12th, 2002 [gerard]: Removed all superfluous
293<filename>/usr/lib/*.so</filename> symbolic links from library
294installations.</para></listitem>
295
296<listitem><para>September 12th, 2002 [gerard]: Upgraded to
297lfs-bootscripts-1.10</para></listitem>
298
299<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - Configure
300Sysvinit: Changed the sulogin line to <emphasis>once</emphasis> instead of
301having it respawn. This way it'll behave as expected (ie: a CTRL+D will
302continue instead of restart sulogin).</para></listitem>
303
304<listitem><para>September 12th, 2002 [gerard]: Chapter 06 - GCC: Added the
305<emphasis>--enable-clocale=gnu</emphasis> option to ensure the proper
306locale mode is used by the C++ libraries.</para></listitem>
307
308<listitem><para>September 11th, 2002 [timothy]: Preface: Grammatic
309changes.</para></listitem>
310
311<listitem><para>September 8th, 2002 [timothy]: Chapter 06: Applied Alex's
312grammar changes patch.</para></listitem>
313
314<listitem><para>September 7th, 2002 [timothy]: Chapter 06 - Gzip:
315Added gzip-1.2.4b.patch.</para></listitem>
316
317<listitem><para>September 7th, 2002 [timothy]: Chapter 05 - Textutils:
318Added re_max_failures2 for old host systems.</para></listitem>
319
320<listitem><para>September 2nd, 2002 [timothy]: Chapter 06 - Bash: Removed
321creation of sh symlink. Creating the bash and sh symlinks: Added /bin/bash
322symlink, symlinked sh to bash. Gzip, Sysvinit, Util-Linux: Shortened cp
323command. Makedev: Removed /bin/bash creation and removal. Man: Modified sed
324statement to edit less call, so SGR will work.</para></listitem>
325
326<listitem><para>September 1st, 2002 [timothy]: Chapter 06 - About
327debugging symbols: Removed info. about stripping /static. Man: Added sed
328statement to prevent groff from using SGR escape sequences.</para></listitem>
329
330<listitem><para>September 1st, 2002 [timothy]: Chapter 05 - Install all
331software as an unprivileged user: Added $CC='gcc -s' to omit the
332compilation of symbols in static packages.</para></listitem>
333
334<listitem><para>August 30th, 2002 [timothy]: Chapter 06 - Makedev:
335Put rm /bin/bash after device creation. Perl: Removed information
336about the old patch.</para></listitem>
337
338<listitem><para>August 30th, 2002 [timothy]: Chapter 05 - GCC: Re-added
339HAVE_GAS_HIDDEN; removed --enable-__cxa-atexit which was incorrect and
340not needed in this chapter; added information about the
341patch.</para></listitem>
342
343<listitem><para>August 26th, 2002 [gerard]: Added a new Glibc patch and
344introducted a GCC patch.</para></listitem>
345
346<listitem><para>August 26th, 2002 [gerard]: Updated to automake-1.6.3,
347gcc-3.2, groff-1.18, makedev-1.7, perl-5.8.0,
348util-linux-2.11u</para></listitem>
349
350<listitem><para>August 22nd, 2002 [timothy]: Appendix: Added
351missing URLs to patches.</para></listitem>
352
353<listitem><para>August 18th, 2002 [timothy]: Chapter 05 &amp; 06:
354Changed ln -sf to ln -s wherever possible.</para></listitem>
355
356<listitem><para>August 18th, 2002 [timothy]: Chapter 06 - Binutils: cp
357libiberty.h after install, as it is needed by certain software. Shadow:
358added command to remove the groups program installed by Shadow because
359Sh-utils installs a (better) groups program.</para></listitem>
360
361<listitem><para>August 18th, 2002 [timothy]: Chapter 05 - Sh-utils: Re-added
362sh-utils-2.0.patch.</para></listitem>
363
364<listitem><para>August 16th, 2002 [markh]: Chapter 06 - Move man-pages to
365just after the kernel headers installation.</para></listitem>
366
367<listitem><para>August 15th, 2002 [markh]: Chapter 06 - Move the MAKEDEV
368installation to before glibc and remove the temporary creation of
369<filename>/dev/null</filename> as we don't need it
370anymore.</para></listitem>
371
372<listitem><para>August 15th, 2002 [timothy]: Chapter 04 - Preparing a new
373partition: mentioned that a swap partition can be shared between the LFS
374and host systems, grammatic changes.</para></listitem>
375
376<listitem><para>August 13th, 2002 [gerard]: Chapter 06: Removed the
377<emphasis>--with-curses</emphasis> switch from the Bash installation as
378it's unnecessary here.</para></listitem>
379
380<listitem><para>August 9th, 2002 [timothy]: Updated to modutils-2.4.19,
381linux-2.4.19, gettext-0.11.5, binutils-2.13, textutils-2.1.</para></listitem>
382
383<listitem><para>August 9th, 2002 [timothy]: Chapter 06 - Vim: changed
384alternative editors link from hints to BLFS.</para></listitem>
385
386<listitem><para>August 8th, 2002 [gerard]: Chapter 06 - Ncurses: removed
387the <emphasis>--disable-termcap</emphasis> configure option. Termcap is
388disabled by default now, so no need for this option (left over from a long
389time ago when it was needed).</para></listitem>
390
391<listitem><para>August 8th, 2002 [gerard]: Chapter 06 - Linux: Added the
392command <userinput>cp include/asm-generic /usr/include</userinput>. There
393are programs which use the files in there, as well as headers in the
394<filename class="directory">asm</filename> directory may be split up in the
395future, and put in the
396<filename class="directory">asm-generic</filename>.</para></listitem>
397
398<listitem><para>August 8th, 2002 [gerard]: Appendix A - Gettext: added the
399missing program description of msgcat.</para></listitem>
400
401<listitem><para>August 4th, 2002 [timothy]: Added zlib-1.1.4.</para></listitem>
402
403<listitem><para>August 3rd, 2002 [timothy]: Updated to man-pages-1.52,
404man-1.5k, gettext-0.11.4, modutils-2.4.18.</para></listitem>
405
406<listitem><para>July 29th, 2002 [timothy]: Removed Reiserfsprogs.
407Updated to util-linux-2.11t and file-3.39.</para></listitem>
408
409<listitem><para>July 29th, 2002 [timothy]: Chapter 04 &amp; 05 - Creating
410a new partition, Introduction, Why static: grammatic changes. Diffutils,
411Fileutils, Grep, Texinfo: set LDFLAGS=-static before configure instead
412of as an argument to make. GCC: appended HAVE_GAS_HIDDEN to
413auto-host.h.</para></listitem>
414
415<listitem><para>July 29th, 2002 [timothy]: Chapter 06 - Glibc: added
416--disable-profile flag.</para></listitem>
417
418<listitem><para>July 29th, 2002 [timothy]: Chapter 08 - Linux:
419added information about modules and kernel documentation.</para></listitem>
420
421<listitem><para>July 29th, 2002 [timothy]: Chapter 09 - Rebooting the
422system: added a command to remove the static directory.</para></listitem>
423
424<listitem><para>July 8th, 2002 [timothy]: Chapter 09 - Rebooting the
425system: Pointed to BLFS as the next step.</para></listitem>
426
427<listitem><para>July 3rd, 2002 [timothy]: Chapter 06 - Sysvinit: Simplified
428the sed command and updated the installation description because init now
429prints "Sending processes" instead of "Sending all processes".</para></listitem>
430
431<listitem><para>July 2nd, 2002 [markh]: Internal change - Made all
432patches use a &amp;package-patch-version; entity and removed all
433hardcoding of patch versions.</para></listitem>
434
435<listitem><para>June 30th, 2002 [timothy]: Updated to man-pages-1.51 and
436automake-1.6.2</para></listitem>
437
438<listitem><para>June 24th, 2002 [timothy]: Chapter 06 - Shadow, Util-linux,
439LFS-Bootscripts: Updated package contents.</para></listitem>
440
441<listitem><para>June 23rd, 2002 [timothy]: Chapter 05 &amp; 06 - Net-tools,
442Perl, Texinfo, Autoconf, Automake, File, Libtool, Bin86, Vim, Linux, Bison,
443Less, Man-pages, Groff, Bzip2, E2fsprogs, Grep, Lilo, Modutils, Procps,
444Psmisc, Reiserfsprogs: Updated package contents.</para></listitem>
445
446<listitem><para>June 23rd, 2002 [timothy] Chapter 05 &amp; 06 - M4,
447Bzip2, File, E2fsprogs: Added "last checked against" for uniformity.
448GCC: Removed i686-specific programs.</para></listitem>
449
450<listitem><para>June 16th, 2002 [timothy]: Chapter 06 - Gettext:
451Updated package contents.</para></listitem>
452
453<listitem><para>June 14th, 2002 [timothy]: Chapter 05 &amp; 06 - Binutils,
454Bzip2, Diffutils, Grep: Updated package contents. GCC: Updated description
455of c++filt.</para></listitem>
456
457<listitem><para>June 13th, 2002 [timothy]: Chapter 09 - The End:
458Changed $LFS/etc/lfs-&version; to $LFS/etc/lfs and put the version
459number inside this file.</para></listitem>
460
461<listitem><para>June 12th, 2002 [timothy]: Chapter 05 - GCC:
462Modified the build instructions and command explanations to
463only build the C compiler. The C++ compiler is not needed
464until after the second GCC build.</para></listitem>
465
466<listitem><para>June 12th, 2002 [timothy]: Chapter 06 - Shadow: grammatic
467changes.</para></listitem>
468
469<listitem><para>June 11th, 2002 [timothy]: Chapter 05 &amp; 06 - Gawk:
470Created a list of package contents and descriptions. Fileutils:
471Removed a confusing paragraph about the fileutils patch. GCC:
472Updated the package contents.</para></listitem>
473
474<listitem><para>June 11th, 2002 [timothy] All software: Updated the
475estimated required disk space.</para></listitem>
476
477<listitem><para>June 9th, 2002 [markh]: Chapter 06 - Creating
478Directories: Changed usr,usr/local to just usr/local as we use the -p
479option to mkdir which will create the usr directory
480anyways.</para></listitem>
481
482<listitem><para>June 7th, 2002 [timothy] Chapter 06 - Reiserfsprogs:
483added a description for unpack.</para></listitem>
484
485<listitem><para>June 7th, 2002 [timothy] Chapter 02 - How to ask for
486help: mentioned the FAQ.</para></listitem>
487
488<listitem><para>June 6th, 2002 [markh] - Chapter 05 - Tidy up
489explanations following the /static change.</para></listitem>
490
491<listitem><para>June 5th, 2002 [timothy]: Preface - Who would not want to
492read this book: applied a revised version of Scot's grammar
493patch.</para></listitem>
494
495<listitem><para>June 5th, 2002 [timothy]: Chapter 09 - Rebooting the system, Lilo, Bootscripts: named the hint authors.
496Chapter 06 - Vim: updated the hint URL. Chapter 05 - Gawk: to avoid confusion,
497mentioned that the patch will be applied in Chapter 06.</para></listitem>
498
499<listitem><para>June 3rd, 2002 [timothy] Chapter 01 - FAQ: edited
500to include reporting typos.</para></listitem>
501
502<listitem><para>May 31st, 2002 [gerard] Chapter 05 - Findutils: Added the
503CPPFLAGS...re_max_failures fix which is needed on Glibc-2.1
504systems.</para></listitem>
505
506<listitem><para>May 30th, 2002 [markh]: Chapter 05 &amp; 06 - Update to
507binutils-2.12.1.</para></listitem>
508
509<listitem><para>May 30th, 2002 [markh]: Chapter 05 - Bash: Removed
510section about "last two commands executing anyways" because we no longer
511have the commands referred to there.</para></listitem>
512
513<listitem><para>May 30th, 2002 [gerard]: Chapter 06 - Glibc: Replaced the
514various sed fixes with a regular patch.</para></listitem>
515
516<listitem><para>May 30th, 2002 [gerard]: Chapter 06 - Gawk: Replaced the
517sed fix with a regular patch.</para></listitem>
518
519<listitem><para>May 30th, 2002 [gerard]: Chapter 05 - Fileutils: Replaced
520the sed fix with a regular patch.</para></listitem>
521
522<listitem><para>May 30th, 2002 [gerard]: Chapter 06 - Ed: Replaced the
523sed fix with a regular patch.</para></listitem>
524
525<listitem><para>May 28th, 2002 [gerard]: Chapter 06 - Changing ownership:
526removed the explicit command to chown <filename
527class="directory">/lost+found</filename>. This is done by the first command
528now that proc isn't mounted anymore in chapter 5.</para></listitem>
529
530<listitem><para>May 27th, 2002 [gerard]: Upgraded to
531ncurses-5.2-2.patch (this patch is smaller than the previously used
532one).</para></listitem>
533
534<listitem><para>May 26th, 2002 [gerard]: Upgraded to: automake-1.6.1,
535bin86-0.16.3, file-3.38, gawk-3.1.1, gcc-3.1, gettext-0.11.2,
536modutils-2.4.16, psmisc-21 and util-linux-2.11r. Added gcc-3.1 compile fix
537patches for ncurses, perl and vim.</para></listitem>
538
539<listitem><para>May 26th, 2002 [gerard]: Chapter 05+06 - Binutils: Removed
540the tooldir setting from chapter 05-binutils, moved its description to
541chapter 06-binutils.</para></listitem>
542
543<listitem><para>May 26th, 2002 [gerard]: Chapter 05 - Gawk &amp; Findutils:
544simplified the installation by removing the libexecdir modifications. We
545can live with a
546<filename class="directory">$LFS/static/libexecdir</filename> being created.
547The whole <filename class="directory">$LFS/static</filename> directory is
548temporarily anyways, so we're not all that concerned with what it looks
549like.</para></listitem>
550
551<listitem><para>May 26th, 2002 [gerard]: Chapter 06 - Creating Directories:
552removed the <userinput>cd /</userinput> command and changed the two
553<userinput>chmod</userinput> commands to use absolute paths
554instead.</para></listitem>
555
556<listitem><para>May 25th, 2002 [markh]: Chapter 06 - Some minor
557corrections dealing with removing the $LFS variable where it isn't
558wanted.</para></listitem>
559
560<listitem><para>May 23rd, 2002 [gerard]: Implemented the
561keep_chap5_and_chap6_sep lfs-hint. Highlights of the change: added
562findutils and util-linux to chapter 5, installed everything from chapter 5
563into <filename class="directory">$LFS/static</filename> and re-ordered the
564installation of packages in chapter 6 to prevent hard-wiring the wrong path
565(files from <filename class="directory">$LFS/static</filename>).</para></listitem>
566
567<listitem><para>May 23rd, 2002 [gerard]: Appendix A - E2fsprogs: Added some
568more descriptions.</para></listitem>
569
570<listitem><para>May 23rd, 2002 [gerard]: Appendix A - Bin86: Added some
571descriptions.</para></listitem>
572
573<listitem><para>May 23rd, 2002 [gerard]: Appendix A - Flex: Added some
574descriptions.</para></listitem>
575
576<listitem><para>May 23rd, 2002 [gerard]: Appendix A - Glibc: Added some
577more descriptions.</para></listitem>
578
579<listitem><para>May 18th, 2002 [gerard]: Appendix A - E2fsprogs: Added some
580descriptions.</para></listitem>
581
582<listitem><para>May 18th, 2002 [gerard]: Appendix A - Glibc: Added some
583more descriptions.</para></listitem>
584
585<listitem><para>May 17th, 2002 [markh]: Changed all chown X.X's to chown
586X:X's which is less likely to run into problems (according to info
587chown).</para></listitem>
588
589<listitem><para>May 16th, 2002 [gerard]: Chapter 01 - Mirror sites: Added
590http interface to FTP mirror at idge.net</para></listitem>
591
592<listitem><para>May 16th, 2002 [gerard]: Appendix A - Glibc: Added some
593more descriptions.</para></listitem>
594
595<listitem><para>May 15th, 2002 [markh]: Chapter 05 - Bzip2. Changed the
596instructions to deal with hard links in older distros a'la the Chapter
59705 gzip instructions.</para></listitem>
598
599<listitem><para>May 11th, 2002 [markh]: Various XML
600fixups; mainly altering &lt;ulink&gt; tags to remove erroneous &amp;#13;
601in the HTML output.</para></listitem>
602
603<listitem><para>May 9th, 2002 [gerard]: Appendix A - Glibc: Filled in the
604missing descriptions.</para></listitem>
605
606<listitem><para>May 6th, 2002 [gerard]: Chapter 06 - Shadow: Fixed the
607symlink location of <filename class="symlink">vigr</filename> to
608<filename class="directory">/usr/sbin</filename></para></listitem>
609
610<listitem><para>May 2nd, 2002 [gerard]: Chapter 06 - Procps: Changed the
611two single quotes to two double quotes (the two single quotes can be
612mistaken for one double quote which will cause an error).</para></listitem>
613
614<listitem><para>May 2nd, 2002 [gerard]: Changed the
615<userinput>cd dir &amp;&amp; ln -sf</userinput> commands to one single command
616(such as <userinput>ln -sf bash $LFS/bin/sh</userinput> Same goes for
617<userinput>cd dir &amp;&amp; mv/cp</userinput> constructions which are now replaced
618with constructions like
619<userinput>mv $LFS/usr/bin/{bzcat,bzip2} $LFS/bin</userinput></para></listitem>
620
621<listitem><para>May 2nd, 2002 [markh]: Removed the "Removing old NSS
622library files" section.</para></listitem>
623
624<listitem><para>May 1st, 2002 [gerard]: Removed all Glibc-2.0 workarounds -
625gzip patch, sh-utils patch, copying of libnss files. Also removed the
626<userinput>export VAR=VALUE...unset VAR</userinput> constructions and
627changed them to <userinput>VAR=VALUE ./configure</userinput>
628constructions.</para></listitem>
629
630<listitem><para>April 26th, 2002 [marcheerdink]: Chapter 06 Findutils: added
631libexecdir=/usr/bin to the make command to fix a wrong libexecdir path in
632updatedb.</para></listitem>
633
634<listitem><para>April 25th, 2002 [gerard]: Chapter 06 Glibc: added a note
635that if you want to manually install some locales, instead of all of them,
636then you first need to create the
637<filename class="directory">/usr/lib/locale</filename> directory.</para></listitem>
638
639<listitem><para>April 21st,2002 [gerard &amp; markh]: Upgraded to
640MAKEDEV-1.5</para></listitem>
641
642<listitem><para>April 12th, 2002 [markh]: Added entities/ directory to
643cvs and split up index.xml.</para></listitem>
644
645<listitem><para>April 10th, 2002 [marcheerdink]: Updated to the following
646packages: bison-1.35, diffutils-2.8.1, texinfo-4.2, util-linux-2.11q
647</para></listitem>
648
649<listitem><para>April 9th, 2002 [marcheerdink]: Added --disable-perl-regexp
650to the grep configure flags to avoid linking against a non-existing static
651pcre library.</para></listitem>
652
653<listitem><para>April 8th, 2002 [gerard]: Added the
654http://ftp.de.linuxfromscratch.org mirror (to complement
655ftp://ftp.de).</para></listitem>
656
657</itemizedlist>
658
659</sect1>
660
Note: See TracBrowser for help on using the repository browser.