source: chapter01/changelog.xml@ d38b5dd

6.0
Last change on this file since d38b5dd was d38b5dd, checked in by Manuel Canales Esparcia <manuel@…>, 20 years ago

Making a better output for Appendix{a,b}.

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

  • Property mode set to 100644
File size: 21.9 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../general.ent">
4 %general-entities;
5]>
6<sect1 id="ch-scatter-changelog" condition="html">
7<title>Changelog</title>
8<?dbhtml filename="changelog.html"?>
9
10<para>This is version &version; of the Linux From Scratch book, dated
11&releasedate;. If this book is more than two months old, a newer and better
12version is probably already available. To find out, please check one of the
13mirrors via <ulink url="&lfs-root;"/>.</para>
14
15<para>Below is a list of changes made since the previous release of the book,
16first a summary, then a detailed log.</para>
17
18<itemizedlist>
19
20<listitem><para>Upgraded to:</para>
21<itemizedlist>
22<listitem><para>automake-1.9.1</para></listitem>
23<listitem><para>bash-3.0</para></listitem>
24<listitem><para>binutils-2.15.91.0.2</para></listitem>
25<listitem><para>bison-1.875a</para></listitem>
26<listitem><para>expect-5.42.1</para></listitem>
27<listitem><para>file-4.10</para></listitem>
28<listitem><para>flex-2.5.31</para></listitem>
29<listitem><para>gawk-3.1.4</para></listitem>
30<listitem><para>gcc-3.4.1</para></listitem>
31<listitem><para>glibc-2.3.4-20040701</para></listitem>
32<listitem><para>groff-1.19.1</para></listitem>
33<listitem><para>lfs-bootscripts-2.2.2</para></listitem>
34<listitem><para>libtool-1.5.8</para></listitem>
35<listitem><para>linux-2.6.8.1</para></listitem>
36<listitem><para>m4-1.4.2</para></listitem>
37<listitem><para>man-1.5o</para></listitem>
38<listitem><para>man-pages-1.67</para></listitem>
39<listitem><para>perl-5.8.5</para></listitem>
40<listitem><para>procps-3.2.3</para></listitem>
41<listitem><para>psmisc-21.5</para></listitem>
42<listitem><para>sed-4.1.2</para></listitem>
43<listitem><para>tar-1.14</para></listitem>
44<listitem><para>tcl-8.4.7</para></listitem>
45<listitem><para>util-linux-2.12b</para></listitem>
46<listitem><para>vim-6.3</para></listitem>
47</itemizedlist>
48</listitem>
49
50<listitem><para>Added:</para>
51<itemizedlist>
52<listitem><para>bash-3.0-display_wrap-1.patch</para></listitem>
53<listitem><para>coreutils-5.2.1-suppress_hostname_uptime_kill_su-1.patch</para></listitem>
54<listitem><para>flex-2.5.31-debian_fixes-2.patch</para></listitem>
55<listitem><para>gcc-3.4.1-linkonce-1.patch</para></listitem>
56<listitem><para>inetutils-1.4.2-kernel_headers-1.patch</para></listitem>
57<listitem><para>iproute2-2.6.8-040823</para></listitem>
58<listitem><para>iproute2-2.6.8_040823-remove_db-1.patch</para></listitem>
59<listitem><para>linux-libc-headers-2.6.8.1</para></listitem>
60<listitem><para>module-init-tools-3.0</para></listitem>
61<listitem><para>readline-5.0</para></listitem>
62<listitem><para>readline-5.0-display_wrap-1.patch</para></listitem>
63<listitem><para>sysklogd-1.4.1-kernel_headers-1.patch</para></listitem>
64<listitem><para>sysklogd-1.4.1-signal-1.patch</para></listitem>
65<listitem><para>sysvinit-2.85-proclen-1.patch</para></listitem>
66<listitem><para>udev-030</para></listitem>
67<listitem><para>udev-config-1.permissions</para></listitem>
68<listitem><para>udev-config-1.rules</para></listitem>
69<listitem><para>vim-6.3 language files</para></listitem>
70</itemizedlist>
71</listitem>
72
73<listitem><para>Removed:</para>
74<itemizedlist>
75<listitem><para>bison-1.875-attribute.patch</para></listitem>
76<listitem><para>coreutils-5.2.1-hostname-1.patch</para></listitem>
77<listitem><para>ed-0.2</para></listitem>
78<listitem><para>gcc-2.95.3</para></listitem>
79<listitem><para>kbd-1.12-more-programs-1.patch</para></listitem>
80<listitem><para>modutils-2.4.25</para></listitem>
81<listitem><para>net-tools-1.60</para></listitem>
82<listitem><para>net-tools-1.60-miitool-gcc33-1.patch</para></listitem>
83<listitem><para>procinfo-18</para></listitem>
84</itemizedlist>
85</listitem>
86
87<listitem><para>September 10th, 2004 [manuel]: Appendix{a,b} - Changes in
88the XML, XSL and CSS code to do a better output.</para></listitem>
89
90<listitem><para>September 9th, 2004 [gerard]: Added missing colon to
91group name in Chapter 6-Coreutils used by the test
92suite.</para></listitem>
93
94<listitem><para>September 9th, 2004 [manuel]: Added support to can have
95different contextual phrases for HTML or PDF output.</para></listitem>
96
97<listitem><para>September 9th, 2004 [manuel]: Chapter 6 - Moved the para
98about the missing /etc/fstab from kernfs.xml to devices.xml.</para></listitem>
99
100<listitem><para>September 4th, 2004 [manuel]: Tags corrections.</para></listitem>
101
102<listitem><para>August 31th, 2004 [manuel]: stylesheets. Several changes
103to improve HTML and PDF output. Some XML tags changes related with
104the stylesheets changes.</para></listitem>
105
106<listitem><para>August 30th, 2004 [matt]: chapter06/util-linux.xml.
107-funit-at-a-time is implied by -O2, and it was this specific option that was
108causing the runtime problems with sfdisk. Instead of dropping to -O1
109optimisation, we simply prevent the problematic optimisation by
110specifying -fno-unit-at-a-time.</para></listitem>
111
112<listitem><para>August 30th, 2004 [matt]: chapter06/udev.xml. Renumber udev
113permissions and rules files to allow easier customisation. Fixes bug 887.
114</para></listitem>
115
116<listitem><para>August 30th, 2004 [matt]: Minor typo corrections in
117appendixb/acronymlist.xml (Tero Tamminen)</para></listitem>
118
119<listitem><para>August 30th, 2004 [matt]: Drop optimisation level of util-linux
120from O2 to O1, so as sfdisk works properly when compiled with gcc-3.4.1</para>
121</listitem>
122
123<listitem><para>August 29th, 2004 [matt]: Upgraded to
124linux-libc-headers-2.6.8.1</para></listitem>
125
126<listitem><para>August 29th, 2004 [matt]: Added
127gcc-3.4.1-linkonce-1.patch, so as our toolchain can compile Mozilla and
128kdegraphics (to name but 2 packages) once again. See
129<ulink url="http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16625"/> for more
130details.</para></listitem>
131
132<listitem><para>August 29th, 2004 [gerard]: Added Appendix B -
133Acronyms.</para></listitem>
134
135<listitem><para>August 29th, 2004 [gerard]: Moved acknowledgements to
136Appendix A.</para></listitem>
137
138<listitem><para>August 29th, 2004 [matt]: Upgraded to autoconf-1.9.1,
139gawk-3.1.4, iproute2-2.6.8-040823, linux-2.6.8.1, m4-1.4.2, man-1.5o,
140procps-3.2.3 (removing unnecessary <command>rm</command> command,
141sed-4.1.2 and util-linux-2.12b (removing kernel-headers patch as the issue has
142been fixed upstream).</para></listitem>
143
144<listitem><para>August 29th, 2004 [gerard]: Added missing SBU for
145readline.</para></listitem>
146
147<listitem><para>August 29th, 2004 [gerard]: Completed second global
148textual edits.</para></listitem>
149
150<listitem><para>August 17th, 2004 [gerard]: Added Bash and Readline
151Display Wrap patches.</para></listitem>
152
153<listitem><para>August 8th, 2004 [gerard]: Upgraded to
154iproute2-2.6.8-ss040730.</para></listitem>
155
156<listitem><para>August 8th, 2004 [gerard]: Added notes regarding
157missing test suites for diffutils, ncurses, patch, utils-linux and
158udev. Added note to chapter05/perl not to run the test
159suite.</para></listitem>
160
161<listitem><para>August 7th, 2004 [gerard]: Completed global textual
162edits.</para></listitem>
163
164<listitem><para>August 7th, 2004 [gerard]: Upgraded to
165expect-5.42.1.</para></listitem>
166
167<listitem><para>August 7th, 2004 [gerard]: hostname binary moved to
168/bin as well.</para></listitem>
169
170<listitem><para>August 3rd, 2004 [jim]: Made suggested change to the
171home location of pt_chown</para></listitem>
172
173<listitem><para>July 30, 2004 [jeremy]: Upgraded to automake-1.9, man-1.5n,
174file-4.10, bash-3.0, perl-5.8.5, readline-5.0, tcl-8.4.7, binutils-2.15.91.0.2
175</para></listitem>
176
177<listitem><para>July 22, 2004 [manuel]: Prologue: Added a para about
178replaceable text</para></listitem>
179
180<listitem><para>July 20, 2004 [jeremy]: Corrected the double-creation of /var/tmp (Kris van Rens and others)</para></listitem>
181
182<listitem><para>July 19, 2004 [matt]: Upgraded to udev-030.</para></listitem>
183
184<listitem><para>July 19, 2004 [matt]: Upgraded to procps-3.2.2.</para></listitem>
185
186<listitem><para>July 16, 2004 [matt]: Install iproute2 to /sbin to
187comply with the FHS and to allow the bootscripts to run even if /usr is
188mounted on a separate filesystem. (Oliver Brakmann)</para></listitem>
189
190<listitem><para>July 15, 2004 [matt]: Fixed various networking inaccuracies
191(Kevin P. Fleming)</para></listitem>
192
193<listitem><para>July 14, 2004 [matt]: chapter07/network.xml - A couple
194of minor fixes for the network configuration</para></listitem>
195
196<listitem><para>July 14, 2004 [matt]: chapter06/iproute2.xml - Fixed
197remaining reference to net-tools</para></listitem>
198
199<listitem><para>July 14, 2004 [matt]: chapter06/udev.xml - Explained udevdir
200option</para></listitem>
201
202<listitem><para>July 12, 2004 [matt]: Network bootscripts now support directory
203based configurations.</para></listitem>
204
205<listitem><para>July 12, 2004 [matt]: Upgraded to lfs-bootscripts-2.2.0.</para>
206</listitem>
207
208<listitem><para>July 12, 2004 [matt]: Swapped iproute2 in for net-tools (kudos
209and many thanks to Jim Gifford)</para></listitem>
210
211<listitem><para>July 7, 2004 [matt]: Removed hotplug.</para></listitem>
212
213<listitem><para>July 6, 2004 [matt]: Upgraded to sed-4.1.1.</para></listitem>
214
215<listitem><para>July 5, 2004 [alexander]: Updated GCC testresults
216link.</para></listitem>
217
218<listitem><para>July 3, 2004 [winkie]: Upgraded to Glibc 2.3.4-20040701.</para>
219</listitem>
220
221<listitem><para>July 2, 2004 [winkie]: Upgraded to GCC 3.4.1.</para></listitem>
222
223<listitem><para>July 2, 2004 [winkie]: Updated the Udev permissions
224configuration to include the nvidia kernel modules.</para></listitem>
225
226<listitem><para>June 29, 2004 [alexander]: Explained the benefits of setting
227LC_ALL properly.</para></listitem>
228
229<listitem><para>June 28, 2004 [winkie]: Upgraded to Udev 028, and dropped the
230Udev permissions patch.</para></listitem>
231
232<listitem><para>June 28, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.2.
233</para></listitem>
234
235<listitem><para>June 27, 2004 [matt]: Moved glibc test result discussion to
236chapter 6 (where it is actually recommended to be run). Also made it clearer
237that the tests in chapter 5 are optional, as opposed to
238<emphasis>not recommended</emphasis></para></listitem>
239
240<listitem><para>June 26, 2004 [winkie]: Upgraded to GCC 3.4.1-20040625.</para>
241</listitem>
242
243<listitem><para>June 26, 2004 [matt]: Added descriptions for udev package
244contents (Alexander Patrakov)</para></listitem>
245
246<listitem><para>June 24, 2004 [winkie]: Upgraded to Linux-Libc-Headers 2.6.7.0
247and updated the Net-tools GCC 3.4 patch.</para></listitem>
248
249<listitem><para>June 24, 2004 [alexander]: Wordings changed on the hotplug
250page</para></listitem>
251
252<listitem><para>June 24, 2004 [alexander]: Removed hotplug isapnp patch for a
253while until bugs are fixed</para></listitem>
254
255<listitem><para>June 23, 2004 [matt]: Removed the note regarding the use of
256GRUB's --no-mem-option</para></listitem>
257
258<listitem><para>June 23, 2004 [matt]: Removed dpasswd from shadow's list of
259installed files.</para></listitem>
260
261<listitem><para>June 23, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.2-pre2.
262</para></listitem>
263
264<listitem><para>June 21, 2004 [winkie]: Added the Udev permissions patch to fix
265a regression from version 023 (really nasty bug, too).</para></listitem>
266
267<listitem><para>June 20, 2004 [matt]: chapter07 - console. Add a note regarding
268the screen font not being set automatically when the console script isn't run.
269(Alexander Patrakov)</para></listitem>
270
271<listitem><para>June 20, 2004 [matt]: chapter03 - packages. Point people at the
272FTP mirrors and GnuPG.</para></listitem>
273
274<listitem><para>June 19, 2004 [winkie]: Modified Flex installation to only touch
275the flex.1 manual page, since that's the only one that exists.</para></listitem>
276
277<listitem><para>June 19, 2004 [matt]: chapter05 - hostreqs. Provide clearer
278information regarding determining whether the host kernel is suitable for
279passing glibcs test suite</para></listitem>
280
281<listitem><para>June 19, 2004 [matt]: chapter06 - creatingdirs. Use
282`install -d` instead of `mkdir` (fixes bug #821)</para></listitem>
283
284<listitem><para>June 19, 2004 [matt]: chapter04 - addinguser. Make the lfs user
285a member of the lfs group, in case hosts add a new user to a non-existent gid by
286default (which causes the glibc test suite to fail). Fixes bug #856.</para>
287</listitem>
288
289<listitem><para>June 19, 2004 [matt]: chapter07 - console &amp; chapter 08 -
290kernel. Improved wording and re-introduced the option for compiling the keymap
291directly into the kernel.</para></listitem>
292
293<listitem><para>June 19, 2004 [matt]: chapter06 - e2fsprogs, brought
294instructions inline with upstream recommendations.</para></listitem>
295
296<listitem><para>June 19, 2004 [manuel]: Applied the Index entries for Hotplug
297and Linux-Libc-Headers. Tags corrections.</para></listitem>
298
299<listitem><para>June 18, 2004 [winkie]: Instead of using the udev binary, use
300the udev daemon instead.</para></listitem>
301
302<listitem><para>June 17, 2004 [matt]: Added the sed permissions patch.</para>
303</listitem>
304
305<listitem><para>June 17, 2004 [matt]: Clarify that a gcc-3.x compiled 2.6.x
306kernel is required on the host.</para></listitem>
307
308<listitem><para>June 16, 2004 [winkie]: Upgraded to Linux 2.6.7 and dropped the
309FPU patch.</para></listitem>
310
311<listitem><para>June 16, 2004 [alexander]: Removed the fileencodings line due to
312a bug which causes Vim to default to UTF-8.</para></listitem>
313
314<listitem><para>June 15, 2004 [winkie]: Corrected installation of Readline.
315</para></listitem>
316
317<listitem><para>June 15, 2004 [winkie]: Recreate Udev's entry in /etc/hotplug.d,
318since it's not correct for our purposes by default.</para></listitem>
319
320<listitem><para>June 15, 2004 [winkie]: Dropped the Udev patch in favor copying
321the configuration file(s) to /etc/udev after installation.</para></listitem>
322
323<listitem><para>June 15, 2004 [winkie]: Upgraded to Sed 4.1.</para></listitem>
324
325<listitem><para>June 15, 2004 [winkie]: Upgraded to Udev 027.</para></listitem>
326
327<listitem><para>June 15, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.2-pre1.
328</para></listitem>
329
330<listitem><para>June 15, 2004 [winkie]: Patched the kernel sources so that it
331defaults to <filename>/bin/true</filename> as the hotplug manager.</para></listitem>
332
333<listitem><para>June 14, 2004 [matt]: Removed GNU/Linux in line with common
334usage regarding the recurring GNU/Linux vs. Linux debate (Larry Lawrence).
335</para></listitem>
336
337<listitem><para>June 14, 2004 [winkie]: Upgraded to GRUB 0.95. Removed the
338<quote>--no-mem-option</quote> argument from GRUB's
339<filename>menu.lst</filename>, since it is now the default.</para></listitem>
340
341<listitem><para>June 13, 2004 [alexander]: Security: added
342linux-2.6.6-fpu-1.patch</para></listitem>
343
344<listitem><para>June 12, 2004 [jeremy]: Chapter 6 - Hotplug - corrected the
345name of the bogus deps patch</para></listitem>
346
347<listitem><para>June 12, 2004 [alexander]: British people speak English but
348need loadkeys and setfont (reported by Dave Mascall on IRC). Corrected the
349text on the console page to account for this</para></listitem>
350
351<listitem><para>June 12, 2004 [alexander]: Re-added the <quote>background</quote> option to
352/etc/vimrc, since it has some educational value. Put this option inside an <quote>if</quote>
353statement because it applies to some, not all, terminals</para></listitem>
354
355<listitem><para>June 11, 2004 [winkie]: Dropped hackish GRUB instructions in
356favor of a patch from upstream.</para></listitem>
357
358<listitem><para>June 11, 2004 [winkie]: Force Readline to link against Ncurses.
359</para></listitem>
360
361<listitem><para>June 11, 2004 [alexander]: Added sysvinit-2.85-proclen-1.patch
362</para></listitem>
363
364<listitem><para>June 10, 2004 [alexander]: Reverted the bogus change of package
365order. Removed the <quote>background</quote> line from /etc/vimrc because it matches the
366default on Linux console</para></listitem>
367
368<listitem><para>June 10, 2004 [alexander]: Added a command to autodetect the
369character set of files being edited to /etc/vimrc
370</para></listitem>
371
372<listitem><para>June 10, 2004 [alexander]: Added vim language files. Moved
373vim after gettext in order for them to work
374</para></listitem>
375
376<listitem><para>June 9, 2004 [jeremy]: Upgraded to M4-1.4.1, after 9 years!
377</para></listitem>
378
379<listitem><para>June 9, 2004 [winkie]: Upgraded to Linux-Libc-Headers 2.6.6.0.
380</para></listitem>
381
382<listitem><para>June 9, 2004 [winkie]: Updated locations of the Glibc &amp; GCC
383tarballs.</para></listitem>
384
385<listitem><para>June 7, 2004 [winkie]: Upgraded to Udev 026.</para></listitem>
386
387<listitem><para>June 7, 2004 [winkie]: Dropped Net-tools patch for kernel
388headers in favor of a simple sed.</para></listitem>
389
390<listitem><para>June 7, 2004 [winkie]: Normalized <quote>sed</quote> usage
391throughout the book.</para></listitem>
392
393<listitem><para>June 7, 2004 [winkie]: Use the
394<quote>gcc --print-file specs</quote> command to determine the location of the
395<quote>specs</quote> file.</para></listitem>
396
397<listitem><para>June 7, 2004 [winkie]: Updated patch names to match those used
398by the patches project.</para></listitem>
399
400<listitem><para>June 7, 2004 [winkie]: Globally changed <quote>DejaGnu</quote>
401to <quote>DejaGNU</quote>.</para></listitem>
402
403<listitem><para>June 7, 2004 [winkie]: Upgraded to Vim 6.3.</para></listitem>
404
405<listitem><para>June 2, 2004 [matt]: Prologue - acknowledgments, Added Thomas
406Reitelbach as the German translator</para></listitem>
407
408<listitem><para>June 2nd, 2004 [winkie]: Upgraded to GCC 3.4.1-20040601. This
409release fixes bugs with reference to both GCC 3.4.0 and GCC 3.4.1-20040517. Also
410upgraded to Glibc 2.3.4-20040529 which includes lots of fixes for non-x86
411architectures.</para></listitem>
412
413<listitem><para>June 1st, 2004 [winkie]: Upgraded to Binutils 2.15.91.0.1. This
414release provides the <quote>-z relro</quote> option.</para></listitem>
415
416<listitem><para>June 1st, 2004 [winkie]: Inconsequential wrapping fixes.</para>
417</listitem>
418
419<listitem><para>May 29, 2004 [alexander]: Mentioned the hotplug+udev+modules
420problem. Removed the effectively dead link to the Kernel
421HOWTO.</para></listitem>
422
423<listitem><para>May 29, 2004 [alexander]: Corrected usbfs line in
424/etc/fstab.</para></listitem>
425
426<listitem><para>May 29, 2004 [alexander]: New LFS bootscripts already come
427with the /etc/sysconfig/console file. Corrected the text.</para></listitem>
428
429<listitem><para>May 25, 2004 [jeremy]: Chapter 6 - Upgraded psmisc to
43021.5.</para></listitem>
431
432<listitem><para>May 25, 2004 [jeremy]: Corrected download location for the
433lfs-bootscripts package</para></listitem>
434
435<listitem><para>May 24, 2004 [jeremy]: Upgraded to libc-headers 2.6.5.2</para>
436</listitem>
437
438<listitem><para>May 23, 2004 [jeremy]: Chapter 6 - Vim - added an option to the
439vimrc config file</para></listitem>
440
441<listitem><para>May 23th, 2004 [alexander]: Don't list the initscript in the
442contents of the Hotplug package. The reason is that we use winkie's
443replacement script from LFS-Bootscripts.</para></listitem>
444
445<listitem><para>May 23th, 2004 [alexander]: Fixed XML validation
446error.</para></listitem>
447
448<listitem><para>May 20th, 2004 [winkie]: Moved group <quote>usb</quote> to GID
44914, instead of 15.</para></listitem>
450
451<listitem><para>May 20th, 2004 [winkie]: Dropped Hotplug's
452<quote>cosmetic</quote> patch in favor of the script from LFS-Bootscripts and
453some general textual/rendering cleanups.</para></listitem>
454
455<listitem><para>May 20th, 2004 [winkie]: Point to the correct GCC patches.
456</para></listitem>
457
458<listitem><para>May 20th, 2004 [alexander]: Added Hotplug 2004_04_01.
459</para></listitem>
460
461<listitem><para>May 19th, 2004 [winkie]: Change permissions of /dev/random to
4620444 instead of 0666.</para></listitem>
463
464<listitem><para>May 19th, 2004 [winkie]: Upgraded to Binutils 2.15 &amp; GCC
4653.4.1-20040517.</para></listitem>
466
467<listitem><para>May 18th, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.1.
468</para></listitem>
469
470<listitem><para>May 16th, 2004 [winkie]: Upgraded to Automake-1.8.5.</para></listitem>
471
472<listitem><para>May 15th, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.1-pre2.
473</para></listitem>
474
475<listitem><para>May 14th, 2004 [winkie]: Upgraded to Groff 1.19.1.</para></listitem>
476
477<listitem><para>May 14th, 2004 [alexander]: Several textual changes on Vim
478page.</para></listitem>
479
480<listitem><para>May 12th, 2004 [winkie]: Apply patch to assure Coreutils doesn't
481install any binaries that we don't need/want.</para></listitem>
482
483<listitem><para>May 12th, 2004 [winkie]: Don't pass <quote>-default</quote> to
484Man's configure, since it's not needed anymore.</para></listitem>
485
486<listitem><para>May 12th, 2004 [winkie]: Shorten the <quote>sed</quote> used
487on Gzip's <filename>gzexe.in</filename> file.</para></listitem>
488
489<listitem><para>May 12th, 2004 [winkie]: Fixed Coreutils test suite execution.
490</para></listitem>
491
492<listitem><para>May 11th, 2004 [winkie]: Don't build the PCH header for
493libstdc++ in Chapter 5 -- it's just a waste of space.</para></listitem>
494
495<listitem><para>May 11th, 2004 [winkie]: Upgraded to Glibc 2.3.4-20040510 and
496Tar 1.14.</para></listitem>
497
498<listitem><para>May 10th, 2004 [winkie]: Chapter 8 - Upgraded to Linux 2.6.6.
499</para></listitem>
500
501<listitem><para>May 7th, 2004 [winkie]: Chapter 6 - When configuring Vim, pass
502the <quote>--enable-multibyte</quote> option.</para></listitem>
503
504<listitem><para>May 6th, 2004 [winkie]: Chapter 6 - Add Readline installation
505and use it when building Bash.</para></listitem>
506
507<listitem><para>May 6th, 2004 [winkie]: Added Alexander Patrakov's I18n patch.
508</para></listitem>
509
510<listitem><para>May 4th, 2004 [winkie]: Chapter 6 - Create and use the
511<quote>utmp</quote> group.</para></listitem>
512
513<listitem><para>May 4th, 2004 [winkie]: Chapter 7 - Upgraded to LFS-Bootscripts
5142.1.0 and modify the book to work with it.</para></listitem>
515
516<listitem><para>May 4th, 2004 [winkie]: Chapter 6 - Install the
517<quote>passwd</quote> binary in /bin instead of /usr/bin.</para></listitem>
518
519<listitem><para>May 4th, 2004 [winkie]: Chapter 6 - Switch the uname patch we
520use, so that we get correct results.</para></listitem>
521
522<listitem><para>May 4th, 2004 [winkie]: Chapter 8 - Use the full LFS version for
523the GRUB title.</para></listitem>
524
525<listitem><para>May 4th, 2004 [winkie]: Chapter 5 &amp; 6 - Use new patch
526naming <quote>standard</quote>.</para></listitem>
527
528<listitem><para>May 3rd, 2004 [winkie]: Merged BE-LFS content - thanks to Ron
529and Jason Scott for the help they gave to BE-LFS before integration.</para></listitem>
530
531</itemizedlist>
532
533<para>Release of version 5.1.1 on June 6th, 2004.</para>
534
535</sect1>
Note: See TracBrowser for help on using the repository browser.