source: chapter01/changelog.xml@ 766fc82

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 766fc82 was 766fc82, checked in by Mark Hymers <markh@…>, 22 years ago

fix for bzip2 hardlink issue with older distros by Chris Devine

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

  • Property mode set to 100644
File size: 30.2 KB
RevLine 
[b822811]1<sect1 id="ch01-changelog">
[6370fa6]2<title>Changelog</title>
[4089c23]3<?dbhtml filename="changelog.html" dir="chapter01"?>
[6370fa6]4
[b822811]5<para>&version; - &releasedate;</para>
[6370fa6]6
[d7abb68]7<itemizedlist>
8
[b83f9f3]9<listitem><para>Updated to:
10
11<itemizedlist>
12<listitem><para>bison-1.35</para></listitem>
13<listitem><para>diffutils-2.8.1</para></listitem>
[ebff1ad]14<listitem><para>MAKEDEV-1.5</para></listitem>
[b83f9f3]15<listitem><para>texinfo-4.2</para></listitem>
16<listitem><para>util-linux-2.11q</para></listitem>
17</itemizedlist>
18
19</para></listitem>
20
[46e606f]21<listitem><para>Removed:
22
23<itemizedlist>
24<listitem><para>gzip-1.2.4a-patch</para></listitem>
25<listitem><para>sh-utils-2.0-patch</para></listitem>
26</itemizedlist>
27
28</para></listitem>
29
[766fc82]30<listitem><para>May 15th, 2002 [markh]: Chapter 05 - Bzip2. Changed the
31instructions to deal with hard links in older distros a'la the Chapter
3205 gzip instructions.</para></listitem>
33
[d920fb0]34<listitem><para>May 11th, 2002 [markh]: Various XML
35fixups; mainly altering &lt;ulink&gt; tags to remove erroneous &amp;#13;
36in the HTML output.</para></listitem>
37
[227d26b]38<listitem><para>May 9th, 2002 [gerard]: Appendix A - Glibc: Filled in the
39missing descriptions.</para></listitem>
40
[f109c01]41<listitem><para>May 6th, 2002 [gerard]: Chapter 06 - Shadow: Fixed the
42symlink location of <filename class="symlink">vigr</filename> to
43<filename class="directory">/usr/sbin</filename></para></listitem>
44
[3f12743]45<listitem><para>May 2nd, 2002 [gerard]: Chapter 06 - Procps: Changed the
46two single quotes to two double quotes (the two single quotes can be
47mistaken for one double quote which will cause an error).</para></listitem>
48
49<listitem><para>May 2nd, 2002 [gerard]: Changed the
50<userinput>cd dir && ln -sf</userinput> commands to one single command
51(such as <userinput>ln -sf bash $LFS/bin/sh</userinput> Same goes for
52<userinput>cd dir && mv/cp</userinput> constructions which are now replaced
53with constructions like
54<userinput>mv $LFS/usr/bin/{bzcat,bzip2} $LFS/bin</userinput></para></listitem>
55
[9ef08736]56<listitem><para>May 2nd, 2002 [markh]: Removed the "Removing old NSS
57library files" section.</para></listitem>
58
[46e606f]59<listitem><para>May 1st, 2002 [gerard]: Removed all Glibc-2.0 workarounds -
60gzip patch, sh-utils patch, copying of libnss files. Also removed the
61<userinput>export VAR=VALUE...unset VAR</userinput> constructions and
62changed them to <userinput>VAR=VALUE ./configure</userinput>
63constructions.</para></listitem>
64
[d9760bf]65<listitem><para>April 26th, 2002 [marcheerdink]: Chapter 06 Findutils: added
66libexecdir=/usr/bin to the make command to fix a wrong libexecdir path in
67updatedb.</para></listitem>
68
[86139bb]69<listitem><para>April 25th, 2002 [gerard]: Chapter 06 Glibc: added a note
70that if you want to manually install some locales, instead of all of them,
71then you first need to create the
72<filename class="directory">/usr/lib/locale</filename> directory.</para></listitem>
73
[ebff1ad]74<listitem><para>April 21st,2002 [gerard & markh]: Upgraded to
75MAKEDEV-1.5</para></listitem>
76
[b7a7faff]77<listitem><para>April 12th, 2002 [markh]: Added entities/ directory to
78cvs and split up index.xml.</para></listitem>
79
[b83f9f3]80<listitem><para>April 10th, 2002 [marcheerdink]: Updated to the following
81packages: bison-1.35, diffutils-2.8.1, texinfo-4.2, util-linux-2.11q
82</para></listitem>
83
[3f62e36]84<listitem><para>April 9th, 2002 [marcheerdink]: Added --disable-perl-regexp
85to the grep configure flags to avoid linking against a non-existing static
86pcre library.</para></listitem>
87
[ddf625d]88<listitem><para>April 8th, 2002 [gerard]: Added the
89http://ftp.de.linuxfromscratch.org mirror (to complement
90ftp://ftp.de).</para></listitem>
91
92</itemizedlist>
93
94<para>3.3 - April 7th, 2002</para>
95
96<itemizedlist>
97
[d7abb68]98<listitem><para>Updated to:
99
100<itemizedlist>
101<listitem><para>autoconf-2.53</para></listitem>
102<listitem><para>automake-1.6</para></listitem>
103<listitem><para>bin86-0.16.2</para></listitem>
[3f279aa]104<listitem><para>binutils-2.12</para></listitem>
[85aeef2]105<listitem><para>bison-1.34</para></listitem>
[d7abb68]106<listitem><para>bzip2-1.0.2</para></listitem>
[7af976fb]107<listitem><para>diffutils-2.8</para></listitem>
[d7abb68]108<listitem><para>e2fsprogs-1.27</para></listitem>
109<listitem><para>gawk-3.1.0</para></listitem>
[85aeef2]110<listitem><para>gettext-0.11.1</para></listitem>
111<listitem><para>grep-2.5</para></listitem>
[d7abb68]112<listitem><para>less-374</para></listitem>
[7e60a7f7]113<listitem><para>lfs-bootscripts-1.9</para></listitem>
[d7abb68]114<listitem><para>lilo-22.2</para></listitem>
115<listitem><para>linux-2.4.18</para></listitem>
116<listitem><para>man-pages-1.48</para></listitem>
[7af976fb]117<listitem><para>modutils-2.4.15</para></listitem>
[d7abb68]118<listitem><para>reiserfsprogs-3.x.1b</para></listitem>
[85aeef2]119<listitem><para>shadow-4.0.3</para></listitem>
[d7abb68]120<listitem><para>texinfo-4.1</para></listitem>
121<listitem><para>util-linux-2.11o</para></listitem>
[7af976fb]122<listitem><para>vim-6.1</para></listitem>
[d7abb68]123</itemizedlist>
124
125</para></listitem>
[10aeeb6]126
[ebef813]127<listitem><para>April 7th, 2002 [gerard]: Added a new mirror site located
128in Freising, Germany</para></listitem>
129
[6acd522]130<listitem><para>April 5th, 2002 [gerard]: Chapter 07 - Loadkeys: Added this
131page explaining that you can remove the loadkeys symlink from <filename
132class="directory">/etc/rc.d/rcsysinit.d</filename> if you compiled a keymap
133directly into the kernel.</para></listitem>
134
[a5043ab]135<listitem><para>April 5th, 2002 [gerard]: Chapter 06 - Configuring
136Keyboard: explained you can also compile the keymap directly into the
137kernel which has additional benefits.</para></listitem>
138
[7e60a7f7]139<listitem><para>April 5th, 2002 [gerard]: Upgraded to
140lfs-bootscripts-1.9</para></listitem>
141
[5fb9eb8]142<listitem><para>April 5th, 2002 [gerard]: Chapter 05+06 - GCC: Added
143commands to remove the <filename class="directory">/usr/*-gnu</filename>
[c80350f]144directory.</para></listitem>
[5fb9eb8]145
[aa3b569]146<listitem><para>April 4th, 2002 [gerard]: Chapter 05 - Diffutils: Added
147--disable-nls</para></listitem>
148
[2aa1c21]149<listitem><para>April 3rd, 2002 [gerard]: Appendix A - Gettext: Added the
150missing package descriptions.</para></listitem>
151
[47e2b3c]152<listitem><para>April 3rd, 2002 [gerard]: Chapter 05 - Mounting $LFS/proc:
153Added <userinput>chown root.root $LFS/proc</userinput>. The recursive chown
154operation in chapter 6 doesn't touch proc, so this'll remain owned by user
155<emphasis>lfs</emphasis>. It's not a big deal, just not a very clean thing
156to do.</para></listitem>
157
[7e41eee]158<listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Groff: Added a few
159symlinks that are used by programs like <userinput>xman</userinput> and
160others.</para></listitem>
161
[3566b53]162<listitem><para>April 3rd, 2002 [gerard]: Chapter 04 - Mounting partitions:
163Added some notes how to deal with multiple partitions ($LFS, $LFS/usr and
164so on).</para></listitem>
165
[0d544d4]166<listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - E2fsprogs: Added
167<userinput>install-info</userinput> command to finish off the info page
168installation.</para></listitem>
169
[cb5965b]170<listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Bzip2: Reversed the
171<userinput>make</userinput> and <userinput>make -f
172Makefile-libbz2_so</userinput>. This is needed so all object files are
[921ef9f]173compiled with the PIC option (Position Independent Code).</para></listitem>
[cb5965b]174
175<listitem><para>April 3rd, 2002 [gerard]: Chapter 05 - Linux: Shortened the
[95ac2da]176installation instructions by cutting out the <userinput>make
177config</userinput> and <userinput>make dep</userinput>
178stages.</para></listitem>
179
[10aeeb6]180<listitem><para>April 1st, 2002 [gerard]: This is not a joke: Chapter 5+6 -
181Gawk: Added a warning to never run <userinput>make uninstall</userinput> on
182the package. It will be pretty much equivalent to <userinput>rm -rf
183/usr/bin/*</userinput> because we override the <filename
184class="directory">libexec</filename> directory definition to <filename
185class="directory">/usr/bin</filename></para></listitem>
[edfe9b6]186
[7af976fb]187<listitem><para>March 29th, 2002 [markh]: Chapter 05 and 06 - Updated to
188diffutils-2.8, modutils-2.4.15 and vim-6.1. Removed PR_PROGRAM setting
189for diffutils as /usr/bin/pr is now detected by the configure script.
190Removed sed to fix problem with shell syntax highlighting in vim as that
191is fixed in the new version.</para></listitem>
192
[5c3c294]193<listitem><para>March 26th, 2002 [markh]: Chapter 02 - Asking for help:
194Added reference to ESR's smart-questions document.</para></listitem>
195
[926b857]196<listitem><para>March 25th, 2002 [markh]: Binutils - Added libopcodes
197library description.</para></listitem>
198
[edfe9b6]199<listitem><para>March 21st, 2002 [gerard]: Chapter 06 - Bzip2: Before we
200move <filename>/usr/bin/bzless</filename> and
201<filename>/usr/bin/bzmore</filename> to the <filename
202class="directory">/bin</filename> directory, we first remove the
203<filename>/bin/bzless</filename> and <filename>/bin/bzmore</filename>
204files. On some systems overwriting the existing files doesn't work due to
205hardlinks being used.</para></listitem>
[d7abb68]206
[807d361]207<listitem><para>March 21st, 2002 [gerard]: Appendix A - Sysklogd: Updated
[d920fb0]208the download location to <ulink url="http://www.infodrom.org/projects/sysklogd/"/></para></listitem>
[807d361]209
[67b127d]210<listitem><para>March 20th, 2002 [gerard]: Chapter 06 - Configure Dynamic
[2974ae2]211Loader: Removed the <filename class="directory">/lib</filename> and
[67b127d]212<filename class="directory">/usr/lib</filename> directories from the
213<filename>ld.so.conf</filename> file. They were
214unnecessary.</para></listitem>
215
[6f265d2]216<listitem><para>March 16th, 2002 [gerard]: Chapter 06+Appendix A: Removed
217the chroot dependencies. It's not a package so it's a bit out of
218place.</para></listitem>
219
[1858558]220<listitem><para>March 16th, 2002 [gerard]: Chapter 05+06 - Gawk: Added
221commands to sed the <filename>awklib/Makefile.in</filename> file to change
222the <emphasis>datadir</emphasis> and <emphasis>libexecdir</emphasis>
223definitions</para></listitem>
224
[d59006c]225<listitem><para>March 15th, 2002 [gerard]: Chapter 01 - Mailing lists:
226Added lfs-chat description</para></listitem>
227
[ceef8be]228<listitem><para>March 15th, 2002 [gerard]: Chapter 06-Shadow: Move
229<filename>libmisc.*a</filename> to
230<filename class="directory">/usr/lib</filename> too.</para></listitem>
231
[a795f64]232<listitem><para>March 14th, 2002 [gerard]: Upgraded to
[85aeef2]233bison-1.34, gettext-0.11.1, grep-2.5, lfs-bootscripts-1.8,
234shadow-4.0.3</para></listitem>
[a795f64]235
[3f279aa]236<listitem><para>March 11th, 2002 [gerard]: Upgraded to
237binutils-2.12</para></listitem>
238
[56cc653]239<listitem><para>March 11th, 2002 [gerard]: Chapter 07 - Setclock: The text
240here hinted towards the fact that you could skip configuring this step
241which isn't true unless the entire script would be removed. So the text was
242changed a bit to just have them create the file no matter how the hardware
243clock is setup.</para></listitem>
244
[8c136f3]245<listitem><para>March 11th, 2002 [gerard]: Chapter 07 - Loadkeys: Removed
246the need to configure a <filename>/etc/sysconfig/keyboard</filename> file.
247The kbd patch makes this obsolete (loadkeys -d is used
248now).</para></listitem>
249
[35fae16]250<listitem><para>March 11th, 2002 [gerard]: Chapter 05 - Gawk: Added
251-Dre_max_failures=re_max_failures2 bug fix for glibc-2.1.x
252systems.</para></listitem>
253
254<listitem><para>March 11th, 2002 [gerard]: Chapter 06 - Bzip2: Before
[8744643]255installing, remove <filename>/usr/bin/bz*</filename>. The bzip2
[921ef9f]256installation doesn't deal with existing files properly when making hard
[8744643]257links, so we remove the files first.</para></listitem>
258
[4c1a3af]259<listitem><para>March 10th, 2002 [gerard]: Chapter 06 - Configure keyboard:
260Added section to configure keyboard keymap file by creating the <filename
261class="symlink">/usr/share/kbd/keymaps/defkeymap.map.gz</filename>
262symlink.</para></listitem>
263
[5a668884]264<listitem><para>March 9th, 2002 [gerard]: Chapter 08 - Make bootable: Added
265a <userinput>cp</userinput> command that finds all the kernel images from
266<filename>/etc/lilo.conf</filename> automatically and copies them to
267<filename class="directory">$LFS/boot</filename>.</para></listitem>
268
[8e791bea]269<listitem><para>March 9th, 2002 [gerard]: Chapter 06 - Man: Moved the
270<filename>man.conf</filename> from <filename
271class="directory">/usr/share/misc</filename> to <filename
272class="directory">/etc</filename>.</para></listitem>
273
274<listitem><para>March 9th, 2002 [gerard]: Chapter 07: Added a page about
275the sysklogd script and explain that the default script includes the
276<emphasis>-m 0</emphasis> option to
277<userinput>syslogd</userinput>.</para></listitem>
278
[d7abb68]279<listitem><para>March 8th, 2002 [gerard]: Removed the Mawk package and
280replaced with the Gawk package. This was done because mawk is no longer
281being developed, while gawk is. Mawk has some POSIX compliance bugs that
282are fixed in Gawk.</para></listitem>
283
284<listitem><para>March 8th, 2002 [gerard]: Updated to the following
285packages: autoconf-2.53, automake-1.6, bin86-0.16.2, bison-1.33,
286bzip2-1.0.2, e2fsprogs-1.27, gawk-3.1.0, gettext-0.11, less-374, lilo-22.2,
287linux-2.4.18, man-pages-1.48, modutils-2.4.14, reiserfsprogs-3.x.1b,
288shadow-4.0.2, texinfo-4.1, util-linux-2.11o</para></listitem>
289
290</itemizedlist>
291
[d07a7f0d]292<para>3.2 - March 7th, 2002</para>
293
[901193ca]294<itemizedlist>
295
[92ddfb1]296<listitem><para>Updated to:
297
298<itemizedlist>
299<listitem><para>lfs-bootscripts-1.6</para></listitem>
300</itemizedlist>
301
302</para></listitem>
303
[3a25785]304<listitem><para>March 1st, 2002 [gerard]: Chapter 05 - Creating
305directories: Removed the <filename class="directory">/usr/var</filename>
306and <filename class="directory">/usr/local/var</filename> directories. They
307aren't recommended by the <emphasis>FHS</emphasis>.</para></listitem>
308
[2aba333]309<listitem><para>February 27th, 2002 [gerard]: Chapter 06 - Make: Added
310commands to remove the setgid kmem bit from
311<filename>/usr/bin/make</filename>. This isn't needed on Linux systems to
312deal with the system load and it causes some other problems too that are
313fixed by removing the setgid bit.</para></listitem>
314
[92ddfb1]315<listitem><para>February 26th, 2002 [gerard]: Upgraded to
316lfs-bootscripts-1.6</para></listitem>
317
[02b095a]318<listitem><para>February 17th, 2002 [gerard]: Chapter 05 - Sh-utils: Added
319the command again that moves $LFS/usr/bin/chroot to
320$LFS/usr/sbin</para></listitem>
321
322<listitem><para>February 17th, 2002 [gerard] Updated dependencies for all
323packages.</para></listitem>
324
[6defda1]325<listitem><para>February 15th, 2002 [gerard] Chapter 01: Added a new mirror
326to the list located in The Netherlands (www.nl and
327ftp.nl).</para></listitem>
328
[7ecaaca]329<listitem><para>February 11th, 2002 [markh] Chapter 05: Sh-utils:
330Removed extra &amp;&amp; from end of install
331instructions.</para></listitem>
332
[393a371]333<listitem><para>February 10th, 2002 [gerard]: Chapter 05 - Sh-utils:
334Removed <emphasis>su</emphasis> from the <emphasis>mv</emphasis> command
335as this isn't installed in chapter 5.</para></listitem>
[901193ca]336
337</itemizedlist>
338
[f32668c]339<para>3.2-RC1 - February 10th, 2002</para>
340
[debc30b]341<itemizedlist>
342
[29c0dc0]343<listitem><para>Updated to:
344
345<itemizedlist>
[437a3df]346<listitem><para>bison-1.31</para></listitem>
347<listitem><para>file-3.37</para></listitem>
348<listitem><para>glibc-2.2.5</para></listitem>
[b1623f6]349<listitem><para>kbd-1.06-2.patch</para></listitem>
[9f15a09f]350<listitem><para>lfs-bootscripts-1.5</para></listitem>
[437a3df]351<listitem><para>linux-2.4.17</para></listitem>
[29c0dc0]352<listitem><para>man-pages-1.47</para></listitem>
[437a3df]353<listitem><para>psmisc-20.2</para></listitem>
354<listitem><para>sysvinit-2.84</para></listitem>
355<listitem><para>util-linux-2.11n</para></listitem>
[29c0dc0]356</itemizedlist>
357
358</para></listitem></itemizedlist>
359
360<itemizedlist>
361
[5ca1b36]362<listitem><para>February 10th, 2002 [gerard]: Chapter 6: Added a sed
363command to change gzexe's hardcoded /usr/bin/gzip path and change it to
364/bin/gzip.</para></listitem>
365
[9d12a8a]366<listitem><para>February 10th, 2002 [gerard]: Chapter 5 + 6: Moved
367additional programs to the ($LFS)/bin directory that are used by the
368bootscripts. No programs used by bootscripts (except daemons themselves)
369should be in the /usr directory in case /usr isn't available until far
370along in the boot process (when it's an NFS share for
371example).</para></listitem>
372
[bdc08c1]373<listitem><para>February 6th, 2002 [markh]: Appendix A - All
374descriptions now synced and updated.</para></listitem>
375
[6b479b0]376<listitem><para>February 2nd, 2002 [gerard]: Chapter 6 - Changing owner:
377Added <quote>cd /</quote> so the leading slash can be removed from all the
378directories in the chown commands. It's more pleasant to type out this
379way.</para></listitem>
380
[c9d80e9]381<listitem><para>February 2nd, 2002 [gerard]: Updated to
[9f15a09f]382lfs-bootscripts-1.5</para></listitem>
[c9d80e9]383
[1123777]384<listitem><para>February 2nd, 2002 [gerard]: Chapter 6 - Gzip: Removed the
385compress symlink. Gzip can uncompress .Z files but it can't compress into
386that format.</para></listitem>
387
[af01b23]388<listitem><para>February 1st, 2002 [gerard]: Updated to
389lfs-bootscripts-1.3</para></listitem>
390
[4762fcc]391<listitem><para>February 1st, 2002 [gerard]: Chapter 6 - Glibc: Instead of
392sed'ing the <filename>config.make</filename> file, create the
393<filename>glibc-build/configparms</filename> file containing
394<quote>cross-compiling = no</quote>.</para></listitem>
395
[e5835c1]396<listitem><para>January 30th, 2002 [marcheerdink]: Chapters 5: Changed
397the commands to copy the header files to support versions of cp older
398than 4.1.</para></listitem>
399
[5d3dcef]400<listitem><para>January 30th, 2002 [markh]: Chapters 5+6: Added
401CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" to the configure command for patch.
402This fixes compilation on PPC and m68k platforms and doesn't hurt on
403x86.</para></listitem>
404
[711e548]405<listitem><para>January 30th, 2002 [gerard]: Chapter 5 - Mounting proc:
406Rephrased the text a bit (it implied you can only mount the proc fs more
407than once, which isn't true anymore these days).</para></listitem>
408
[451d334]409<listitem><para>January 30th, 2002 [markh]: Chapter 5: Enhanced the make
410mrproper explanation.</para></listitem>
411
[1d91cdf]412<listitem><para>January 30th, 2002 [marcheerdink]: Chapters 5+6: Removed
413the --libexecdir flag from fileutils' configure options.</para></listitem>
414
[b1bc8e0]415<listitem><para>January 30th, 2002 [marcheerdink]: Chapters 6: Added a
416symlink from vipw to vigr after installing shadow.</para></listitem>
417
[d6bc819]418<listitem><para>January 30th, 2002 [markh]: Chapters 5+6: Changed
[8f9069b3]419binutils and e2fsprogs installation instructions to use separate
[d6bc819]420directories ala gcc and glibc.</para></listitem>
421
[9c7097bb]422<listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Bootscripts: Added
423a chown root.root after the cp.</para></listitem>
424
[a9c5d39]425<listitem><para>January 30th, 2002 [gerard]: Appendix A - Texinfo: the info
426programs works on the /usr/share/info directory not
427/usr/doc/info.</para></listitem>
428
[554d739]429<listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Procps: Fixed typo
430the path to the app-defaults directory (it's
431/usr/X11R6/lib/X11/app-defaults and not
432usr/X11R6/lib/app-defaults).</para></listitem>
433
[953ccfe]434<listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Configure
435software: Simplified the commands to create the utmp, btmp, lastlog and
436wtmp files.</para></listitem>
437
[b18e6e2]438<listitem><para>January 30th, 2002 [gerard]: Chapter1: Moved
439Acknowledgements to be displayed as the first page in chapter
4401.</para></listitem>
441
[8f9069b3]442<listitem><para>January 30th, 2002 [gerard]: Chapter 1: Created a separate
[b18e6e2]443page to list the HTTP and FTP mirrors.</para></listitem>
444
[10e752a]445<listitem><para>January 30th, 2002 [gerard]: Chapter 4 - Creating
446partition: increased the suggested partition size from 750 MB to 1
447GB.</para></listitem>
448
[ba9dd92]449<listitem><para>January 29th, 2002 [gerard]: Chapter 6 - Shadow: Combined
450the <quote>mv libshadow.a /usr/lib</quote> and
451<quote>mv libshadow.la /usr/lib</quote> commands into
452<quote>mv libshadow.*a /usr/lib</quote></para></listitem>
453
[260b5f3]454<listitem><para>January 26th, 2002 [gerard]: Upgraded to
455lfs-bootscripts-1.2</para></listitem>
456
[608e41c]457<listitem><para>January 26th, 2002 [marcheerdink]: Chapter 6: Removed the
458datadir option from bisons configure flags, because recent bisons use the
459correct directory by default.</para></listitem>
460
[5ef3797]461<listitem><para>January 23rd, 2002 [markh]: Chapter 6: Added the section
462Create /etc/mtab symlink.</para></listitem>
463
[8960a18]464<listitem><para>January 23rd, 2002 [gerard]: Removed the file -C command
465from the file installation. This package runs this command at the very end
466of the installation so we don't need to do this anymore.</para></listitem>
467
[2cad36f]468<listitem><para>January 23rd, 2002 [marcheerdink]: Chapter 4+5+6: The static
469environment is now built as an unprivileged user, removing the risk of
470overwriting files of the host distribution.</para></listitem>
471
[0aecdec]472<listitem><para>January 22nd, 2002 [markh]: Back out linuxthreads
473man-page installation instructions as they don't work (they need perl
474which we don't have installed at that point).</para></listitem>
475
[437a3df]476<listitem><para>January 21st, 2002 [markh]: Updated to glibc-2.2.5. At
477the same time, fixed the glibc installation so that the linuxthreads man
478pages are installed.</para></listitem>
479
480<listitem><para>January 21st, 2002 [markh]: Updated to bison-1.31,
481file-3.37, kernel-2.4.17, psmisc-20.2 and
482sysvinit-2.84.</para></listitem>
483
484<listitem><para>January 21st, 2002 [markh]: Updated to util-linux-2.11n
485and removed ADD_RAW=yes as it's no longer needed.</para></listitem>
486
[2d3ec8b]487<listitem><para>January 21st, 2002 [markh]: Updated to man-pages-1.47
[29c0dc0]488and removed the man-pages patch.</para></listitem>
489
[e3c61da]490<listitem><para>January 15th, 2002 [gerard]: Appendix A: Added bootscripts
491files (dependencies, download location, descriptions)</para></listitem>
492
[fd4c523]493<listitem><para>January 15th, 2002 [gerard]: Chapter 6: Added bootscripts
494installation.</para></listitem>
495
[3ee88b6]496<listitem><para>January 15th, 2002 [gerard]: Chapter 7: Removed most of the
497scripts, only left the part of a few where we setup up config files in
498/etc/sysconfig.</para></listitem>
499
[e224bf8]500<listitem><para>January 15th, 2002 [gerard]: Chapter 6 - Configuring
501Sysvinit: Changed the inittab contents to match the new
502bootscripts.</para></listitem>
503
[4023fcb]504<listitem><para>January 15th, 2002 [marcheerdink]: Chapter 6 - file: changed
[76c0b78]505the installation instruction so the sed isn't necessary anymore.</para></listitem>
[4023fcb]506
[420aa7ab]507<listitem><para>January 14th, 2002 [marcheerdink]: Changed the kernel header
508files installation in chapter 5 so it's a bit more portable.</para></listitem>
509
[7992768]510<listitem><para>January 6th, 2002 [gerard]: Reformatted the dependency
511lists.</para></listitem>
512
[2b3f423b]513<listitem><para>January 1st, 2002 [gerard]: Happy New Year
514LFS!</para></listitem>
515
[df345e5]516<listitem><para>January 1st, 2002 [markh]: First Changelog of New Year!
517Update copyright notice to cover 2002 ;-) OK - I'm
518sad...</para></listitem>
519
[89b8b0b]520<listitem><para>December 16th, 2001 [gerard]: Chapter 6 - Ed: Reworded why
521ed is optional to eliminate some confusion.</para></listitem>
522
523<listitem><para>December 16th, 2001 [gerard]: Chapter 6 - Texinfo: Reworded
524the TEXMF explanation to eliminate some confusion.</para></listitem>
525
526<listitem><para>December 15th, 2001 [gerard]: Chapter 4: Replaced the "One
[a8e9585]527partition hint" reference with lfs_next_to_existing_systems.txt hint
528reference.</para></listitem>
529
[9b29852]530<listitem><para>December 15th, 2001 [markh]: Finish Appendix merge. All
531of the old appendices A, B and D are now in one (large) Appendix
532A.</para></listitem>
533
534<listitem><para>December 14th, 2001 [markh]: Merged appendices A and
535B.</para></listitem>
536
[16b1b7b]537<listitem><para>December 13th, 2001 [markh]: Appendix B: Changed dbhtml
538tag so that the flex page is now created as flex.html instead of
539flex</para></listitem>
540
[f0d83fd]541<listitem><para>December 13th, 2001 [markh]: Appendix D: Moved
542metalab.unc.edu and ftp.ibiblio.org references to the proper URL
543ibiblio.org.</para></listitem>
544
[74ab612]545<listitem><para>December 12th, 2001 [marcheerdink]: Chapter 6: Moved
546the kbd patch to the default installation instructions; upgraded to
547kbd-1.06-2.patch to fix installation of some programs; added the
548descriptions for these programs; removed the loadkeys -d warning that
549was a leftover from the time where loadkeys -d wasn't fixed yet.</para></listitem>
550
[0bafc62]551<listitem><para>December 11th, 2001 [markh]: Chapter 6: Add the "why we
552cd $LFS before chroot" explanation.</para></listitem>
553
[18b60585]554<listitem><para>December 10th, 2001 [markh]: Chapter 6: Add kbd patch
555for loadkeys -d behaviour (patch by Matthias Benkmann; originally posted
556to the lfs-dev list).</para></listitem>
557
[60fd3bb]558<listitem><para>December 10th, 2001 [markh]: Chapter 6: Re-create
559symlinks in bash, fileutils and gcc instructions to make the Chapter 6
560instructions independent of those in chapter 5.</para></listitem>
561
[8c5e7152]562<listitem><para>December 10th, 2001 [marcheerdink]: Chapter 5+6: Cleaned
563up the sed commands to use the backup file that was created earlier instead
564of writing to an intermediate 'tmp~' file.</para></listitem>
565
566<listitem><para>December 10th, 2001 [marcheerdink]: Chapter 5+6: 'make'
567command for diffutils installation changed to 'make PR_PROGRAM=/usr/bin/pr.'
568This bug was reported by Greg Schafer.</para></listitem>
569
[e35dcc6]570<listitem><para>December 7th, 2001 [gerard]: Chapter 6: Change the
571configure command from <emphasis>./Configure -Dprefix=/usr</emphasis> to
572<emphasis>./configure.gnu --prefix=/usr</emphasis>. This is more consistent
573with the installation instructions for the other packages, and the result
574is identical to the old way.</para></listitem>
575
[debc30b]576<listitem><para>December 3rd, 2001 [markh]: Chapter 2: Added the Which
577Platform? section.</para></listitem>
578
579</itemizedlist>
580
[e4ebaa15]581<para>3.1 - December 3rd, 2001</para>
582
[65f4c06]583<itemizedlist>
584
[2443baa]585<listitem><para>Added:
586
587<itemizedlist>
588<listitem><para>reiserfsprogs-3.x.0j</para></listitem>
589</itemizedlist>
590
591</para></listitem>
592
[90e95f4]593<listitem><para>Updated to:
594
595<itemizedlist>
[04614eb]596<listitem><para>MAKEDEV-1.4</para></listitem>
597<listitem><para>bash-2.05a</para></listitem>
[90e95f4]598<listitem><para>e2fsprogs-1.25</para></listitem>
599<listitem><para>gettext-0.10.40</para></listitem>
[93c0fbf]600<listitem><para>libtool-1.4.2</para></listitem>
[04614eb]601<listitem><para>lilo-22.1</para></listitem>
[2bde642]602<listitem><para>linux-2.4.16</para></listitem>
[aff249c]603<listitem><para>man-1.5j</para></listitem>
[04614eb]604<listitem><para>man-pages-1.43</para></listitem>
[2bde642]605<listitem><para>modutils-2.4.12</para></listitem>
[93c0fbf]606<listitem><para>sysvinit-2.83</para></listitem>
[04614eb]607<listitem><para>util-linux-2.11m</para></listitem>
[93c0fbf]608<listitem><para>vim-6.0</para></listitem>
[90e95f4]609</itemizedlist>
610
611</para></listitem>
[04614eb]612
[8bd7186]613<listitem><para>November 30th, 2001 [markh]: Chapter 6: Updated to
614man-1.5j. Removed the sed which we had to use with the old version as
615the new one detects awk properly.</para></listitem>
616
[01669da]617<listitem><para>November 30th, 2001 [markh]: Chapter 5: Added static
618library explanation originally posted on lfs-apps (when it still
619existed) by Plasmatic.</para></listitem>
620
[2bde642]621<listitem><para>November 26th, 2001 [markh]: Chapter 5+6: Updated to
622kernel-2.4.16 and modutils-2.4.12.</para></listitem>
623
[9ab8435]624<listitem><para>November 26th, 2001 [markh]: Chapter 6: Added FHS
625compliance notes to the findutils installation.</para></listitem>
626
[04614eb]627<listitem><para>November 19th, 2001 [markh]: Chapter 5+6: Updated to
628bash-2.05a, lilo-22.1, MAKEDEV-1.4, man-pages-1.43 and
629util-linux-2.11m.</para></listitem>
[90e95f4]630
[1fca9db]631<listitem><para>November 5th, 2001 [markh]: Chapter 6: Created new lex
632script instead of link to flex following comment on lfs-dev. (This is
633similar to what we do with bison and yacc).</para></listitem>
634
[4d6fc2da]635<listitem><para>October 27th, 2001 [markh]: General: Large XML Tidy-up.
636Shouldn't affect the book text or layout. If it does, something has
637gone wrong!</para></listitem>
638
[2443baa]639<listitem><para>October 27th, 2001 [markh]: Chapter 6: Added
640reiserfsprogs-3.x.0j and updated to lilo-22.0.2.</para></listitem>
641
[ef94a94]642<listitem><para>October 24th, 2001 [markh]: General: Fixed a bundle of
643spelling errors which were reported.</para></listitem>
644
[94f49159]645<listitem><para>October 12th, 2001 [markh]: Chapter 5 - Kernel: Added
646explanation as to why we copy the kernel headers rather than symlink
647them.</para></listitem>
648
[9f13b5a6]649<listitem><para>October 12th, 2001 [markh]: Appendix A - Gzip: Added
650uncompress to the gunzip description as it was
651missing.</para></listitem>
652
[f2fba74]653<listitem><para>October 12th, 2001 [markh]: Chapter 6 - Util-linux:
654Removed the USRGAMES_DIR=/usr/bin entry as it's no longer needed with
655util-linux-2.11l.</para></listitem>
656
[a2021d8d]657<listitem><para>October 9th, 2001 [gerard]: Chapter 6 - Kbd: Removed the
[4985cd0]658--datadir option, kbd's default is set properly already.</para></listitem>
659
[985fd98]660<listitem><para>October 7th, 2001 [gerard]: Chapter 6 - Shadow: Mentioned
[d920fb0]661the <ulink url="http://hints.linuxfromscratch.org/hints/shadowpasswd_plus.txt"/>
[985fd98]662lfs-hint</para></listitem>
663
[93c0fbf]664<listitem><para>October 7th, 2001 [gerard]: Chapter 6 - Vim: Changed the
665installation instructions to fix a bug in vim-6.0's
666<filename>syntax/sh.vim</filename> file, and added the CPPFLAGS variable
667to specify the global vimrc file as
668<filename>/etc/vimrc</filename></para></listitem>
669
[985fd98]670<listitem><para>October 7th, 2001 [gerard]: Chapter 6: Updated to
671libtool-1.4.2, lilo-22.0, man-pages-1.40, modutils-2.4.10, sysvinit-2.83,
672util-linux-2.11l and vim-6.0</para></listitem>
673
[3bc51a5]674<listitem><para>October 2nd, 2001 [gerard]: Chapter 9 - The End: Added the
675reference to the LFS Counter at
[d920fb0]676<ulink url="http://linuxfromscratch.org/cgi-bin/lfscounter.cgi"/></para></listitem>
[3bc51a5]677
[b729777]678<listitem><para>September 26th, 2001 [gerard]: Chapter 1 - News server:
679Added reference to the news server</para></listitem>
680
681<listitem><para>September 26th, 2001 [markh]: Chapter 6 - E2fsprogs: Changed
[90e95f4]682--with-root-prefix=/ to --with-root-prefix="" in e2fsprogs install
[f129c76]683instructions. The reason for the change is that a value of / will cause
684symlinks and installation paths to use things like //lib instead of
685just /lib. This isn't bad perse, it just doesn't look
686nice.</para></listitem>
[90e95f4]687
688<listitem><para>September 26th, 2001 [markh]: Chapter 5+6: Updated to
689e2fsprogs-1.25, gettext-0.10.40, linux-2.4.10, modutils-2.4.9 and
690util-linux-2.11i.</para></listitem>
691
[a2d9cdf]692<listitem><para>September 22nd, 2001 [markh]: Appendix A: Re-ordered the
[53ad30a]693descriptions into alphabetical order.</para></listitem>
694
695</itemizedlist>
696
[bfbdaed]697<para>3.0 - September 21st, 2001</para>
[43ccc22]698
699<itemizedlist>
700
701<listitem><para>Updated to:
702
703<itemizedlist>
704
705<listitem><para>e2fsprogs-1.24</para></listitem>
706
707</itemizedlist>
708
709</para></listitem>
710
711<listitem><para>September 21st, 2001 [markh]: Chapter 1+7: Changed the
712mailing list information to reflect the new ml
713structure. The Ch7 change is that the rc and rcS scripts now ask people
714to report problems to lfs-dev instead of lfs-discuss.</para></listitem>
715
716<listitem><para>September 18th, 2001 [gerard]: Chapter 5+6 - GCC:
717Added --enable-threads=posix to chapter 5, and changed --enable-threads to
718--enable-threads=posix in chapter 6. Although the default is posix threads
719when
720not specified, it's clearer this way what's being
721enabled.</para></listitem>
722
723<listitem><para>September 17th, 2001 [gerard]: Chapter 6 - Psmisc:
724Added notes how to deal with psmisc's pidof symlink (in case sysvinit
725isn't installed) and man page. Also, added --exec-prefix=/ to psmisc's
726configure script in order for the programs to be installed in /bin
727rather than /usr/bin (bootscripts may use them, so they must be in
728/bin).</para></listitem>
729
730<listitem><para>September 16th, 2001 [markh]: Chapter 6 - Util-linux:
731Added USRGAMES_DIR=/usr/bin to the make install routine so that
732/usr/games isn't created for banner and it is installed in
733/usr/bin.</para></listitem>
734
735<listitem><para>September 14th, 2001 [markh]: Chapter 6 - E2fsprogs:
736Updated to version 1.24.</para></listitem>
737
738<listitem><para>September 11th, 2001 [gerard]: Chapter 6 - Man: Added
739missing &amp;&amp; to 'done' and chmod the configure script to mode 755
740instead of 700 (more of a default mode so people don't _have_ to be
741running as the owner of that file).</para></listitem>
742
743</itemizedlist>
744
[6370fa6]745</sect1>
746
Note: See TracBrowser for help on using the repository browser.