source: chapter01/changelog.xml@ 48206b3

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

Added module-init-tools patch

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

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