source: chapter01/changelog.xml@ 74d8c96

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 74d8c96 was b8a2998d, checked in by Gerard Beekmans <gerard@…>, 22 years ago

added --disable-nls to chapter05-sed

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

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