source: chapter01/changelog.xml@ 2d3fc9e

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 2d3fc9e was 2d3fc9e, checked in by Archaic <archaic@…>, 18 years ago

Upgraded to linux-2.6.16.13.

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

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