source: chapter01/changelog.xml@ 8996cc9f

6.2
Last change on this file since 8996cc9f was 8996cc9f, checked in by Dan Nichilson <dnicholson@…>, 18 years ago

Added a reminder to check the kernfs mounts after the revised chroot command.

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

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