source: chapter01/changelog.xml@ 8abeb3b

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 12.2 12.2-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/loongarch-12.2 xry111/mips64el xry111/multilib xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since 8abeb3b was 8abeb3b, checked in by Archaic <archaic@…>, 18 years ago

Updated the bug.c code to avoid USB-related uevent leakage reports.

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

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