source: chapter01/changelog.xml@ 508445ae

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 508445ae was 508445ae, checked in by Bruce Dubbs <bdubbs@…>, 18 years ago

Updated to e2fsprogs-1.39

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

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