source: chapter01/changelog.xml@ d29479a

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 12.2 12.2-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/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since d29479a was d29479a, checked in by Gerard Beekmans <gerard@…>, 22 years ago

textual change that removes some confusion and very bad English

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

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