source: chapter01/changelog.xml@ 6eeae4c

Last change on this file since 6eeae4c was 6eeae4c, checked in by Dan Nichilson <dnicholson@…>, 18 years ago

Fixed an E2fsprogs test failure by recommended use of swap space. Added
an explicit swapon command to enable swap.

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

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