source: chapter01/changelog.xml@ b9fb33e

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

Always validate *before* committing. Always...

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