source: chapter01/changelog.xml@ f67a9da

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.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 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 f67a9da was f67a9da, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Updated to man-pages-2.34

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

  • Property mode set to 100644
File size: 72.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-scatter-changelog">
9 <?dbhtml filename="changelog.html"?>
10
11 <title>Changelog</title>
12
13 <para>This is version &version; of the Linux From Scratch book, dated
14 &releasedate;. If this book is more than six months old, a newer and better
15 version is probably already available. To find out, please check one of the
16 mirrors via <ulink url="&lfs-root;mirrors.html"/>.</para>
17
18 <para>Below is a list of changes made since the previous release of the
19 book.</para>
20
21 <itemizedlist>
22 <title>Changelog Entries:</title>
23
24<!-- Changelog template
25
26 <listitem>
27 <para>Date</para>
28 <itemizedlist>
29 <listitem>
30 <para>[name] - New changelog entry.</para>
31 </listitem>
32 <listitem>
33 <para>[name] - Previous changelog entry.</para>
34 </listitem>
35 </itemizedlist>
36 </listitem>
37-->
38 <listitem>
39 <para>July 12, 20006</para>
40 <itemizedlist>
41 <listitem>
42 <para>[bdubbs] - Updated to man-pages-2.34.</para>
43 </listitem>
44 <listitem>
45 <para>[bdubbs] - Updated to e2fsprogs-1.39.</para>
46 </listitem>
47 <listitem>
48 <para>[dnicholson] - Changed text explaining the installation
49 of the udev-config rules. Thanks to Matthew Burgess.</para>
50 </listitem>
51 <listitem>
52 <para>[dnicholson] - Various fixes and additions for examples
53 of custom rules in Udev courtesy of Alexander Patrakov. Added
54 the "Creating custom symlinks" page which includes examples
55 of creating persistent device symlinks, including CD-ROMs. Added
56 a second set of guidelines for creating persistent symlinks for
57 network cards. Other text touch ups on the configuration pages
58 involving Udev. Closes ticket #1818.</para>
59 </listitem>
60 <listitem>
61 <para>[bdubbs] - Updated udev-config and bootscripts download
62 location.</para>
63 </listitem>
64 <listitem>
65 <para>[dnicholson] - Added commands to create the vi to vim
66 man page symlink in all available languages. Closes ticket
67 #1811. Thanks to Alexander Patrakov.</para>
68 </listitem>
69 <listitem>
70 <para>[dnicholson] - Updated to udev-096 and udev-config-20060712.
71 Removed the bug.c program and the cd symlinks script. The cd
72 symlinks will be covered in Chapter 7. Closes ticket #1804. Thanks
73 to Alexander Patrakov for making the appropriate changes in the
74 Udev rules.</para>
75 </listitem>
76 </itemizedlist>
77 </listitem>
78
79 <listitem>
80 <para>July 11, 2006</para>
81 <itemizedlist>
82 <listitem>
83 <para>[bdubbs] - Changed url for the SBU pages to a generic
84 location.</para>
85 </listitem>
86 <listitem>
87 <para>[bdubbs] - Added clarifying text to section 7.9 concerning
88 charmap specifications. Thanks to Dan Nicholson.
89 Closes ticket #1813.</para>
90 </listitem>
91 <listitem>
92 <para>[bdubbs] - Moved text in section 5.7 "Adjusting the Toolchain"
93 referencing TCL out of the caution and into its own note so it does not
94 get included later in gcc-pass2.
95 Closes ticket #1822.</para>
96 </listitem>
97 <listitem>
98 <para>[bdubbs] - Updated the kernel to version 2.6.16.24.
99 Closes ticket #1808.</para>
100 </listitem>
101 </itemizedlist>
102 </listitem>
103
104 <listitem>
105 <para>July 10, 2006</para>
106 <itemizedlist>
107 <listitem>
108 <para>[dnicholson] - Specified the full path to
109 <command>modprobe</command> in the example modprobe rule.
110 Closes ticket #1812.</para>
111 </listitem>
112 <listitem>
113 <para>[dnicholson] - Remove the
114 <command>locale country</command> command from the heuristic to
115 determine the locale in the Bash Shell Startup Files since it
116 doesn't produce results in all locales.</para>
117 </listitem>
118 </itemizedlist>
119 </listitem>
120
121 <listitem>
122 <para>July 7, 2006</para>
123 <itemizedlist>
124 <listitem>
125 <para>[matt] - Updated module-init-tools download information as it
126 has a new maintainer.</para>
127 </listitem>
128 </itemizedlist>
129 </listitem>
130
131 <listitem>
132 <para>June 10, 2006</para>
133 <itemizedlist>
134 <listitem>
135 <para>[ken] - Added <command>gettext.sh</command> to list of programs
136 installed by gettext, similarly <command>nologin</command> for shadow,
137 <command>grub-set-default</command> for grub, <command>enc2xs</command>
138 and <command>instmodsh</command> for perl, <command>slabtop</command>
139 for procps, <command>flock</command> and <command>tailf</command> for
140 util-linux, <command>bootlogd</command> for sysvinit, <command>manpath
141 </command>for man-db, <command>filefrag</command> for e2fsprogs.
142 Thanks to Chris Staub for the patch.</para>
143 </listitem>
144 </itemizedlist>
145 </listitem>
146
147 <listitem>
148 <para>May 31, 2006</para>
149 <itemizedlist>
150 <listitem>
151 <para>[matthew] - Upgrade to Linux-2.6.16.19.</para>
152 </listitem>
153 <listitem>
154 <para>[matthew] - Upgrade to Man-pages-2.33.</para>
155 </listitem>
156 <listitem>
157 <para>[matthew] - Upgrade to Bison-2.2.</para>
158 </listitem>
159 <listitem>
160 <para>[matthew] - Upgrade to Coreutils-5.96.</para>
161 </listitem>
162 <listitem>
163 <para>[gerard] - Added <command>tee</command> to chapter 6's Glibc
164 <command>make check</command> so the output can be seen on screen
165 as well as captured in the log file.</para>
166 </listitem>
167 </itemizedlist>
168 </listitem>
169
170 <listitem>
171 <para>May 30, 2006</para>
172 <itemizedlist>
173 <listitem>
174 <para>[matthew] - Removed an out of date comment regarding having to
175 run <command>pwconv</command> to reset passwords after enabling
176 password shadowing. Thanks to Chris Staub for the report.</para>
177 </listitem>
178 <listitem>
179 <para>[matthew] - Removed <command>getunimap</command>,
180 <command>setlogons</command>, and <command>setvesablank</command> from
181 the list of programs installed by kbd. Thanks to Chris Staub for the
182 patch.</para>
183 </listitem>
184 </itemizedlist>
185 </listitem>
186
187 <listitem>
188 <para>May 30, 2006</para>
189 <itemizedlist>
190 <listitem>
191 <para>[matthew] - Removed <command>swapdev</command> from the list of
192 files installed by util-linux. Thanks to Chris Staub for the patch.
193 </para>
194 </listitem>
195 </itemizedlist>
196 </listitem>
197
198 <listitem>
199 <para>May 27, 2006</para>
200 <itemizedlist>
201 <listitem>
202 <para>[jhuntwork] - Remove the 'refer back's in the gcc-pass2 and
203 chapter06/gcc pages. Better organizes the commands and data so that
204 the flow of the book is not lost.</para>
205 </listitem>
206 <listitem>
207 <para>[jhuntwork] - Add a note about installing spell files for
208 Vim in a language other than English.</para>
209 </listitem>
210 <listitem>
211 <para>[jhuntwork] - Correct Vim's installation of man pages to work
212 well with Man-DB. Patch from Alexander Patrakov and Ag Hatzim.</para>
213 </listitem>
214 </itemizedlist>
215 </listitem>
216
217 <listitem>
218 <para>May 26, 2006</para>
219 <itemizedlist>
220 <listitem>
221 <para>[jhuntwork] - Some version corrections in the vim page.</para>
222 </listitem>
223 </itemizedlist>
224 </listitem>
225
226 <listitem>
227 <para>May 25, 2006</para>
228 <itemizedlist>
229 <listitem>
230 <para>[jhuntwork] - Updated to Vim-7.0. Fixes #1793.</para>
231 </listitem>
232 <listitem>
233 <para>[jhuntwork] - Fixed generation of diff's man page.
234 Thanks Randy McMurchy for the report and Ken Moffat for the fix.
235 Fixes #1800.</para>
236 </listitem>
237 </itemizedlist>
238 </listitem>
239
240 <listitem>
241 <para>May 22, 2006</para>
242 <itemizedlist>
243 <listitem>
244 <para>[jim] - Fixed a constant support question asked in #IRC and
245 the mailing lists about shadow's additional sed command
246 for cracklib. Using a complete sed command instead.</para>
247 </listitem>
248 </itemizedlist>
249 </listitem>
250
251 <listitem>
252 <para>May 15, 2006</para>
253 <itemizedlist>
254 <listitem>
255 <para>[archaic] - Updated to udev-config-20060515. This adds the rule
256 to create /dev/usb nodes as well as making the rules files slightly
257 more modular by reorganizing which rules go to which files. This is a
258 very minor update.</para>
259 </listitem>
260 <listitem>
261 <para>[archaic] - Updated to man-pages-2.32.</para>
262 </listitem>
263 <listitem>
264 <para>[archaic] - Updated to udev-092.</para>
265 </listitem>
266 </itemizedlist>
267 </listitem>
268
269 <listitem>
270 <para>May 14, 2006</para>
271 <itemizedlist>
272 <listitem>
273 <para>[manuel] - Updated SBU and disk usage values.</para>
274 </listitem>
275 <listitem>
276 <para>[manuel] - Created packages.ent. Moved data about packages
277 to packages.ent as entities.</para>
278 </listitem>
279 </itemizedlist>
280 </listitem>
281
282 <listitem>
283 <para>May 12, 2006</para>
284 <itemizedlist>
285 <listitem>
286 <para>[archaic] - Updated to linux-2.6.16.16.</para>
287 </listitem>
288 </itemizedlist>
289 </listitem>
290
291 <listitem>
292 <para>May 9, 2006</para>
293 <itemizedlist>
294 <listitem>
295 <para>[manuel] - Updated packages and patches sizes.</para>
296 </listitem>
297 </itemizedlist>
298 </listitem>
299
300 <listitem>
301 <para>May 8, 2006</para>
302 <itemizedlist>
303 <listitem>
304 <para>[archaic] - Made the directory tree creation more concise and
305 removed the extraneous /opt/* hierarchy (it is not required by
306 FHS). Closes ticket #1656.</para>
307 </listitem>
308 </itemizedlist>
309 </listitem>
310
311 <listitem>
312 <para>May 7, 2006</para>
313 <itemizedlist>
314 <listitem>
315 <para>[archaic] - Updated to linux-2.6.16.14.</para>
316 </listitem>
317 <listitem>
318 <para>[ken] - Use ext3 filesystem instead of ext2.
319 Resolves ticket #1792.</para>
320 </listitem>
321 </itemizedlist>
322 </listitem>
323
324 <listitem>
325 <para>May 6, 2006</para>
326 <itemizedlist>
327 <listitem>
328 <para>[jhuntwork] - Added MD5 sums for packages and patches.
329 Resolves ticket #1788.</para>
330 </listitem>
331 </itemizedlist>
332 </listitem>
333
334 <listitem>
335 <para>May 3, 2006</para>
336 <itemizedlist>
337 <listitem>
338 <para>[archaic] - Upgraded to linux-2.6.16.13.</para>
339 </listitem>
340 <listitem>
341 <para>[jhuntwork] - Updated stripping notes to reflect current
342 findings. Resolves ticket #1657.</para>
343 </listitem>
344 <listitem>
345 <para>[archaic] - Updated the bug.c code to avoid USB-related uevent
346 leakage reports.</para>
347 </listitem>
348 </itemizedlist>
349 </listitem>
350
351 <listitem>
352 <para>May 2, 2006</para>
353 <itemizedlist>
354 <listitem>
355 <para>[jhuntwork] - Fixed sanity checks to work after final GCC
356 and changed their format. Resolves ticket #1768.</para>
357 </listitem>
358 <listitem>
359 <para>[archaic] - Removed mention of usbfs from the fstab page since
360 it is already covered in BLFS.</para>
361 </listitem>
362 <listitem>
363 <para>[archaic] - Updated to man-pages-2.31.</para>
364 </listitem>
365 <listitem>
366 <para>[archaic] - Updated to iana-etc-2.10.</para>
367 </listitem>
368 <listitem>
369 <para>[archaic] - Updated to tcl8.4.13.</para>
370 </listitem>
371 </itemizedlist>
372 </listitem>
373
374 <listitem>
375 <para>May 1, 2006</para>
376 <itemizedlist>
377 <listitem>
378 <para>[archaic] - Added two seds to avoid symlink problems with
379 Readline during reinstallation. Thanks to Dan and Manuel for the fix
380 and for testing. Fixes ticket #1770.</para>
381 </listitem>
382 <listitem>
383 <para>[archaic] - Fixed issue where module-init-tools would not
384 re-install its binaries.</para>
385 </listitem>
386 <listitem>
387 <para>[archaic] - Updated to linux-2.6.16.11.</para>
388 </listitem>
389 <listitem>
390 <para>[archaic] - Updated to udev-091. Moved to a tarball-based set of
391 udev rules. Updated the bootscripts to support the new udevsettle
392 program.</para>
393 </listitem>
394 </itemizedlist>
395 </listitem>
396
397 <listitem>
398 <para>April 27, 2006</para>
399 <itemizedlist>
400 <listitem>
401 <para>[manuel] - Added SEO Company Canada to donators
402 acknowledgements.</para>
403 </listitem>
404 </itemizedlist>
405 </listitem>
406
407 <listitem>
408 <para>April 23, 2006</para>
409 <itemizedlist>
410 <listitem>
411 <para>[manuel] - Fixed command to change $LFS/tools
412 ownership. Resolves ticket #1780.</para>
413 </listitem>
414 </itemizedlist>
415 </listitem>
416
417 <listitem>
418 <para>April 22, 2006</para>
419 <itemizedlist>
420 <listitem>
421 <para>[manuel] - Revised again the Host System Requirements page
422 wording and look. Thanks to Bruce Dubbs for the patch. Resolves
423 ticket #1779.</para>
424 </listitem>
425 </itemizedlist>
426 </listitem>
427
428 <listitem>
429 <para>April 21, 2006</para>
430 <itemizedlist>
431 <listitem>
432 <para>[manuel] - Added commands to determine the version of the
433 required packages installed on the host. Thanks to Bruce Dubbs
434 for the commands list and Randy McMurchy for reviewing the
435 wording.</para>
436 </listitem>
437 <listitem>
438 <para>[manuel] - Alphabetized patches list. Thanks to Justin
439 R. Knierim for the patch.</para>
440 </listitem>
441 </itemizedlist>
442 </listitem>
443
444 <listitem>
445 <para>April 20, 2006</para>
446 <itemizedlist>
447 <listitem>
448 <para>[jhuntwork] - Updated bash to 3.1.17 via an updated patch.
449 Resolves Ticket 1775.</para>
450 </listitem>
451 <listitem>
452 <para>[manuel] - Reworded why a 2.6 kernel compiled with GCC-3
453 is required on the host system.</para>
454 </listitem>
455 <listitem>
456 <para>[manuel] - Revised dependencies info. Thanks to Chris Staub
457 for the patch.</para>
458 </listitem>
459 </itemizedlist>
460 </listitem>
461
462 <listitem>
463 <para>April 19, 2006</para>
464 <itemizedlist>
465 <listitem>
466 <para>[jhuntwork] - Added a more detailed list of minimum
467 software requirements. Thanks to Chris Staub for researching these
468 and Alexander Patrakov for suggesting the enhancement.
469 Resolves Ticket 1598.</para>
470 </listitem>
471 </itemizedlist>
472 </listitem>
473
474 <listitem>
475 <para>April 18, 2006</para>
476 <itemizedlist>
477 <listitem>
478 <para>[jhuntwork] - Moved all dependency information to a new page,
479 Appendix C. Appendix C also contains information concerning the
480 build order. While there might need to be a few tweaks yet, this
481 information is complete enough at this point to close out the
482 long-standing ticket #684. Many thanks to Chris Staub, Dan Nicholson
483 and Manuel Canales Esparcia for helping get this finished.</para>
484 </listitem>
485 </itemizedlist>
486 </listitem>
487
488 <listitem>
489 <para>April 15, 2006</para>
490 <itemizedlist>
491 <listitem>
492 <para>[archaic] - Updated to lfs-bootscripts-20060415.</para>
493 </listitem>
494 <listitem>
495 <para>[archaic] - Added patch to glibc to fix build errors in packages
496 that include linux/types.h after sys/kd.h.</para>
497 </listitem>
498 </itemizedlist>
499 </listitem>
500
501 <listitem>
502 <para>April 14, 2006</para>
503 <itemizedlist>
504 <listitem>
505 <para>[ken] - Add security patch for tar to address CVE-2006-0300.</para>
506 </listitem>
507 <listitem>
508 <para>[archaic] - Upgraded to man-pages-2.29 and linux-2.6.16.5. No
509 command changes.</para>
510 </listitem>
511 <listitem>
512 <para>[manuel] - Changed typography conventions. From now,
513 replaceable text is encapsulated inside &lt; &gt;, optional text
514 inside [ ], and library extensions inside { }. Thanks to
515 Bruce Dubbs for the patch.</para>
516 </listitem>
517 </itemizedlist>
518 </listitem>
519
520 <listitem>
521 <para>April 13, 2006</para>
522 <itemizedlist>
523 <listitem>
524 <para>[archaic] - Removed boot logging rule from /etc/syslog.conf and
525 removed the command to move logger to /bin.</para>
526 </listitem>
527 <listitem>
528 <para>[archaic] - Added symlink from vim.1 to vi.1.</para>
529 </listitem>
530 <listitem>
531 <para>[archaic] - Added chgpasswd to the list of installed files for
532 Shadow.</para>
533 </listitem>
534 <listitem>
535 <para>[archaic] - Merged the udev_update branch to trunk.</para>
536 </listitem>
537 </itemizedlist>
538 </listitem>
539
540 <listitem>
541 <para>April 12, 2006</para>
542 <itemizedlist>
543 <listitem>
544 <para>[jhuntwork] - Rewrote section explaining IP Addresses.
545 Thanks Bryan Kadzban and Bruce Dubbs. Resolves Ticket 1663.</para>
546 </listitem>
547 <listitem>
548 <para>[jhuntwork] - Added a pointer to GDBM in Berkeley DB page.
549 Also added explanatory text concerning why LFS chose Debian's
550 convention for storing man pages. Thanks to Tushar Teredesai and
551 Alexander Patrakov. Resolves Ticket 1694.</para>
552 </listitem>
553 <listitem>
554 <para>[jhuntwork] - Remove symlink of zsoelim to groff's soelim
555 in chapter 6. Man-DB produces a sufficient zsoelim which overwrites
556 the symlink we used to create.</para>
557 </listitem>
558 </itemizedlist>
559 </listitem>
560
561 <listitem>
562 <para>April 11, 2006</para>
563 <itemizedlist>
564 <listitem>
565 <para>[jhuntwork] - Updated bash-3.1 patch. (Ticket 1758)</para>
566 </listitem>
567 </itemizedlist>
568 </listitem>
569
570 <listitem>
571 <para>April 8, 2006</para>
572 <itemizedlist>
573 <listitem>
574 <para>[jhuntwork] - Added a command to create an empty /etc/mtab file early
575 in chapter 6. This avoids testsuite failures in e2fsprogs and possibly other
576 programs that expect /etc/mtab to be present. Explanation from Dan Nicholson,
577 slightly modified. Also merged the 'Creating Essential Symlinks' section with
578 'Creating passwd, group and log Files'.</para>
579 </listitem>
580 </itemizedlist>
581 </listitem>
582
583 <listitem>
584 <para>April 6, 2006</para>
585 <itemizedlist>
586 <listitem>
587 <para>[manuel] - Placed home page (when available) and full download
588 links for all packages in chapter03/packages.xml.</para>
589 </listitem>
590 <listitem>
591 <para>[jhuntwork] - Merged alphabetical branch to trunk.</para>
592 </listitem>
593 </itemizedlist>
594 </listitem>
595
596 <listitem>
597 <para>April 2, 2006</para>
598 <itemizedlist>
599 <listitem>
600 <para>[archaic] - Moved the chowning of /tools to the end of chapter 5
601 and rewrote note about backing up or re-using /tools. Moved the
602 mounting of kernel filesystems before the package management page and
603 rewrote the page to mount --bind /dev and mount all other kernel
604 filesystems while outside chroot. Rewrote note about re-entering
605 chroot and remounting kernel filesystems. Removed /dev from the list
606 of dirs created in chroot and added it before chroot.</para>
607 </listitem>
608 </itemizedlist>
609 </listitem>
610
611 <listitem>
612 <para>March 30, 2006</para>
613 <itemizedlist>
614 <listitem>
615 <para>[ken] - Correct my erroneous comment about UTF-8 locales in
616 Man-DB. Thanks to Alexander for explaining it.</para>
617 </listitem>
618 <listitem>
619 <para>[ken] - upgraded to Linux-2.6.16.1, Iproute2-2.6.16-060323,
620 and Udev-088.</para>
621 </listitem>
622 </itemizedlist>
623 </listitem>
624
625 <listitem>
626 <para>March 29, 2006</para>
627 <itemizedlist>
628 <listitem>
629 <para>[ken] - Upgrade to shadow-4.0.15 and add convert-mans script
630 to convert its UTF-8 man pages. Thanks to Alexander and Archaic for
631 the script and commands. Fixes tickets #1748 and #1750.</para>
632 </listitem>
633 </itemizedlist>
634 </listitem>
635
636 <listitem>
637 <para>March 22, 2006</para>
638 <itemizedlist>
639 <listitem>
640 <para>[archaic] - Updated to
641 lfs-bootscripts-udev_update-20060321.</para>
642 </listitem>
643 </itemizedlist>
644 </listitem>
645
646 <listitem>
647 <para>March 21, 2006</para>
648 <itemizedlist>
649 <listitem>
650 <para>[archaic] - Updated the bootscripts. Removed references to
651 hotplug and the bootscripts udev patch. Removed reference to
652 udevstart. Added text and commands for generating Udev bug reports.
653 </para>
654 </listitem>
655 </itemizedlist>
656 </listitem>
657
658 <listitem>
659 <para>March 18, 2006</para>
660 <itemizedlist>
661 <listitem>
662 <para>[matthew] - Do not run configure manually for iproute2 as it
663 is run automatically by the Makefile. Thanks to Chris Staub for the
664 patch. Fixes ticket #1734.</para>
665 </listitem>
666 <listitem>
667 <para>[matthew] - Make bzdiff use mktemp instead of the deprecated
668 tempfile command. Thanks to Chris Staub for the patch. Fixes ticket
669 #1713.</para>
670 </listitem>
671 <listitem>
672 <para>[matthew] - Upgrade to flex-2.5.33.</para>
673 </listitem>
674 <listitem>
675 <para>[matthew] - Upgrade to readline-5.1.004.</para>
676 </listitem>
677 <listitem>
678 <para>[matthew] - Upgrade to bash-3.1.014.</para>
679 </listitem>
680 <listitem>
681 <para>[matthew] - Upgrade to psmisc-22.2.</para>
682 </listitem>
683 <listitem>
684 <para>[matthew] - Upgrade to file-4.17.</para>
685 </listitem>
686 <listitem>
687 <para>[matthew] - Use updated version of the coreutils suppression
688 patch to prevent coreutils version of the su man page from being
689 installed. Fixes #1690.</para>
690 </listitem>
691 </itemizedlist>
692 </listitem>
693
694 <listitem>
695 <para>March 11, 2006</para>
696 <itemizedlist>
697 <listitem>
698 <para>[matthew] - Upgrade to GCC 4.0.3.</para>
699 </listitem>
700 </itemizedlist>
701 </listitem>
702
703 <listitem>
704 <para>March 8, 2006</para>
705 <itemizedlist>
706 <listitem>
707 <para>[matthew] - Upgrade to Man-pages 2.25.</para>
708 </listitem>
709 <listitem>
710 <para>[matthew] - Remove an example of poor Udev support as it
711 does not apply to the kernel used in the book. Thanks to Alexander
712 Patrakov.</para>
713 </listitem>
714 <listitem>
715 <para>[matthew] - Upgrade to Linux 2.6.15.6.</para>
716 </listitem>
717 <listitem>
718 <para>[matthew] - Upgrade to udev-087.</para>
719 </listitem>
720 <listitem>
721 <para>[matthew] - Udev's run_program rules require a null device to be
722 present at an early stage, so create one in /lib/udev/devices.</para>
723 </listitem>
724 </itemizedlist>
725 </listitem>
726
727 <listitem>
728 <para>March 7, 2006</para>
729 <itemizedlist>
730 <listitem>
731 <para>[matthew] - Update Udev rules file to load SCSI modules and
732 upload firmware to devices that need it. Improve explanations of
733 device and module handling. Thanks to Alexander Patrakov.</para>
734 </listitem>
735 <listitem>
736 <para>[archaic] - Replaced the debian-specific groff patch with an
737 LFS-style patch.</para>
738 </listitem>
739 </itemizedlist>
740 </listitem>
741
742 <listitem>
743 <para>March 3, 2006</para>
744 <itemizedlist>
745 <listitem>
746 <para>[gerard] - Remove -D_GNU_SOURCE from chapter 5 - Patch. Thanks
747 to Dan Nicholson for the patch.</para>
748 </listitem>
749 </itemizedlist>
750 </listitem>
751
752 <listitem>
753 <para>March 1, 2006</para>
754 <itemizedlist>
755 <listitem>
756 <para>[archaic] - Create the Udev directories before creating the
757 symlinks.</para>
758 </listitem>
759 <listitem>
760 <para>[jhuntwork] - Added a description of perl configure flags that
761 help perl deal with a lack of groff. Thanks Dan Nicholson.</para>
762 </listitem>
763 </itemizedlist>
764 </listitem>
765
766 <listitem>
767 <para>February 27, 2006</para>
768 <itemizedlist>
769 <listitem>
770 <para>[archaic] - New bash fixes patch adds patch 011 from Bash
771 upstream. Bash patch 010 broke quoting in certain situations.</para>
772 </listitem>
773 </itemizedlist>
774 </listitem>
775
776 <listitem>
777 <para>February 20, 2006</para>
778 <itemizedlist>
779 <listitem>
780 <para>[matthew] - Use non-deprecated format for accessing MODALIAS
781 keys in the Udev rules file, and prevent the &quot;$&quot; from being
782 expanded by the shell.</para>
783 </listitem>
784 <listitem>
785 <para>[matthew] - Add patches 009 and 010 from Bash upstream.</para>
786 </listitem>
787 <listitem>
788 <para>[matthew] - Upgrade to Man-pages 2.24.</para>
789 </listitem>
790 </itemizedlist>
791 </listitem>
792
793 <listitem>
794 <para>February 19, 2006</para>
795 <itemizedlist>
796 <listitem>
797 <para>[matthew] - Upgrade Perl libc patch to prevent Perl from trying
798 to find headers on the host system. Fixes bug 1695.</para>
799 </listitem>
800 <listitem>
801 <para>[matthew] - Expand the Udev module handling rule to run for
802 every subsystem, not just USB.</para>
803 </listitem>
804 <listitem>
805 <para>[matthew] - Upgrade to Linux 2.6.15.4.</para>
806 </listitem>
807 <listitem>
808 <para>[matthew] - Upgrade to Udev 085.</para>
809 </listitem>
810 <listitem>
811 <para>[matthew] - Install Sed's HTML documentation by using
812 --enable-html instead of editing the Makefile. Thanks to Greg Schafer
813 for the report and the fix.</para>
814 </listitem>
815 <listitem>
816 <para>[matthew] - Add upstream fixes 001-002 for Readline.</para>
817 </listitem>
818 <listitem>
819 <para>[matthew] - Add upstream fixes 001-008 for Bash.</para>
820 </listitem>
821 <listitem>
822 <para>[matthew] - Upgrade to Sed 4.1.5.</para>
823 </listitem>
824 <listitem>
825 <para>[matthew] - Upgrade to Man-pages 2.23.</para>
826 </listitem>
827 <listitem>
828 <para>[matthew] - Upgrade to Coreutils-5.94.</para>
829 </listitem>
830 <listitem>
831 <para>[matthew] - Upgrade to DB-4.4.20.</para>
832 </listitem>
833 <listitem>
834 <para>[matthew] - Upgrade to Perl-5.8.8, removing the now unneeded
835 vulnerability and DB module patches.</para>
836 </listitem>
837 <listitem>
838 <para>[matthew] - Add the verbose parameter to a couple of commands in
839 Linux-Libc-Headers and DB.</para>
840 </listitem>
841 <listitem>
842 <para>[matthew] - Create udev specific directories in udev's
843 instructions instead of the more generic creatingdirs.xml. Add
844 &quot;pts&quot; and &quot;shm&quot; directories to
845 <filename class="directory">/lib/udev/devices</filename> so that they
846 can be mounted successfully at boot time.</para>
847 </listitem>
848 </itemizedlist>
849 </listitem>
850
851 <listitem>
852 <para>February 10, 2006</para>
853 <itemizedlist>
854 <listitem>
855 <para>[manuel] - Finished the XML indentation plus few tags
856 changes.</para>
857 </listitem>
858 </itemizedlist>
859 </listitem>
860
861 <listitem>
862 <para>February 8, 2006</para>
863 <itemizedlist>
864 <listitem>
865 <para>[matthew] - Rewrite the majority of chapter07/udev.xml to
866 reflect the new configuration for handling dynamic device naming and
867 module loading.</para>
868 </listitem>
869 </itemizedlist>
870 </listitem>
871
872 <listitem>
873 <para>February 3, 2006</para>
874 <itemizedlist>
875 <listitem>
876 <para>[matthew] - Create the
877 <filename class="directory">/lib/firmware</filename> directory that
878 can be used by Udev's <command>firmware_helper</command> utility.
879 </para>
880 </listitem>
881 <listitem>
882 <para>[matthew] - Add descriptions of Udev's helper binaries.</para>
883 </listitem>
884 <listitem>
885 <para>[manuel] - Add udev bootscript patch to whatsnew. Removed
886 hotplug from list of packages to download.</para>
887 </listitem>
888 <listitem>
889 <para>[ken] - Add udev bootscript patch to list of patches to
890 download.</para>
891 </listitem>
892 <listitem>
893 <para>[ken] - Correct the size of the udev tarball.</para>
894 </listitem>
895 </itemizedlist>
896 </listitem>
897
898 <listitem>
899 <para>February 2, 2006</para>
900 <itemizedlist>
901 <listitem>
902 <para>[matthew] - Upgrade to Udev-084 and build all its extras to
903 enable custom rules to be written more easily. Also, change the
904 rules file to handle kernel module loading and patch the udev
905 bootscript to work with this version of udev.</para>
906 </listitem>
907 <listitem>
908 <para>[matthew] - Remove the hotplug package and related bootscript.
909 Udev will now handle device creation and module loading.</para>
910 </listitem>
911 <listitem>
912 <para>[matthew] - Upgrade to Linux-2.6.15.2.</para>
913 </listitem>
914 </itemizedlist>
915 </listitem>
916
917 <listitem>
918 <para>January 30, 2006</para>
919 <itemizedlist>
920 <listitem>
921 <para>[jhuntwork] - Adjust binutils-pass1 so we don't need to hang
922 on to its source directories. Also use 'gcc -dumpmachine' instead
923 of the MACHTYPE var.</para>
924 </listitem>
925 <listitem>
926 <para>[jhuntwork] - Various textual corrections. Thanks Chris
927 Staub.</para>
928 </listitem>
929 <listitem>
930 <para>[jhuntwork] - Remove unnecessary LDFLAGS variables in binutils
931 pass 1 and 2. Thanks Dan Nicholson.</para>
932 </listitem>
933 </itemizedlist>
934 </listitem>
935
936 <listitem>
937 <para>January 29, 2006</para>
938 <itemizedlist>
939 <listitem>
940 <para>[jhuntwork] - Restore the use of *startfile_prefix_spec.</para>
941 </listitem>
942 <listitem>
943 <para>[jhuntwork] - Remove a spurious -i from the perl command when
944 readjusting the toolchain. Thanks Dan Nicholson.</para>
945 </listitem>
946 </itemizedlist>
947 </listitem>
948
949 <listitem>
950 <para>January 26, 2006</para>
951 <itemizedlist>
952 <listitem>
953 <para>[jhuntwork] - Modify chapter 6 Glibc's make install command to
954 allow test-installation.pl to run.</para>
955 </listitem>
956 <listitem>
957 <para>[jhuntwork] - Adjust chapter 5 binutils to build a static ld-new
958 for use in the chapter 6 readjusting section. Also add some extended
959 sanity checks. These fixes are adapted from DIY-Linux and Greg Schafer.
960 Thanks to Dan Nicholson for the report, as well.</para>
961 </listitem>
962 <listitem>
963 <para>[jhuntwork] - Added 'nodump' to commands in the Package Management
964 section.</para>
965 </listitem>
966 </itemizedlist>
967 </listitem>
968
969 <listitem>
970 <para>January 25, 2006</para>
971 <itemizedlist>
972 <listitem>
973 <para>[jhuntwork] - Remove ppc specific instructions from chapter 6
974 patch. Cross-LFS can handle non-x86 arch specifics at this point.</para>
975 </listitem>
976 <listitem>
977 <para>[jhuntwork] - Fix chapter 6 Glibc's test-installation.pl to test
978 the correct Glibc. Fixes bug 1675. Thanks to Dan Nicholson for the report
979 and Greg Schafer for the fix.</para>
980 </listitem>
981 <listitem>
982 <para>[jhuntwork] - Fixed the re-adjusting of the toolchain in chapter
983 6 so that chapter 6 GCC and Binutils links against the proper Glibc and
984 so that we don't have to keep the binutils directories from chapter 5.
985 Also moved a note about saving the /tools directory to the beginning of
986 chapter 6. Fixes bug 1677. Thanks to Chris Staub, Alexander Patrakov,
987 Greg Schafer and Tushar Teredesai for reporting and resolving this
988 issue.</para>
989 </listitem>
990 <listitem>
991 <para>[matthew] - Upgrade coreutils i18n patch to version 2 to fix
992 <command>sort -n</command> and add the en_US.UTF-8 locale to improve
993 coreutils' test coverage. Fixes bugs 1688 and 1689. Thanks to
994 Alexander Patrakov.</para>
995 </listitem>
996 <listitem>
997 <para>[matthew] - Add information about package management. Thanks to
998 the BLFS project for the text.</para>
999 </listitem>
1000 </itemizedlist>
1001 </listitem>
1002
1003 <listitem>
1004 <para>January 24, 2006</para>
1005 <itemizedlist>
1006 <listitem>
1007 <para>[matthew] - Upgrade to Groff-1.18.1.1-11.</para>
1008 </listitem>
1009 </itemizedlist>
1010 </listitem>
1011
1012 <listitem>
1013 <para>January 23, 2006</para>
1014 <itemizedlist>
1015 <listitem>
1016 <para>[matthew] - Upgrade to Man-pages 2.21.</para>
1017 </listitem>
1018 <listitem>
1019 <para>[matthew] - Upgrade to Psmisc 22.1.</para>
1020 </listitem>
1021 <listitem>
1022 <para>[matthew] - Upgrade to Shadow 4.0.14.</para>
1023 </listitem>
1024 <listitem>
1025 <para>[matthew] - Install documentation for the Linux kernel. Thanks
1026 to Tushar for the report. Fixes bug 1683.</para>
1027 </listitem>
1028 <listitem>
1029 <para>[matthew] - Added a patch to enable Perl's DB_File module to
1030 compile with the latest version of Berkeley DB. Thanks to Alexander
1031 Patrakov for the patch.</para>
1032 </listitem>
1033 </itemizedlist>
1034 </listitem>
1035
1036 <listitem>
1037 <para>January 20, 2006</para>
1038 <itemizedlist>
1039 <listitem>
1040 <para>[jhuntwork] - Added a patch to fix the sprintf security
1041 vulnerability in Perl. Thanks to Tim van der Molen for pointing
1042 it out.</para>
1043 </listitem>
1044 </itemizedlist>
1045 </listitem>
1046
1047 <listitem>
1048 <para>January 17, 2006</para>
1049 <itemizedlist>
1050 <listitem>
1051 <para>[jhuntwork] - Fixed locale generation for French UTF-8. Thanks
1052 to Dan McGhee for the report and Alexander Patrakov for the fix.</para>
1053 </listitem>
1054 </itemizedlist>
1055 </listitem>
1056
1057 <listitem>
1058 <para>January 10, 2006</para>
1059 <itemizedlist>
1060 <listitem>
1061 <para>[ken]: Define YYENABLE_NLS in bison, to resolve a code
1062 difference shown up by Iterative Comparison Analysis. Thanks
1063 to Greg Schafer.</para>
1064 </listitem>
1065 <listitem>
1066 <para>[ken]: Revert my move of mktemp and add a sed to correct
1067 gccbug.</para>
1068 </listitem>
1069 </itemizedlist>
1070 </listitem>
1071
1072 <listitem>
1073 <para>January 7, 2006</para>
1074 <itemizedlist>
1075 <listitem>
1076 <para>[ken]: Alter the Perl instructions to always create an
1077 /etc/hosts file. This fixes a potential difference in the
1078 'hostcat' recorded in Config_heavy.pl. Thanks to Bryan Kadzban
1079 for explaining this.</para>
1080 </listitem>
1081 <listitem>
1082 <para>[ken]: Move grep ahead of libtool, so that the latter
1083 will correctly reference /bin/grep in references to EGREP.</para>
1084 </listitem>
1085 <listitem>
1086 <para>[ken]: Move mktemp ahead of gcc so that gccbug will
1087 use mktemp.</para>
1088 </listitem>
1089 <listitem>
1090 <para>[ken]: Give Berkeley DB its full name, and remove the
1091 '-lpthread' overrides. Also add pointer to BLFS, thanks to
1092 Randy McMurchy.</para>
1093 </listitem>
1094 </itemizedlist>
1095 </listitem>
1096
1097 <listitem>
1098 <para>January 5, 2006</para>
1099 <itemizedlist>
1100 <listitem>
1101 <para>[jhuntwork]: Remove mention of news server until we actually
1102 have one. Thanks Randy.</para>
1103 </listitem>
1104 <listitem>
1105 <para>[jhuntwork]: Initial addition of UTF-8 support. Thanks to
1106 Alexander Patrakov.</para>
1107 </listitem>
1108 </itemizedlist>
1109 </listitem>
1110
1111 <listitem>
1112 <para>January 3, 2006</para>
1113 <itemizedlist>
1114 <listitem>
1115 <para>[matt]: Clarify the description of mktemp's --with-libc
1116 configure parameter (fixes bug 1667).</para>
1117 </listitem>
1118 <listitem>
1119 <para>[matt]: Upgrade to libtool 1.5.22.</para>
1120 </listitem>
1121 <listitem>
1122 <para>[matt]: Upgrade to man-pages 2.18.</para>
1123 </listitem>
1124 <listitem>
1125 <para>[matt]: Remove the -v flag from the example mkswap command in
1126 chapter 2 as it does not affect verbosity (fixes bug 1674).</para>
1127 </listitem>
1128 </itemizedlist>
1129 </listitem>
1130
1131 <listitem>
1132 <para>December 31, 2005</para>
1133 <itemizedlist>
1134 <listitem>
1135 <para>[ken]: Alter installation of Linux Libc asm Headers in chroot,
1136 to be repeatable.</para>
1137 </listitem>
1138 </itemizedlist>
1139 </listitem>
1140
1141 <listitem>
1142 <para>December 23, 2005</para>
1143 <itemizedlist>
1144 <listitem>
1145 <para>[jim]: Corrected version on Vim symlink</para>
1146 </listitem>
1147 </itemizedlist>
1148 </listitem>
1149
1150 <listitem>
1151 <para>December 21, 2005</para>
1152 <itemizedlist>
1153 <listitem>
1154 <para>[matt]: Correctly symlink Vim's documentation to /usr/share/doc.
1155 Thanks to Jeremy for the report and the fix.</para>
1156 </listitem>
1157 </itemizedlist>
1158 </listitem>
1159
1160 <listitem>
1161 <para>December 17, 2005</para>
1162 <itemizedlist>
1163 <listitem>
1164 <para>[matt]: Pass a valid path to module-init-tools' --prefix
1165 configure switch and remove the now unnecessary --mandir switch</para>
1166 </listitem>
1167 <listitem>
1168 <para>[matt]: Symlink Vim's documentation to /usr/share/doc. Fixes
1169 bug 1610. Thanks to Randy McMurchy for the original report and to
1170 Ken and Jeremy for their investigations into the fix.</para>
1171 </listitem>
1172 <listitem>
1173 <para>[matt]: Upgrade to psmisc-21.9</para>
1174 </listitem>
1175 <listitem>
1176 <para>[matt]: Upgrade to man-pages-2.17</para>
1177 </listitem>
1178 </itemizedlist>
1179 </listitem>
1180
1181 <listitem>
1182 <para>December 16, 2005</para>
1183 <itemizedlist>
1184 <listitem>
1185 <para>[jhuntwork]: Move Procps to before Perl in chapter 6. Perl's
1186 testsuite uses 'ps'.</para>
1187 </listitem>
1188 </itemizedlist>
1189 </listitem>
1190
1191 <listitem>
1192 <para>December 13, 2005</para>
1193 <itemizedlist>
1194 <listitem>
1195 <para>[jhuntwork]: Install Tcl's internal headers to /tools/include,
1196 allowing us to drop its source directory right away. Origin is
1197 Greg Schafer, and thanks to Dan Nicholson for the report (fixes
1198 bug 1670).</para>
1199 </listitem>
1200 </itemizedlist>
1201 </listitem>
1202
1203 <listitem>
1204 <para>December 12, 2005</para>
1205 <itemizedlist>
1206 <listitem>
1207 <para>[jhuntwork]: Updated texinfo patch. Fixes segfault issues
1208 with texindex. Thanks to Randy McMurchy for the report and Bruce
1209 Dubbs and Joe Ciccone for the fix.</para>
1210 </listitem>
1211 </itemizedlist>
1212 </listitem>
1213
1214 <listitem>
1215 <para>December 11, 2005</para>
1216 <itemizedlist>
1217 <listitem>
1218 <para>[jhuntwork]: Upgrade to tcl-8.4.12</para>
1219 </listitem>
1220 <listitem>
1221 <para>[jhuntwork]: Upgrade to less-394.</para>
1222 </listitem>
1223 <listitem>
1224 <para>[jhuntwork]: Upgrade to readline-5.1. Also removed bash-3.0
1225 and readline-5.0 specific patches.</para>
1226 </listitem>
1227 <listitem>
1228 <para>[jhuntwork]: Upgrade to bash-3.1. Also fixed Tcl to work with
1229 the new bash version. Thanks to Alexander Patrakov and ultimately,
1230 Greg Schafer for the fix.</para>
1231 </listitem>
1232 <listitem>
1233 <para>[jhuntwork]: Changed variable used in readline for linking
1234 in ncurses. Thanks to Alexander Patrakov for the fix.</para>
1235 </listitem>
1236 </itemizedlist>
1237 </listitem>
1238
1239 <listitem>
1240 <para>December 9, 2005</para>
1241 <itemizedlist>
1242 <listitem>
1243 <para>[matt]: Upgrade to man-pages-2.16</para>
1244 </listitem>
1245 <listitem>
1246 <para>[matt]: Upgrade to module-init-tools-3.2.2
1247 </para>
1248 </listitem>
1249 <listitem>
1250 <para>[matt]: Upgrade to findutils-4.2.27</para>
1251 </listitem>
1252 </itemizedlist>
1253 </listitem>
1254
1255 <listitem>
1256 <para>December 7, 2005</para>
1257 <itemizedlist>
1258 <listitem>
1259 <para>[matt]: Mention the testsuites (or lack of them) for all
1260 packages (fixes bug 1664). Thanks to Chris Staub for the report
1261 and analysis of affected packages.</para>
1262 </listitem>
1263 </itemizedlist>
1264 </listitem>
1265
1266 <listitem>
1267 <para>November 26, 2005</para>
1268 <itemizedlist>
1269 <listitem>
1270 <para>[matt]: Don't install the Linuxthreads man pages, the POSIX
1271 threading API is documented in the man3p section provided by the
1272 man-pages package (fixes bug 1660).</para>
1273 </listitem>
1274 <listitem>
1275 <para>[matt]: Remove the incorrect note about not having to dump/check
1276 a journalled filesystem (fixes bug 1662).</para>
1277 </listitem>
1278 <listitem>
1279 <para>[matt]: Upgrade to module-init-tools 3.2.1.</para>
1280 </listitem>
1281 <listitem>
1282 <para>[matt]: Prevent installing the internationalized man pages
1283 for Shadow's <command>groups</command> binary (thanks to Randy
1284 McMurchy for the report).</para>
1285 </listitem>
1286 <listitem>
1287 <para>[matt]: Upgrade to man-pages 2.14.</para>
1288 </listitem>
1289 <listitem>
1290 <para>[matt]: Upgrade to findutils-4.2.26</para>
1291 </listitem>
1292 <listitem>
1293 <para>[manuel]: Changed --strip-path to --strip-components in the
1294 unpack of module-init-tools-testsuite package.</para>
1295 </listitem>
1296 </itemizedlist>
1297 </listitem>
1298
1299 <listitem>
1300 <para>November 23, 2005</para>
1301 <itemizedlist>
1302 <listitem>
1303 <para>[gerard]: Corrected reference to 'man page' to 'HTML
1304 documentation' in chapter 6/sec</para>
1305 </listitem>
1306 </itemizedlist>
1307 </listitem>
1308
1309 <listitem>
1310 <para>November 18, 2005</para>
1311 <itemizedlist>
1312 <listitem>
1313 <para>[manuel]: Fixed the unpack of the module-init-tools-testsuite
1314 package.</para>
1315 </listitem>
1316 </itemizedlist>
1317 </listitem>
1318
1319 <listitem>
1320 <para>November 16, 2005</para>
1321 <itemizedlist>
1322 <listitem>
1323 <para>[jhuntwork]: Textual correction concerning gettext in
1324 chapter 5 and the use of --disable-shared</para>
1325 </listitem>
1326 </itemizedlist>
1327 </listitem>
1328
1329 <listitem>
1330 <para>November 15, 2005</para>
1331 <itemizedlist>
1332 <listitem>
1333 <para>[archaic]: Changed the chapter 6 Perl Dpager configure option
1334 to reflect the new location of the less binary.</para>
1335 </listitem>
1336 </itemizedlist>
1337 </listitem>
1338
1339 <listitem>
1340 <para>November 14, 2005</para>
1341 <itemizedlist>
1342 <listitem>
1343 <para>[jhuntwork]: Only install <command>msgfmt</command> from
1344 gettext in chapter 5. This is all that is necessary and prevents
1345 gettext from trying to pull in unnecessary elements from the host.
1346 Thanks to Greg Schafer for pointing this out.</para>
1347 </listitem>
1348 </itemizedlist>
1349 </listitem>
1350
1351 <listitem>
1352 <para>November 12, 2005</para>
1353 <itemizedlist>
1354 <listitem>
1355 <para>[matt]: Improve the heuristic for determining a locale that
1356 is supported by both Glibc and packages outside LFS (bug 1642).
1357 Many thanks to Alexander Patrakov for highlighting the numerous
1358 issues and for reviewing the various suggested fixes.</para>
1359 </listitem>
1360 <listitem>
1361 <para>[jhuntwork]: Move sed to earlier in the build.</para>
1362 </listitem>
1363 <listitem>
1364 <para>[jhuntwork]: Move m4 to earlier in the build. Thanks
1365 Chris Staub.</para>
1366 </listitem>
1367 </itemizedlist>
1368 </listitem>
1369
1370 <listitem>
1371 <para>November 11, 2005</para>
1372 <itemizedlist>
1373 <listitem>
1374 <para>[matt]: Omit running Bzip2's testsuite as a separate step,
1375 as <command>make</command> runs it automatically (bug 1652).</para>
1376 </listitem>
1377 </itemizedlist>
1378 </listitem>
1379
1380 <listitem>
1381 <para>November 10, 2005</para>
1382 <itemizedlist>
1383 <listitem>
1384 <para>[jhuntwork]: Initial re-ordering of packages. Thanks to
1385 Chris Staub (bug 684).</para>
1386 </listitem>
1387 </itemizedlist>
1388 </listitem>
1389
1390 <listitem>
1391 <para>November 7, 2005</para>
1392 <itemizedlist>
1393 <listitem>
1394 <para>[matt]: Install the binaries from Less to /usr/bin instead
1395 of /bin (fixes bug 1643).</para>
1396 </listitem>
1397 <listitem>
1398 <para>[matt]: Remove the --libexecdir option from both passes of
1399 GCC in chapter 5 (fixes bug 1646). Also change the --libexecdir
1400 option for Findutils to conform with the /usr/lib/packagename
1401 convention already prevalent in the book (fixes bug 1644).</para>
1402 </listitem>
1403 </itemizedlist>
1404 </listitem>
1405
1406 <listitem>
1407 <para>November 6, 2005</para>
1408 <itemizedlist>
1409 <listitem>
1410 <para>[matt]: Remove the optimization related warnings from the
1411 toolchain packages (bug 1650).</para>
1412 </listitem>
1413 <listitem>
1414 <para>[matt]: Install Vim's documentation to
1415 /usr/share/doc/vim-&vim-version; instead of /usr/share/vim/vim64/doc
1416 (bug 1610). Thanks to Randy McMurchy for the report, and Jeremy
1417 Huntwork for the fix.</para>
1418 </listitem>
1419 <listitem>
1420 <para>[matt]: Stop Udev from killing udevd processes on the host
1421 system (fixes bug 1651). Thanks to Alexander Patrakov for the
1422 report and the fix.</para>
1423 </listitem>
1424 <listitem>
1425 <para>[matt]: Upgrade to Coreutils 5.93.</para>
1426 </listitem>
1427 <listitem>
1428 <para>[matt]: Upgrade to Psmisc 21.8.</para>
1429 </listitem>
1430 <listitem>
1431 <para>[matt]: Upgrade to Glibc 2.3.6.</para>
1432 </listitem>
1433 </itemizedlist>
1434 </listitem>
1435
1436 <listitem>
1437 <para>November 5, 2005</para>
1438 <itemizedlist>
1439 <listitem>
1440 <para>[matt]: Add a note to the toolchain sanity check in chapter 5
1441 to explain that if TCL fails to build, it's an indication of a broken
1442 toolchain (bug 1581).</para>
1443 </listitem>
1444 </itemizedlist>
1445 </listitem>
1446
1447 <listitem>
1448 <para>November 3, 2005</para>
1449 <itemizedlist>
1450 <listitem>
1451 <para>[matt]: Upgrade to man-pages 2.13.</para>
1452 </listitem>
1453 <listitem>
1454 <para>[matt]: Correct the instructions for running Module-Init-Tools'
1455 testsuite (fixes bug 1597). Thanks to Greg Schafer, Tushar Teredesai
1456 and to Randy McMurchy for providing the patch.</para>
1457 </listitem>
1458 </itemizedlist>
1459 </listitem>
1460
1461 <listitem>
1462 <para>October 31, 2005</para>
1463 <itemizedlist>
1464 <listitem>
1465 <para>[matt]: Upgrade to shadow-4.0.13.</para>
1466 </listitem>
1467 <listitem>
1468 <para>[matt]: Upgrade to vim-6.4.</para>
1469 </listitem>
1470 <listitem>
1471 <para>[matt]: Upgrade to procps-3.2.6.</para>
1472 </listitem>
1473 <listitem>
1474 <para>[matt]: Build udev_run_devd and udev_run_hotplugd and alter
1475 the udev rules file so that udev once again executes programs in
1476 the /etc/dev.d and /etc/hotplug.d directories (fixes bug 1635).
1477 Also change the udev rules to prevent udev from handling the "card"
1478 and "dm" devices as these are managed entirely by programs outside
1479 of LFS.</para>
1480 </listitem>
1481 </itemizedlist>
1482 </listitem>
1483
1484 <listitem>
1485 <para>October 29, 2005</para>
1486 <itemizedlist>
1487 <listitem>
1488 <para>[matt]: Upgrade to udev-071</para>
1489 </listitem>
1490 <listitem>
1491 <para>[matt]: Upgrade to man-pages 2.11.</para>
1492 </listitem>
1493 <listitem>
1494 <para>[matt]: Upgrade to coreutils-5.92. This involved removing
1495 the DEFAULT_POSIX2_VERSION environment variable as it is no longer
1496 required. The testsuite also requires the Data::Dumper module from
1497 Perl, so it is now built in chapter05/perl.xml.</para>
1498 </listitem>
1499 </itemizedlist>
1500 </listitem>
1501
1502 <listitem>
1503 <para>October 22, 2005</para>
1504 <itemizedlist>
1505 <listitem>
1506 <para>[archaic]: Upgrade to m4-1.4.4.</para>
1507 </listitem>
1508 </itemizedlist>
1509 </listitem>
1510
1511 <listitem>
1512 <para>October 21, 2005</para>
1513 <itemizedlist>
1514 <listitem>
1515 <para>[matt]: Upgrade to file-4.16.</para>
1516 </listitem>
1517 <listitem>
1518 <para>[matt]: Upgrade to man-pages 2.10.</para>
1519 </listitem>
1520 <listitem>
1521 <para>[matt]: Upgrade to ncurses 5.5.</para>
1522 </listitem>
1523 </itemizedlist>
1524 </listitem>
1525
1526 <listitem>
1527 <para>October 15, 2005</para>
1528 <itemizedlist>
1529 <listitem>
1530 <para>[matt]: Upgrade to man-pages 2.09.</para>
1531 </listitem>
1532 <listitem>
1533 <para>[matt]: Use an updated version of the Udev rules file
1534 (fixes bug 1639).</para>
1535 </listitem>
1536 <listitem>
1537 <para>[matt]: Add a cdrom group as required by the Udev rules.
1538 file</para>
1539 </listitem>
1540 </itemizedlist>
1541 </listitem>
1542
1543 <listitem>
1544 <para>October 9, 2005</para>
1545 <itemizedlist>
1546 <listitem>
1547 <para>[matt]: Emphasise the fact that one must delete the source
1548 directory after each package has been installed. Fixes bug 1638.
1549 Thanks to Chris Staub.</para>
1550 </listitem>
1551 </itemizedlist>
1552 </listitem>
1553
1554 <listitem>
1555 <para>October 8, 2005</para>
1556 <itemizedlist>
1557 <listitem>
1558 <para>[archaic]: Added patch to fix poor tempfile creation in
1559 Texinfo-4.8 that can lead to a symlink attack.</para>
1560 </listitem>
1561 <listitem>
1562 <para>[matt]: Upgrade to iproute2-051007.</para>
1563 </listitem>
1564 </itemizedlist>
1565 </listitem>
1566
1567 <listitem>
1568 <para>October 7, 2005</para>
1569 <itemizedlist>
1570 <listitem>
1571 <para>[matt]: Upgrade to gcc-4.0.2.</para>
1572 </listitem>
1573 </itemizedlist>
1574 </listitem>
1575
1576 <listitem>
1577 <para>October 4, 2005</para>
1578 <itemizedlist>
1579 <listitem>
1580 <para>[matt]: Prevent GCC from running the <command>fixincludes</command>
1581 script in chapter5 pass2 and chapter 6 (fixes bug 1636). Thanks to Tushar
1582 and Greg for their contributions on this issue.</para>
1583 </listitem>
1584 </itemizedlist>
1585 </listitem>
1586
1587 <listitem>
1588 <para>September 29, 2005</para>
1589 <itemizedlist>
1590 <listitem>
1591 <para>[matt]: Add more explicit reader prerequisites (fixes
1592 bug 1629).</para>
1593 </listitem>
1594 <listitem>
1595 <para>[matt]: Add <option>-v</option> to commands that accept it
1596 (fixes bug 1612).</para>
1597 </listitem>
1598 </itemizedlist>
1599 </listitem>
1600
1601 <listitem>
1602 <para>September 26, 2005</para>
1603 <itemizedlist>
1604 <listitem>
1605 <para>[matt]: Upgrade to man-pages-2.08.</para>
1606 </listitem>
1607 </itemizedlist>
1608 </listitem>
1609
1610 <listitem>
1611 <para>September 24, 2005</para>
1612 <itemizedlist>
1613 <listitem>
1614 <para>[matt]: Upgrade to gawk-3.1.5.</para>
1615 </listitem>
1616 <listitem>
1617 <para>[matt]: Upgrade to man-1.6b.</para>
1618 </listitem>
1619 <listitem>
1620 <para>[matt]: Upgrade to util-linux-2.12r.</para>
1621 </listitem>
1622 </itemizedlist>
1623 </listitem>
1624
1625 <listitem>
1626 <para>September 20, 2005</para>
1627 <itemizedlist>
1628 <listitem>
1629 <para>[matt]: Upgrade to bison-2.1.</para>
1630 </listitem>
1631 </itemizedlist>
1632 </listitem>
1633
1634 <listitem>
1635 <para>September 17, 2005</para>
1636 <itemizedlist>
1637 <listitem>
1638 <para>[matt]: Upgrade to udev-070 and remove the unnecessary
1639 &quot;udevdir=/dev&quot; parameter.</para>
1640 </listitem>
1641 <listitem>
1642 <para>[matt]: Added patch for coreutils to improve echo's POSIX
1643 and bash compatibility and to recognise &quot;\xhh&quot; syntax
1644 as required by the test suite in udev-069 and later.</para>
1645 </listitem>
1646 </itemizedlist>
1647 </listitem>
1648
1649 <listitem>
1650 <para>September 15, 2005</para>
1651 <itemizedlist>
1652 <listitem>
1653 <para>[archaic]: Added patch for util-linux to prevent a umount
1654 vulnerability.</para>
1655 </listitem>
1656 </itemizedlist>
1657 </listitem>
1658
1659 <listitem>
1660 <para>September 8, 2005</para>
1661 <itemizedlist>
1662 <listitem>
1663 <para>[jhuntwork]: Upgrade to groff-1.19.2</para>
1664 </listitem>
1665 </itemizedlist>
1666 </listitem>
1667
1668 <listitem>
1669 <para>September 6, 2005</para>
1670 <itemizedlist>
1671 <listitem>
1672 <para>[ken]: Reworded the glibc text to expect test failures.</para>
1673 </listitem>
1674 </itemizedlist>
1675 </listitem>
1676
1677 <listitem>
1678 <para>September 5, 2005</para>
1679 <itemizedlist>
1680 <listitem>
1681 <para>[ken]: Add patch to fix some of the math tests in glibc.</para>
1682 </listitem>
1683 </itemizedlist>
1684 </listitem>
1685
1686 <listitem><para>September 4, 2005</para>
1687 <itemizedlist>
1688 <listitem>
1689 <para>[matt]: Add patch to stop <command>cfdisk</command> segfaulting
1690 when invoked on devices with partitions that don't contain an ext2,
1691 ext3, xfs or jfs filesystem (see bug 1604).</para>
1692 </listitem>
1693 <listitem>
1694 <para>[matt]: Upgrade to libtool-1.5.20.</para>
1695 </listitem>
1696 <listitem>
1697 <para>[matt]: Upgrade to findutils-4.2.25.</para>
1698 </listitem>
1699 </itemizedlist>
1700 </listitem>
1701
1702 <listitem>
1703 <para>September 2, 2005</para>
1704 <itemizedlist>
1705 <listitem>
1706 <para>[matt]: The optimization flag for util-linux comes from
1707 <filename>configure</filename> rather than <filename>MCONFIG</filename>,
1708 so adjust the <command>sed</command> in order for the segfault fix
1709 to actually work.</para>
1710 </listitem>
1711 <listitem>
1712 <para>[matt]: Avoid the potential race condition when invoking
1713 <command>find</command> to remove GCC's fixed headers.</para>
1714 </listitem>
1715 </itemizedlist>
1716 </listitem>
1717
1718 <listitem>
1719 <para>August 30th, 2005</para>
1720 <itemizedlist>
1721 <listitem>
1722 <para>[matt]: Work around a segfault in cfdisk by compiling with -O
1723 instead of the default -O2 optimization setting (fixes bug 1604).</para>
1724 </listitem>
1725 <listitem>
1726 <para>[matt]: Update the inetutils patch to use the upstream fix
1727 for GCC-4.x compilation problems (fixes bug 1602).</para>
1728 </listitem>
1729 <listitem>
1730 <para>[matt]: Upgrade to shadow-2.0.12</para>
1731 </listitem>
1732 <listitem>
1733 <para>[ken]: Remove <command>sed -i</command> commands from
1734 gcc-pass2.</para>
1735 </listitem>
1736 </itemizedlist>
1737 </listitem>
1738
1739 <listitem>
1740 <para>August 28th, 2005</para>
1741 <itemizedlist>
1742 <listitem>
1743 <para>[jhuntwork]: Adjusted tar commands in Bash and Glibc chapter 6
1744 builds for consistency</para>
1745 </listitem>
1746 </itemizedlist>
1747 </listitem>
1748
1749 <listitem>
1750 <para>August 23rd, 2005</para>
1751 <itemizedlist>
1752 <listitem>
1753 <para>[matt]: <command>find</command> may fail due to a race
1754 condition when deleting files. Remove the &amp;&amp; construct in
1755 chapter05/adjusting.xml so that the rest of the commands for removing
1756 fixed headers will be executed (fixes bug 1621).</para>
1757 </listitem>
1758 <listitem>
1759 <para>[matt]: Install Udev's documentation relating to configuring
1760 rules (fixes bug 1622).</para>
1761 </listitem>
1762 <listitem>
1763 <para>[matt]: Upgrade to Man-1.6a.</para>
1764 </listitem>
1765 </itemizedlist>
1766 </listitem>
1767
1768 <listitem>
1769 <para>August 20th, 2005</para>
1770 <itemizedlist>
1771 <listitem>
1772 <para>[matt]: Stop moving some of coreutils' binaries to /bin as
1773 they aren't required to be there (fixes bug 1620).</para>
1774 </listitem>
1775 </itemizedlist>
1776 </listitem>
1777
1778 <listitem>
1779 <para>August 19th, 2005</para>
1780 <itemizedlist>
1781 <listitem>
1782 <para>[matt]: Upgrade to Udev-068.</para>
1783 </listitem>
1784 <listitem>
1785 <para>[matt]: Upgrade to IANA-etc-2.00.</para>
1786 </listitem>
1787 <listitem>
1788 <para>[matt]: Upgrade to file-4.15.</para>
1789 </listitem>
1790 </itemizedlist>
1791 </listitem>
1792
1793 <listitem>
1794 <para>August 18th, 2005</para>
1795 <itemizedlist>
1796 <listitem>
1797 <para>[matt]: Simplify the method for finding where GCC's default
1798 specs file and private include directory live. Additionally, don't
1799 assume the host's sed supports the -i switch.</para>
1800 </listitem>
1801 <listitem>
1802 <para>[ken]: Add a patch to sanitise bzgrep's handling of
1803 filenames.</para>
1804 </listitem>
1805 </itemizedlist>
1806 </listitem>
1807
1808 <listitem>
1809 <para>August 16th, 2005</para>
1810 <itemizedlist>
1811 <listitem>
1812 <para>[matt]: Install sed's man page to /usr/share/doc/sed-4.1.4
1813 instead of /usr/share/doc (fixes bug 1600).</para>
1814 </listitem>
1815 <listitem>
1816 <para>[matt]: Upgraded to linux-2.6.12.5.</para>
1817 </listitem>
1818 </itemizedlist>
1819 </listitem>
1820
1821 <listitem>
1822 <para>August 15th, 2005</para>
1823 <itemizedlist>
1824 <listitem>
1825 <para>[matt]: Alter the GCC -fomit-frame-pointer sed to protect
1826 from multiple invocations (Greg Schafer).</para>
1827 </listitem>
1828 </itemizedlist>
1829 </listitem>
1830
1831 <listitem>
1832 <para>August 14th, 2005</para>
1833 <itemizedlist>
1834 <listitem>
1835 <para>[ken]: Upgrade shadow to 4.0.11.1 with --enable-shadowgrp as
1836 advised by Greg Schafer.</para>
1837 </listitem>
1838 <listitem>
1839 <para>[matt]: Mention the common libmudflap test failures in GCC
1840 (fixes bug 1615).</para>
1841 </listitem>
1842 <listitem>
1843 <para>[matt]: Added patch to install documentation for bzip2 (fixes
1844 bug 1603).</para>
1845 </listitem>
1846 <listitem>
1847 <para>[matt]: Upgrade to linux-2.6.12.4.</para>
1848 </listitem>
1849 <listitem>
1850 <para>[matt]: Add sed to chapter05/gcc-pass2 and chapter06/gcc to
1851 ensure they get built with -fomit-frame-pointer so it matches the
1852 bootstrap build in chapter05/gcc-pass1 (fixes bug 1609).</para>
1853 </listitem>
1854 <listitem>
1855 <para>[matt]: Upgrade to udev-067 including a fix for the failing
1856 test (bug 1611).</para>
1857 </listitem>
1858 </itemizedlist>
1859 </listitem>
1860
1861 <listitem>
1862 <para>August 12th, 2005</para>
1863 <itemizedlist>
1864 <listitem>
1865 <para>[matt]: Explain that libiconv isn't required on an LFS
1866 system (fixes bug 1614).</para>
1867 </listitem>
1868 <listitem>
1869 <para>[matt]: Fix ownership of libtool's libltdl data files
1870 (fixes bug 1601).</para>
1871 </listitem>
1872 <listitem>
1873 <para>[matt]: Change findutils and vim's configure switch explanations
1874 to the convention used in the rest of the book (Bug 1613).</para>
1875 </listitem>
1876 <listitem>
1877 <para>[matt]: Expand explanation of device node creation at the start
1878 of chapter 6.</para>
1879 </listitem>
1880 <listitem>
1881 <para>[matt]: Fix incorrect version number for expect's installed
1882 library (Bug 1608).</para>
1883 </listitem>
1884 </itemizedlist>
1885 </listitem>
1886
1887 <listitem>
1888 <para>August 7th, 2005</para>
1889 <itemizedlist>
1890 <listitem>
1891 <para>[archaic]: Added note in Shadow regarding building Cracklib
1892 from BLFS first.</para>
1893 </listitem>
1894 </itemizedlist>
1895 </listitem>
1896
1897 <listitem>
1898 <para>August 6th, 2005</para>
1899 <itemizedlist>
1900 <listitem>
1901 <para>[matt]: Add texi2pdf to list of Texinfo's installed files.</para>
1902 </listitem>
1903 <listitem>
1904 <para>[matt]: Updated Vim's security patch to address the latest
1905 modeline vulnerability.</para>
1906 </listitem>
1907 </itemizedlist>
1908 </listitem>
1909
1910 <listitem>
1911 <para>July 30th, 2005</para>
1912 <itemizedlist>
1913 <listitem>
1914 <para>[matt]: Added instructions for installing Bash documentation
1915 (Randy McMurchy).</para>
1916 </listitem>
1917 <listitem>
1918 <para>[matt]: Remove GCC linkonce patch from chapter03/patches.xml
1919 as it's no longer used in the book</para>
1920 </listitem>
1921 </itemizedlist>
1922 </listitem>
1923
1924 <listitem>
1925 <para>July 29th, 2005</para>
1926 <itemizedlist>
1927 <listitem>
1928 <para>[manuel]: Removed the text about defining gvimrc.</para>
1929 </listitem>
1930 </itemizedlist>
1931 </listitem>
1932
1933 <listitem>
1934 <para>July 28th, 2005</para>
1935 <itemizedlist>
1936 <listitem>
1937 <para>[matt]: Add GCC-4 related patch for kbd.</para>
1938 </listitem>
1939 <listitem>
1940 <para>[matt]: Add GCC-4 related patch for inetutils.</para>
1941 </listitem>
1942 <listitem>
1943 <para>[matt]: Remove the note regarding a known test failure in GRUB.
1944 The test no longer fails under GCC-4.</para>
1945 </listitem>
1946 <listitem>
1947 <para>[matt]: Add GCC-4 related patch to chapter06 tar.</para>
1948 </listitem>
1949 </itemizedlist>
1950 </listitem>
1951
1952 <listitem>
1953 <para>July 27th, 2005</para>
1954 <itemizedlist>
1955 <listitem>
1956 <para>[matt]: Don't define gvim's configuration file as we don't
1957 compile gvim in LFS (Bruce Dubbs).</para>
1958 </listitem>
1959 </itemizedlist>
1960 </listitem>
1961
1962 <listitem>
1963 <para>July 26th, 2005</para>
1964 <itemizedlist>
1965 <listitem>
1966 <para>[matt]: Remove <quote>groups</quote> from the list of programs
1967 installed by shadow, as we use the version provided by coreutils
1968 instead (Randy McMurchy).</para>
1969 </listitem>
1970 <listitem>
1971 <para>[matt]: Updated to mktemp-1.5-add_tempfile-3.patch, which adds
1972 license and copyright information to the previous version.</para>
1973 </listitem>
1974 </itemizedlist>
1975 </listitem>
1976
1977 <listitem>
1978 <para>July 23rd, 2005</para>
1979 <itemizedlist>
1980 <listitem>
1981 <para>[matt]: Moved FORMER_CONTRIBUTORS information into the book,
1982 so as people can actually see it. The space constraint argument in
1983 that file was weak - it only added another 10 lines to a 255 page
1984 document (PDF). Now at least we <emphasis>publically</emphasis>
1985 acknowledge the efforts of previous contributors.</para>
1986 </listitem>
1987 <listitem>
1988 <para>[matt]: Updated to man-pages-2.07.</para>
1989 </listitem>
1990 <listitem>
1991 <para>[matt]: Updated to zlib-1.2.3.</para>
1992 </listitem>
1993 </itemizedlist>
1994 </listitem>
1995
1996 <listitem>
1997 <para>July 22nd, 2005</para>
1998 <itemizedlist>
1999 <listitem>
2000 <para>[manuel]: Added obfuscate.sh and modified the Makefile to
2001 obfuscate e-mail addresses in XHTML output.</para>
2002 </listitem>
2003 </itemizedlist>
2004 </listitem>
2005
2006 <listitem>
2007 <para>July 21st, 2005</para>
2008 <itemizedlist>
2009 <listitem>
2010 <para>[matt]: Add GCC-4 related patches to chapter06 glibc.</para>
2011 </listitem>
2012 <listitem>
2013 <para>[matt]: Unset the GCC_INCLUDEDIR variable once it's no longer
2014 needed.</para>
2015 </listitem>
2016 </itemizedlist>
2017 </listitem>
2018
2019 <listitem>
2020 <para>July 19th, 2005</para>
2021 <itemizedlist>
2022 <listitem>
2023 <para>[matt]: Removed flex++ from the list of installed files, as
2024 it is no longer present (Randy McMurchy)</para>
2025 </listitem>
2026 </itemizedlist>
2027 </listitem>
2028
2029 <listitem>
2030 <para>July 18th, 2005</para>
2031 <itemizedlist>
2032 <listitem>
2033 <para>[matt]: Re-added the explanation of the fixincludes process
2034 and rewording where necessary (Chris Staub), and reworded description
2035 of the specs patch.</para>
2036 </listitem>
2037 <listitem>
2038 <para>[matt]: Remove all host headers brought in via the fixincludes
2039 process, not just pthread.h and sigaction.h</para>
2040 </listitem>
2041 </itemizedlist>
2042 </listitem>
2043
2044 <listitem>
2045 <para>July 17th, 2005</para>
2046 <itemizedlist>
2047 <listitem>
2048 <para>[matt]: Slightly adjusted the specs file seds, to prevent
2049 multiple seds from adversely affecting them.</para>
2050 </listitem>
2051 <listitem>
2052 <para>[matt]: Removed the fixincludes sed from gcc-pass1 as we may
2053 need to fix up host's headers. Also reinstate the associated removal
2054 of pthread.h and sigthread.h.</para>
2055 </listitem>
2056 </itemizedlist>
2057 </listitem>
2058
2059 <listitem>
2060 <para>July 16th, 2005</para>
2061 <itemizedlist>
2062 <listitem>
2063 <para>[jhuntwork]: Added sed to chapter 5 gcc builds to force the
2064 fixincludes to use the headers in /tools and not the host.</para>
2065 </listitem>
2066 <listitem>
2067 <para>[jhuntwork]: Removed no_fixincludes and linkonce patches for
2068 gcc4. Also removed the command to remove the fixed pthread.h.</para>
2069 </listitem>
2070 <listitem>
2071 <para>[jhuntwork]: Fixed adjusting toolchain sed for both chapters
2072 5 and 6.</para>
2073 </listitem>
2074 </itemizedlist>
2075 </listitem>
2076
2077 <listitem>
2078 <para>July 15th, 2005</para>
2079 <itemizedlist>
2080 <listitem>
2081 <para>[matt]: Updated to Linux-2.6.12.3.</para>
2082 </listitem>
2083 <listitem>
2084 <para>[matt]: Added a patch to enable tar to build with gcc-4.0.1</para>
2085 </listitem>
2086 <listitem>
2087 <para>[matt]: GCC-4.x no longer installs its specs file by default.
2088 Alter the toolchain adjustment stage to first dump the specs file
2089 where GCC will find it, then alter it.</para>
2090 </listitem>
2091 <listitem>
2092 <para>[matt]: Added patches for chapter 5's Glibc to build with
2093 gcc-4.0.1</para>
2094 </listitem>
2095 <listitem>
2096 <para>[matt]: Updated to gcc-4.0.1.</para>
2097 </listitem>
2098 <listitem>
2099 <para>[matt]: Updated to udev-063.</para>
2100 </listitem>
2101 </itemizedlist>
2102 </listitem>
2103
2104 <listitem>
2105 <para>July 13th, 2005</para>
2106 <itemizedlist>
2107 <listitem>
2108 <para>[matt]: Updated to automake-1.9.6.</para>
2109 </listitem>
2110 </itemizedlist>
2111 </listitem>
2112
2113 <listitem>
2114 <para>July 8th, 2005</para>
2115 <itemizedlist>
2116 <listitem>
2117 <para>[matt]: Updated to udev-062.</para>
2118 </listitem>
2119 <listitem>
2120 <para>[matt]: Updated to linux-libc-headers-2.6.12.0.</para>
2121 </listitem>
2122 <listitem>
2123 <para>[matt]: Updated to linux-2.6.12.2.</para>
2124 </listitem>
2125 <listitem>
2126 <para>[matt]: Updated to shadow-4.0.10.</para>
2127 </listitem>
2128 <listitem>
2129 <para>[matt]: Updated to iana-etc-1.10.</para>
2130 </listitem>
2131 </itemizedlist>
2132 </listitem>
2133
2134 <listitem>
2135 <para>July 6th, 2005</para>
2136 <itemizedlist>
2137 <listitem>
2138 <para>[archaic]: Pulled the inetutils kernel header patch out again
2139 as it is not needed.</para>
2140 </listitem>
2141 <listitem>
2142 <para>[matt]: Updated to e2fsprogs-1.38.</para>
2143 </listitem>
2144 <listitem>
2145 <para>[matt]: Updated to binutils-2.16.1.</para>
2146 </listitem>
2147 </itemizedlist>
2148 </listitem>
2149
2150 <listitem>
2151 <para>July 5th, 2005</para>
2152 <itemizedlist>
2153 <listitem>
2154 <para>[matt]: Updated to tcl-8.4.11.</para>
2155 </listitem>
2156 <listitem>
2157 <para>[matt]: Updated to man-1.6.</para>
2158 </listitem>
2159 <listitem>
2160 <para>[matt]: Updated to file 4.14.</para>
2161 </listitem>
2162 <listitem><para>[matt]: Updated to man-pages 2.05.</para>
2163 </listitem>
2164 </itemizedlist>
2165 </listitem>
2166
2167 <listitem>
2168 <para>June 12th, 2005</para>
2169 <itemizedlist>
2170 <listitem>
2171 <para>[matt]: Upgraded to gettext-0.14.5.</para>
2172 </listitem>
2173 <listitem>
2174 <para>[matt]: Upgraded to perl-5.8.7.</para>
2175 </listitem>
2176 <listitem>
2177 <para>[matt]: Upgraded to tcl-8.4.10.</para>
2178 </listitem>
2179 <listitem>
2180 <para>[matt]: Upgraded to man-pages-2.03.</para>
2181 </listitem>
2182 </itemizedlist>
2183 </listitem>
2184
2185 <listitem>
2186 <para>May 24th, 2005</para>
2187 <itemizedlist>
2188 <listitem>
2189 <para>[jim]: Changed gcc-specs patch to -2.</para>
2190 </listitem>
2191 </itemizedlist>
2192 </listitem>
2193
2194 <listitem>
2195 <para>May 23nd, 2005</para>
2196 <itemizedlist>
2197 <listitem>
2198 <para>[jim]: Changed changelog to use version entities.</para>
2199 </listitem>
2200 </itemizedlist>
2201 </listitem>
2202
2203 <listitem>
2204 <para>May 22nd, 2005</para>
2205 <itemizedlist>
2206 <listitem>
2207 <para>[matt]: Updated to Udev-058.</para>
2208 </listitem>
2209 <listitem>
2210 <para>[matt]: Updated to Libtool-1.5.18.</para>
2211 </listitem>
2212 <listitem>
2213 <para>[matt]: Updated to Gcc-3.4.4.</para>
2214 </listitem>
2215 <listitem>
2216 <para>[matt]: Updated to Binutils-2.16.</para>
2217 </listitem>
2218 </itemizedlist>
2219 </listitem>
2220
2221 <listitem>
2222 <para>May 15th, 2005</para>
2223 <itemizedlist>
2224 <listitem>
2225 <para>[matt]: Updated to Grub 0.97.</para>
2226 </listitem>
2227 <listitem>
2228 <para>[matt]: Updated to Libtool 1.5.16.</para>
2229 </listitem>
2230 <listitem>
2231 <para>[jim]: Updated to udev 057.</para>
2232 </listitem>
2233 </itemizedlist>
2234 </listitem>
2235
2236 <listitem>
2237 <para>April 14, 2005</para>
2238 <itemizedlist>
2239 <listitem>
2240 <para>[jim]: Updated to man-pages 2.02.</para>
2241 </listitem>
2242 </itemizedlist>
2243 </listitem>
2244
2245 <listitem>
2246 <para>April 13, 2005</para>
2247 <itemizedlist>
2248 <listitem>
2249 <para>[jim]: Updated to glibc 2.3.5.</para>
2250 </listitem>
2251 <listitem>
2252 <para>[jim]: Updated to gettext 0.14.4.</para>
2253 </listitem>
2254 </itemizedlist>
2255 </listitem>
2256
2257 <listitem>
2258 <para>April 12, 2005</para>
2259 <itemizedlist>
2260 <listitem>
2261 <para>[manuel]: Small redaction changes.</para>
2262 </listitem>
2263 </itemizedlist>
2264 </listitem>
2265
2266 <listitem>
2267 <para>April 11, 2005</para>
2268 <itemizedlist>
2269 <listitem>
2270 <para>[manuel]: Several tags and text corrections.</para>
2271 </listitem>
2272 </itemizedlist>
2273 </listitem>
2274
2275 <listitem>
2276 <para>April 6, 2005</para>
2277 <itemizedlist>
2278 <listitem>
2279 <para>[jim]: Removed IPRoute2 patch for a sed (Ryan Oliver).</para>
2280 </listitem>
2281 </itemizedlist>
2282 </listitem>
2283
2284 </itemizedlist>
2285
2286 <para>Branch frozen for LFS 6.1 as of April 5, 2005. Some packages
2287 and patches updates related with security up to July 9, 2005.</para>
2288
2289</sect1>
Note: See TracBrowser for help on using the repository browser.