source: chapter01/changelog.xml@ 3a234c0a

Last change on this file since 3a234c0a was 5f91d6e, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Expanded the note in vim to better explain spell files

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

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